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 2014/05/03 21:23:22 UTC

svn commit: r1592268 - /maven/plugin-tools/trunk/pom.xml

Author: hboutemy
Date: Sat May  3 19:23:22 2014
New Revision: 1592268

URL: http://svn.apache.org/r1592268
Log:
use autoVersionSubmodules

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1592268&r1=1592267&r2=1592268&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sat May  3 19:23:22 2014
@@ -281,6 +281,7 @@
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/plugin-tools/tags</tagBase>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>
         <plugin>