Author: jbalunas(a)redhat.com
Date: 2010-05-18 10:09:24 -0400 (Tue, 18 May 2010)
New Revision: 17096
Modified:
root/build/bom/trunk/pom.xml
Log:
Update for release plugin in the bom
Modified: root/build/bom/trunk/pom.xml
===================================================================
--- root/build/bom/trunk/pom.xml 2010-05-18 14:07:39 UTC (rev 17095)
+++ root/build/bom/trunk/pom.xml 2010-05-18 14:09:24 UTC (rev 17096)
@@ -142,6 +142,16 @@
</dependency>
</dependencies>
</dependencyManagement>
+
+ <build>
+ <plugins>
+ <!-- For the release this bom pom -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
<scm>
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/build...