You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/03/15 18:24:47 UTC

svn commit: r923346 - /maven/archetype/trunk/pom.xml

Author: hboutemy
Date: Mon Mar 15 17:24:47 2010
New Revision: 923346

URL: http://svn.apache.org/viewvc?rev=923346&view=rev
Log:
added autoVersionSubmodules=true option for maven-release-plugin

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=923346&r1=923345&r2=923346&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Mon Mar 15 17:24:47 2010
@@ -181,6 +181,7 @@ under the License.
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase>
             <preparationGoals>clean install</preparationGoals>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>
         <plugin>