This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit 223fcb812637647f861f2d213bb8a8dc73ec0125 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Nov 26 07:36:42 2022 -0500 Update POM version Bump pmd from 6.50.0 to 6.52.0 --- pom.xml | 4 ++-- src/changes/changes.xml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 364b5020..cc822db2 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-compress</artifactId> - <version>1.22</version> + <version>1.23-SNAPSHOT</version> <name>Apache Commons Compress</name> <url>https://commons.apache.org/proper/commons-compress/</url> <inceptionYear>2002</inceptionYear> <!-- from NOTICE file --> @@ -53,7 +53,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <commons.bc.version>1.21</commons.bc.version> <mockito.version>4.8.0</mockito.version> <commons.pmd.version>3.19.0</commons.pmd.version> - <commons.pmd-impl.version>6.50.0</commons.pmd-impl.version> + <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1631f9bd..67908b23 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -42,6 +42,11 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons Compress Release Notes</title> </properties> <body> + <release version="1.23" date="YYYY-MM-DD" description="Minor release (Java 8)"> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump pmd from 6.50.0 to 6.52.0. + </action> + </release> <release version="1.22" date="2022-11-25" description="Minor release (Java 8)"> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">