You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by bo...@apache.org on 2010/05/31 17:52:11 UTC

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

Author: bodewig
Date: Mon May 31 15:52:11 2010
New Revision: 949774

URL: http://svn.apache.org/viewvc?rev=949774&view=rev
Log:
Ant's task's setStylesheet method requires Ant 1.8.0+ to be usefull

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

Modified: incubator/rat/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/pom.xml?rev=949774&r1=949773&r2=949774&view=diff
==============================================================================
--- incubator/rat/main/trunk/pom.xml (original)
+++ incubator/rat/main/trunk/pom.xml Mon May 31 15:52:11 2010
@@ -101,7 +101,7 @@ Note that binary compatibility is not ga
       <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant</artifactId>
-        <version>1.7.1</version>
+        <version>1.8.1</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
@@ -118,7 +118,7 @@ Note that binary compatibility is not ga
       <dependency>
       	<groupId>org.apache.ant</groupId>
       	<artifactId>ant-testutil</artifactId>
-      	<version>1.7.1</version>
+      	<version>1.8.1</version>
       	<scope>test</scope>
       </dependency>
     </dependencies>