You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2014/02/18 14:16:13 UTC

svn commit: r1569306 - /openwebbeans/branches/owb_1.2.x/pom.xml

Author: struberg
Date: Tue Feb 18 13:16:13 2014
New Revision: 1569306

URL: http://svn.apache.org/r1569306
Log:
automatically use the same version for all sub-modules while releasing.

Modified:
    openwebbeans/branches/owb_1.2.x/pom.xml

Modified: openwebbeans/branches/owb_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/pom.xml?rev=1569306&r1=1569305&r2=1569306&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/pom.xml Tue Feb 18 13:16:13 2014
@@ -285,6 +285,7 @@
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
                     <arguments>-Papache-release -Ptck -Pjsr330-tck</arguments>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
                 </configuration>
             </plugin>