Author: khmarbaise Date: Sat Nov 1 15:57:58 2014 New Revision: 1635980 URL: http://svn.apache.org/r1635980 Log: [JXR-120] - Added configuration for maven-release-plugin to autoVersionSubmodules.
Modified: maven/jxr/trunk/pom.xml Modified: maven/jxr/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1635980&r1=1635979&r2=1635980&view=diff ============================================================================== --- maven/jxr/trunk/pom.xml (original) +++ maven/jxr/trunk/pom.xml Sat Nov 1 15:57:58 2014 @@ -100,6 +100,7 @@ under the License. <artifactId>maven-release-plugin</artifactId> <configuration> <tagBase>https://svn.apache.org/repos/asf/maven/jxr/tags</tagBase> + <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin> </plugins>