You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2011/04/03 12:11:02 UTC

svn commit: r1088243 - /mina/branches/2.0.3/pom.xml

Author: elecharny
Date: Sun Apr  3 10:11:02 2011
New Revision: 1088243

URL: http://svn.apache.org/viewvc?rev=1088243&view=rev
Log:
Added a flag in the release plugin to avoid the version requests when releasing

Modified:
    mina/branches/2.0.3/pom.xml

Modified: mina/branches/2.0.3/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/2.0.3/pom.xml?rev=1088243&r1=1088242&r2=1088243&view=diff
==============================================================================
--- mina/branches/2.0.3/pom.xml (original)
+++ mina/branches/2.0.3/pom.xml Sun Apr  3 10:11:02 2011
@@ -746,7 +746,6 @@
 
       <plugin>
         <artifactId>maven-release-plugin</artifactId>
-        <version>${version.release.plugin}</version>
         <configuration>
           <tagBase>
             https://svn.apache.org/repos/asf/mina/tags
@@ -754,6 +753,7 @@
           <preparationGoals>clean install</preparationGoals>
           <goals>clean deploy</goals>
           <mavenExecutorId>forked-path</mavenExecutorId>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
         </configuration>
       </plugin>