You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2009/02/19 20:57:05 UTC

svn commit: r745979 - /maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml

Author: hboutemy
Date: Thu Feb 19 19:57:04 2009
New Revision: 745979

URL: http://svn.apache.org/viewvc?rev=745979&view=rev
Log:
upgraded Maven dependency to 2.0.10

Modified:
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml?rev=745979&r1=745978&r2=745979&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml Thu Feb 19 19:57:04 2009
@@ -242,7 +242,7 @@
   </distributionManagement>
 
   <properties>
-    <mavenVersion>2.0.9</mavenVersion>
-    <wagonVersion>1.0-beta-4</wagonVersion>
+    <mavenVersion>2.0.10</mavenVersion>
+    <wagonVersion>1.0-beta-2</wagonVersion>
   </properties>
 </project>