[webbeans-commits] Webbeans SVN: r1314 - examples/trunk.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Thu Jan 29 12:44:35 EST 2009
Author: pete.muir at jboss.org
Date: 2009-01-29 12:44:35 -0500 (Thu, 29 Jan 2009)
New Revision: 1314
Modified:
examples/trunk/pom.xml
Log:
pom update
Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml 2009-01-29 17:43:09 UTC (rev 1313)
+++ examples/trunk/pom.xml 2009-01-29 17:44:35 UTC (rev 1314)
@@ -39,6 +39,15 @@
<ejbVersion>3.0</ejbVersion>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/webbeans/examples/tags</tagBase>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
More information about the weld-commits
mailing list