You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/05/18 19:11:38 UTC

svn commit: r539524 - /maven/plugins/trunk/maven-ant-plugin/pom.xml

Author: carlos
Date: Fri May 18 10:11:37 2007
New Revision: 539524

URL: http://svn.apache.org/viewvc?view=rev&rev=539524
Log:
[maven-release-plugin] prepare for next development iteration

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

Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/pom.xml?view=diff&rev=539524&r1=539523&r2=539524
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/pom.xml Fri May 18 10:11:37 2007
@@ -8,7 +8,7 @@
   <artifactId>maven-ant-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Ant Plugin</name>
-  <version>2.0</version>
+  <version>2.1-SNAPSHOT</version>
   <prerequisites>
     <maven>2.0.4</maven>
   </prerequisites>
@@ -226,10 +226,4 @@
       </build>
     </profile>
   </profiles>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-ant-plugin-2.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-ant-plugin-2.0</developerConnection>
-    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-ant-plugin-2.0</url>
-  </scm>
 </project>