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-compress.git
commit 50d3e24520b3310530e4da072714bb26cbbc4a01 Author: Gary Gregory <[email protected]> AuthorDate: Wed Dec 1 09:46:56 2021 -0500 Bump commons.japicmp.version from 0.15.3 to 0.15.4. --- pom.xml | 2 +- src/changes/changes.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8492fdd..251d020 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <pax.exam.version>4.13.1</pax.exam.version> <slf4j.version>1.7.30</slf4j.version> <commons.jacoco.version>0.8.7</commons.jacoco.version> - <commons.japicmp.version>0.15.3</commons.japicmp.version> + <commons.japicmp.version>0.15.4</commons.japicmp.version> <commons.javadoc.version>3.3.1</commons.javadoc.version> <asm.version>9.2</asm.version> </properties> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 26dedb1..59d804d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -42,7 +42,7 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons Compress Release Notes</title> </properties> <body> - <release version="1.22" date="not released, yet"> + <release version="1.22" date="not released, yet (Java 8)"> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory"> Fix some compiler warnings in pack200 packages. @@ -87,6 +87,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="kinow" due-to="Dependabot"> Bump actions/cache from 2.1.6 to 2.1.7 #230. </action> + <action type="update" dev="kinow" due-to="Gary Gregory"> + Bump commons.japicmp.version from 0.15.3 to 0.15.4. + </action> </release> <release version="1.21" date="2021-07-12" description="Release 1.21 (Java 8)
