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
The following commit(s) were added to refs/heads/master by this push: new 1eb486a27 Bump version properties 1eb486a27 is described below commit 1eb486a278cbaf08952ab8782822fd35bcfa5344 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Nov 6 08:56:18 2024 -0500 Bump version properties --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b2246c1e4..879409d65 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-compress</artifactId> - <version>1.27.2-SNAPSHOT</version> + <version>1.28.0-SNAPSHOT</version> <name>Apache Commons Compress</name> <url>https://commons.apache.org/proper/commons-compress/</url> <inceptionYear>2002</inceptionYear> <!-- from NOTICE file --> @@ -45,8 +45,8 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <commons.jira.id>COMPRESS</commons.jira.id> <commons.jira.pid>12310904</commons.jira.pid> <!-- configuration bits for cutting a release candidate --> - <commons.release.version>1.27.2</commons.release.version> - <commons.release.next>1.27.3</commons.release.next> + <commons.release.version>1.28.0</commons.release.version> + <commons.release.next>1.28.1</commons.release.next> <commons.bc.version>1.27.1</commons.bc.version> <commons.rc.version>RC1</commons.rc.version> <mockito.version>4.11.0</mockito.version>