From ee14b754bfb826f23afa373f96451bcad2f494da Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 10 Jul 2021 19:00:05 +0200 Subject: [PATCH 1/3] happy new year --- NOTICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index 77b4165c5..d5e632e97 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Ant -Copyright 1999-2020 The Apache Software Foundation +Copyright 1999-2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). From 26dae06262034010ed79fee0605a059b436c4d89 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 10 Jul 2021 19:06:13 +0200 Subject: [PATCH 2/3] one more place to bump AntUnit dependency --- src/etc/poms/ant/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml index 600318703..d4a364b6f 100644 --- a/src/etc/poms/ant/pom.xml +++ b/src/etc/poms/ant/pom.xml @@ -51,7 +51,7 @@ org.apache.ant ant-antunit - 1.3 + 1.4.1 test From d1ccd324c179cb595a06be7dbedcca8eba8e174e Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 10 Jul 2021 20:16:31 +0200 Subject: [PATCH 3/3] small tweaks to release instructions --- ReleaseInstructions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReleaseInstructions b/ReleaseInstructions index 5229e1382..18f0f45ee 100644 --- a/ReleaseInstructions +++ b/ReleaseInstructions @@ -90,7 +90,7 @@ Note: This document was updated in the context of releasing Ant build. # clean - $ rm -rf bootstrap build dist distribution java-repository target + $ rm -rf bootstrap build dist distribution java-repository target ant_*.snap $ ./build.sh dist-lite $ ./dist/bin/ant -nouserlib -lib lib/optional distribution @@ -143,7 +143,7 @@ Note: This document was updated in the context of releasing Ant b. Using gpg - $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2 distribution/*/*.xz; do gpg --use-agent --detach-sign --armor $i; done + $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2; do gpg --use-agent --detach-sign --armor $i; done $ for i in java-repository/org/apache/ant/ant*/*/*.jar java-repository/org/apache/ant/ant*/*/*.pom; do gpg --use-agent --detach-sign --armor $i; done 11. Convert the part of the WHATSNEW file covering the changes