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 2c4bd8c9c47e7fc2ed2088c09e7a8542dea64e46 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Aug 20 11:00:51 2024 +0000 Bump to next development version --- pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 465f0c6b5..aee27ba30 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-compress</artifactId> - <version>1.27.1</version> + <version>1.27.2-SNAPSHOT</version> <name>Apache Commons Compress</name> <url>https://commons.apache.org/proper/commons-compress/</url> <inceptionYear>2002</inceptionYear> <!-- from NOTICE file --> @@ -82,7 +82,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.16</slf4j.version> <asm.version>9.7</asm.version> - <project.build.outputTimestamp>2024-08-16T20:14:44Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-08-20T11:00:46Z</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: --> @@ -219,12 +219,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <artifactId>commons-lang3</artifactId> <version>3.16.0</version> </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <version>6.0.0</version> - <scope>provided</scope> - </dependency> </dependencies> <scm>