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 2010/07/17 11:29:25 UTC

svn commit: r965040 - in /maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.6: ./ build.xml invoker.properties pom.xml verify.bsh

Author: hboutemy
Date: Sat Jul 17 09:29:24 2010
New Revision: 965040

URL: http://svn.apache.org/viewvc?rev=965040&view=rev
Log:
added IT with Ant 1.6 since it is still a supported version

Added:
    maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.6/
      - copied from r965022, maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/
    maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.6/build.xml
      - copied unchanged from r965039, maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/build.xml
    maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.6/invoker.properties
      - copied unchanged from r965039, maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/invoker.properties
    maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.6/pom.xml
      - copied, changed from r965039, maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml
    maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.6/verify.bsh
      - copied unchanged from r965039, maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/verify.bsh

Copied: maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.6/pom.xml (from r965039, maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml)
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.6/pom.xml?p2=maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.6/pom.xml&p1=maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml&r1=965039&r2=965040&rev=965040&view=diff
==============================================================================
--- maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml (original)
+++ maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.6/pom.xml Sat Jul 17 09:29:24 2010
@@ -5,13 +5,13 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>it.ant-tasks</groupId>
-  <artifactId>ant-1.8-run</artifactId>
+  <artifactId>ant-1.6-run</artifactId>
   <packaging>pom</packaging>
 
   <name>ant-run</name>
   <version>0.10-SNAPSHOT</version>
   <description>
-    Try to call the ant tasks through the ant run plugin with Ant 1.8.0.
+    Try to call the ant tasks through the ant run plugin with Ant 1.6.
   </description>
 
   <dependencies><!-- dependencies to be downloaded by ant tasks -->
@@ -29,17 +29,17 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.3</version>
+        <version>1.2</version>
         <dependencies>
           <dependency>
-            <groupId>org.apache.ant</groupId>
+            <groupId>ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.8.0</version>
+            <version>1.6</version>
           </dependency>
           <dependency>
-            <groupId>org.apache.ant</groupId>
+            <groupId>ant</groupId>
             <artifactId>ant-launcher</artifactId>
-            <version>1.8.0</version>
+            <version>1.6</version>
             <scope>runtime</scope>
           </dependency>
         </dependencies>