[webbeans-commits] Webbeans SVN: r2996 - ri/trunk.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Fri Jul 3 08:24:35 EDT 2009
Author: pete.muir at jboss.org
Date: 2009-07-03 08:24:35 -0400 (Fri, 03 Jul 2009)
New Revision: 2996
Modified:
ri/trunk/pom.xml
Log:
newer release plugin
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2009-07-03 12:19:55 UTC (rev 2995)
+++ ri/trunk/pom.xml 2009-07-03 12:24:35 UTC (rev 2996)
@@ -76,5 +76,17 @@
</profiles>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-9</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
</project>
More information about the weld-commits
mailing list