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 7536adafe61228d79aa51724daa2ae9d5e5fb2c6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 8 23:07:54 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 109b9fa03..31683cc11 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-compress</artifactId> - <version>1.26.1</version> + <version>1.26.2-SNAPSHOT</version> <name>Apache Commons Compress</name> <url>https://commons.apache.org/proper/commons-compress/</url> <inceptionYear>2002</inceptionYear> <!-- from NOTICE file --> @@ -80,7 +80,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-03-05T14:27:45Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-08T23:07:45Z</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>