You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/08/22 14:44:36 UTC

svn commit: r568593 - in /maven/plugins/trunk/maven-ant-plugin/src/it: ear-it/pom.xml plugin-it/pom.xml webapp-it/pom.xml

Author: vsiveton
Date: Wed Aug 22 05:44:36 2007
New Revision: 568593

URL: http://svn.apache.org/viewvc?rev=568593&view=rev
Log:
o fixed IT builds with snapshot version

Modified:
    maven/plugins/trunk/maven-ant-plugin/src/it/ear-it/pom.xml
    maven/plugins/trunk/maven-ant-plugin/src/it/plugin-it/pom.xml
    maven/plugins/trunk/maven-ant-plugin/src/it/webapp-it/pom.xml

Modified: maven/plugins/trunk/maven-ant-plugin/src/it/ear-it/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/src/it/ear-it/pom.xml?rev=568593&r1=568592&r2=568593&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/src/it/ear-it/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/src/it/ear-it/pom.xml Wed Aug 22 05:44:36 2007
@@ -76,7 +76,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-ant-plugin</artifactId>
-        <version>2.0-beta-2-SNAPSHOT</version>
+        <version>2.1-SNAPSHOT</version>
       </plugin>
     </plugins>
     <pluginManagement>

Modified: maven/plugins/trunk/maven-ant-plugin/src/it/plugin-it/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/src/it/plugin-it/pom.xml?rev=568593&r1=568592&r2=568593&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/src/it/plugin-it/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/src/it/plugin-it/pom.xml Wed Aug 22 05:44:36 2007
@@ -76,7 +76,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-ant-plugin</artifactId>
-        <version>2.0-beta-2-SNAPSHOT</version>
+        <version>2.1-SNAPSHOT</version>
       </plugin>
     </plugins>
   </build>

Modified: maven/plugins/trunk/maven-ant-plugin/src/it/webapp-it/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/src/it/webapp-it/pom.xml?rev=568593&r1=568592&r2=568593&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/src/it/webapp-it/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/src/it/webapp-it/pom.xml Wed Aug 22 05:44:36 2007
@@ -80,7 +80,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-ant-plugin</artifactId>
-        <version>2.0-beta-2-SNAPSHOT</version>
+        <version>2.1-SNAPSHOT</version>
       </plugin>
     </plugins>
   </build>