Author: rmannibucau
Date: Tue Nov 11 15:54:14 2014
New Revision: 1638192
URL: http://svn.apache.org/r1638192
Log:
autoVersionSubmodules for release plugin
Modified:
commons/proper/jcs/trunk/pom.xml
Modified: commons/proper/jcs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1638192&r1=1638191&r2=1638192&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Tue Nov 11 15:54:14 2014
@@ -416,6 +416,12 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<inherited>false</inherited>
<executions>