Author: hboutemy Date: Tue Apr 23 21:46:23 2013 New Revision: 1471163 URL: http://svn.apache.org/r1471163 Log: add autoVersionSubmodules=true to m-release-p
Modified: maven/doxia/doxia/trunk/pom.xml Modified: maven/doxia/doxia/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1471163&r1=1471162&r2=1471163&view=diff ============================================================================== --- maven/doxia/doxia/trunk/pom.xml (original) +++ maven/doxia/doxia/trunk/pom.xml Tue Apr 23 21:46:23 2013 @@ -329,6 +329,7 @@ under the License. <artifactId>maven-release-plugin</artifactId> <configuration> <tagBase>https://svn.apache.org/repos/asf/maven/doxia/doxia/tags</tagBase> + <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin> <plugin>