This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
commit 26c0a4358d5c823288517efa30a1543fcb57d663 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 9 20:40:11 2022 -0500 Document Animal Sniffer failures and revert version bump. --- pom.xml | 3 ++- src/changes/changes.xml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index be96cc5..18edd4e 100644 --- a/pom.xml +++ b/pom.xml @@ -149,7 +149,8 @@ The following provides more details on the included cryptographic software: <japicmp.skip>false</japicmp.skip> <commons.japicmp.version>0.17.1</commons.japicmp.version> <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version> - <commons.animal-sniffer.version>1.22</commons.animal-sniffer.version> + <!-- 1.21 and 1.22 cause failures --> + <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4885a49..0a7e8d3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -97,7 +97,6 @@ <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-parent from 52 to 54 #182</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M7.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-resources-plugin from 3.2.0 to 3.3.0 #172.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.animal-sniffer.version from 1.20 to 1.22.</action> </release> <release version="1.1.0" date="2020-08-28" description="Minor release (Java 8 and OpenSSL 1.1.1)"> <action issue="CRYPTO-59" type="add">Support Galois/Counter Mode (GCM).</action>