You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rm...@apache.org on 2014/11/11 16:54:14 UTC

svn commit: r1638192 - /commons/proper/jcs/trunk/pom.xml

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>