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 2018/03/29 14:13:29 UTC

svn commit: r1827994 - in /creadur/rat/trunk: pom.xml src/changes/changes.xml

Author: pottlinger
Date: Thu Mar 29 14:13:29 2018
New Revision: 1827994

URL: http://svn.apache.org/viewvc?rev=1827994&view=rev
Log:
RAT-245: Update to latest Ant release

Modified:
    creadur/rat/trunk/pom.xml
    creadur/rat/trunk/src/changes/changes.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1827994&r1=1827993&r2=1827994&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Thu Mar 29 14:13:29 2018
@@ -43,7 +43,7 @@ agnostic home for software distribution
   </description>
   <inceptionYear>2006</inceptionYear>
   <properties>
-    <ant.version>1.9.10</ant.version>
+    <ant.version>1.9.11</ant.version>
     <javaVersion>1.5</javaVersion>
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <maven.compiler.target>${javaVersion}</maven.compiler.target>

Modified: creadur/rat/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/src/changes/changes.xml?rev=1827994&r1=1827993&r2=1827994&view=diff
==============================================================================
--- creadur/rat/trunk/src/changes/changes.xml (original)
+++ creadur/rat/trunk/src/changes/changes.xml Thu Mar 29 14:13:29 2018
@@ -56,6 +56,9 @@ The <action> type attribute can be add,u
   <body>
     <release version="0.13" date="2017-xx-xx" description="Current SNAPSHOT - to be done">
       <action issue="RAT-245" type="add" dev="pottlinger">
+        Update to latest available and compatible Apache ANT 1.9.11 to get bugfixes and newer JDK support.
+      </action>
+      <action issue="RAT-245" type="add" dev="pottlinger">
         Update to latest available and compatible Apache ANT 1.9.10 due to CVE-2017-5645.
       </action>
       <action issue="RAT-242" type="fix" due-to="Matthias Bläsing" dev="pottlinger">