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:13 UTC

svn commit: r923344 - /maven/maven-3/trunk/pom.xml

Author: hboutemy
Date: Mon Mar 15 17:24:12 2010
New Revision: 923344

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

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=923344&r1=923343&r2=923344&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Mon Mar 15 17:24:12 2010
@@ -364,6 +364,7 @@
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/maven-3/tags</tagBase>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>
         <plugin>