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 2022/01/05 20:47:09 UTC

[creadur-rat] branch master updated: RAT-274: Update to latest ANT 1.10.12

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 da50628  RAT-274: Update to latest ANT 1.10.12
da50628 is described below

commit da506289c4d52657a2e1bdb364a41a9c47017422
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Wed Jan 5 21:47:04 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 80b6930..fc9e02c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@ agnostic home for software distribution comprehension and audit tools.
   <properties>
     <!-- taken from https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     <project.build.outputTimestamp>10</project.build.outputTimestamp>
-    <ant.version>1.10.11</ant.version>
+    <ant.version>1.10.12</ant.version>
     <mockito.version>4.2.0</mockito.version>
     <javaVersion>1.8</javaVersion>
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b990eb2..7a721ab 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-274" type="fix" dev="pottlinger">
+        Update to latest Apache Ant 1.10.12.
+      </action>
       <action issue="RAT-291" type="fix" dev="pottlinger">
         Fix links to Travis builds for all creadur projects.
       </action>