You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/02/16 22:32:01 UTC

svn commit: r1446953 - /maven/plugins/trunk/maven-stage-plugin/pom.xml

Author: olamy
Date: Sat Feb 16 21:32:00 2013
New Revision: 1446953

URL: http://svn.apache.org/r1446953
Log:
use last wagon version

Modified:
    maven/plugins/trunk/maven-stage-plugin/pom.xml

Modified: maven/plugins/trunk/maven-stage-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/pom.xml?rev=1446953&r1=1446952&r2=1446953&view=diff
==============================================================================
--- maven/plugins/trunk/maven-stage-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-stage-plugin/pom.xml Sat Feb 16 21:32:00 2013
@@ -53,7 +53,7 @@ under the License.
   </issueManagement>
 
   <properties>
-    <wagonVersion>2.2</wagonVersion>
+    <wagonVersion>2.4</wagonVersion>
     <mavenVersion>2.0.10</mavenVersion>
     <mavenPluginVersion>3.2</mavenPluginVersion>
   </properties>
@@ -92,7 +92,7 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
-      <artifactId>wagon-http-lightweight</artifactId>
+      <artifactId>wagon-http</artifactId>
       <version>${wagonVersion}</version>
     </dependency>
     <dependency>