Author: jbalunas(a)redhat.com
Date: 2010-05-18 10:13:33 -0400 (Tue, 18 May 2010)
New Revision: 17097
Modified:
root/build/resources/trunk/checkstyle/pom.xml
Log:
Update for the release process of the checkstyle module
Modified: root/build/resources/trunk/checkstyle/pom.xml
===================================================================
--- root/build/resources/trunk/checkstyle/pom.xml 2010-05-18 14:09:24 UTC (rev 17096)
+++ root/build/resources/trunk/checkstyle/pom.xml 2010-05-18 14:13:33 UTC (rev 17097)
@@ -20,16 +20,28 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>1-SNAPSHOT</version>
+ </parent>
+
<groupId>org.richfaces</groupId>
<artifactId>richfaces-build-checkstyle</artifactId>
+ <!-- TODO reversion to 1-SNAPSHOT before release -->
<version>4.0.0-SNAPSHOT</version>
-
<name>Richfaces Checkstyle</name>
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>1-SNAPSHOT</version>
- </parent>
+ <description>Contains the checkstyle settings for the RichFaces
project</description>
+
+ <build>
+ <plugins>
+ <!-- For the release this parent pom -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file