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 2021/07/13 19:32:28 UTC

[creadur-rat] branch master updated: RAT-285: Update to latest Ant 1.10.11

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 822e594  RAT-285: Update to latest Ant 1.10.11
822e594 is described below

commit 822e594a96f8fc27ca44eac8f7e7bf9e1192951f
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Tue Jul 13 21:32:17 2021 +0200

    RAT-285: Update to latest Ant 1.10.11
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0503e22..73e4225 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@ agnostic home for software distribution comprehension and audit tools.
   </description>
   <inceptionYear>2006</inceptionYear>
   <properties>
-    <ant.version>1.10.10</ant.version>
+    <ant.version>1.10.11</ant.version>
     <javaVersion>1.8</javaVersion>
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fbf71c6..0b68ec9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="0.14-SNAPSHOT" date="2020-xx-xx" description="Current SNAPSHOT - to be done">
+      <action issue="RAT-285" type="fix" dev="pottlinger">
+        Update to latest Apache Ant 1.10.11 in order to fix issues related to dependency commons-compress in Ant itself.
+      </action>
       <action issue="RAT-207" type="fix" due-to="Xavier Dury" dev="pottlinger">
         Properly report thread-safeness to Maven.
       </action>