Author: dennisl
Date: Sat Sep  6 18:50:54 2014
New Revision: 1622905

URL: http://svn.apache.org/r1622905
Log:
Configure maven-release-plugin to only prompt once for the release version.

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1622905&r1=1622904&r2=1622905&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sat Sep  6 18:50:54 2014
@@ -313,6 +313,8 @@ agnostic home for software distribution 
           <artifactId>maven-release-plugin</artifactId>
           <version>2.4.1</version>
           <configuration>
+            <!-- Only prompt once for the release version -->
+            <autoVersionSubmodules>true</autoVersionSubmodules>
             <mavenExecutorId>forked-path</mavenExecutorId>
           </configuration>
         </plugin>


Reply via email to