You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pg...@apache.org on 2009/07/07 20:17:35 UTC

svn commit: r791925 - /maven/ant-tasks/trunk/pom.xml

Author: pgier
Date: Tue Jul  7 18:17:35 2009
New Revision: 791925

URL: http://svn.apache.org/viewvc?rev=791925&view=rev
Log:
Update wagon version.

Modified:
    maven/ant-tasks/trunk/pom.xml

Modified: maven/ant-tasks/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?rev=791925&r1=791924&r2=791925&view=diff
==============================================================================
--- maven/ant-tasks/trunk/pom.xml (original)
+++ maven/ant-tasks/trunk/pom.xml Tue Jul  7 18:17:35 2009
@@ -52,7 +52,7 @@
 
   <properties>
     <mavenVersion>2.0.10</mavenVersion>
-    <wagonVersion>1.0-beta-2</wagonVersion>
+    <wagonVersion>1.0-beta-6</wagonVersion>
   </properties>
 
   <dependencies>