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 bb91d16ae563839d29801a5efd8d1d215f4c52b4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 23 22:50:53 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 ce5bd1273..a6aa0bcf6 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-compress</artifactId> - <version>1.26.2</version> + <version>1.26.3-SNAPSHOT</version> <name>Apache Commons Compress</name> <url>https://commons.apache.org/proper/commons-compress/</url> <inceptionYear>2002</inceptionYear> <!-- from NOTICE file --> @@ -81,7 +81,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.13</slf4j.version> <asm.version>9.7</asm.version> - <project.build.outputTimestamp>2024-05-18T15:07:45Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-05-23T22:50:44Z</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> <!-- JaCoCo: Don't make code coverage worse than: -->