Author: struberg
Date: Sat Mar 15 23:25:55 2014
New Revision: 1577952
URL: http://svn.apache.org/r1577952
Log:
enable auto versioning for submodules during release
Modified:
openwebbeans/trunk/pom.xml
Modified: openwebbeans/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1577952&r1=1577951&r2=1577952&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Sat Mar 15 23:25:55 2014
@@ -285,6 +285,7 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<arguments>-Papache-release -Ptck -Pjsr330-tck</arguments>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>