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 083a17eac19c9c901188ef4d8ae39e53a77bc047 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 19 00:43:07 2024 +0000 Bump to next development version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e1118dc1a..0bb175a1d 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-compress</artifactId> - <version>1.26.0</version> + <version>1.26.1-SNAPSHOT</version> <name>Apache Commons Compress</name> <url>https://commons.apache.org/proper/commons-compress/</url> <inceptionYear>2002</inceptionYear> <!-- from NOTICE file --> @@ -78,7 +78,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <pax.exam.version>4.13.5</pax.exam.version> <slf4j.version>2.0.12</slf4j.version> <asm.version>9.6</asm.version> - <project.build.outputTimestamp>2024-02-17T22:58:53Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-02-19T00:42:57Z</project.build.outputTimestamp> <!-- spdx 0.6.0 can require Java 11 depending on undocumented behavior which kicks in for us here. --> <commons.spdx.version>0.5.5</commons.spdx.version> </properties>