You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2009/01/21 08:59:58 UTC

svn commit: r736257 - /incubator/rat/main/trunk/rat/pom.xml

Author: jochen
Date: Tue Jan 20 23:59:57 2009
New Revision: 736257

URL: http://svn.apache.org/viewvc?rev=736257&view=rev
Log:
Upgrading to current versions of Ant and AntUnit.

Modified:
    incubator/rat/main/trunk/rat/pom.xml

Modified: incubator/rat/main/trunk/rat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/rat/pom.xml?rev=736257&r1=736256&r2=736257&view=diff
==============================================================================
--- incubator/rat/main/trunk/rat/pom.xml (original)
+++ incubator/rat/main/trunk/rat/pom.xml Tue Jan 20 23:59:57 2009
@@ -84,7 +84,7 @@
       <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant-antunit</artifactId>
-        <version>1.0</version>
+        <version>1.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -174,6 +174,16 @@
             <descriptorSourceDirectory>src/main/assembly</descriptorSourceDirectory>
           </configuration>
         </plugin>
+        <plugin>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.ant</groupId>
+              <artifactId>ant</artifactId>
+              <version>1.7.1</version>
+            </dependency>
+          </dependencies>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>