This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch update-doxia-tools in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 2257167b49bb116f215c33722024b5237c3ac05b Author: P. Ottlinger <[email protected]> AuthorDate: Mon Apr 19 17:23:22 2021 +0200 RAT-274: Update to latest Ant 1.10.10 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d67797e..94a166e 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.9</ant.version> + <ant.version>1.10.10</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 741fc04..f1dc710 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.10. + </action> <action issue="RAT-279" type="add" dev="pottlinger"> Migrate vom Travis CI.org to Travis-ci.com. </action>
