You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2017/10/13 22:03:29 UTC

svn commit: r1812165 - /creadur/rat/trunk/pom.xml

Author: pottlinger
Date: Fri Oct 13 22:03:29 2017
New Revision: 1812165

URL: http://svn.apache.org/viewvc?rev=1812165&view=rev
Log:
RAT-226: Use same ANT version 

Always use latest ant 1.9.9.

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1812165&r1=1812164&r2=1812165&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Fri Oct 13 22:03:29 2017
@@ -289,7 +289,7 @@ agnostic home for software distribution
             <dependency>
               <groupId>org.apache.ant</groupId>
               <artifactId>ant</artifactId>
-              <version>1.9.6</version>
+              <version>1.9.9</version>
             </dependency>
           </dependencies>
         </plugin>