You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2015/09/23 23:37:15 UTC

svn commit: r1704938 - /servicemix/maven-plugins/trunk/maven-plugins-pom/pom.xml

Author: ksobkowiak
Date: Wed Sep 23 21:37:15 2015
New Revision: 1704938

URL: http://svn.apache.org/viewvc?rev=1704938&view=rev
Log:
Prepare for release: upgrade maven-release-plugin version

Modified:
    servicemix/maven-plugins/trunk/maven-plugins-pom/pom.xml

Modified: servicemix/maven-plugins/trunk/maven-plugins-pom/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/trunk/maven-plugins-pom/pom.xml?rev=1704938&r1=1704937&r2=1704938&view=diff
==============================================================================
--- servicemix/maven-plugins/trunk/maven-plugins-pom/pom.xml (original)
+++ servicemix/maven-plugins/trunk/maven-plugins-pom/pom.xml Wed Sep 23 21:37:15 2015
@@ -69,6 +69,7 @@
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-release-plugin</artifactId>
+              <version>2.5.1</version>
               <configuration>
                   <useReleaseProfile>false</useReleaseProfile>
                   <preparationGoals>clean install</preparationGoals>
@@ -170,7 +171,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-release-plugin</artifactId>
-            <version>2.0-beta-7</version>
+            <version>2.5.1</version>
             <configuration>
               <preparationGoals>clean,verify,install</preparationGoals>
               <autoVersionSubmodules>true</autoVersionSubmodules>