Skip to content

Commit

Permalink
Bump to next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 20, 2024
1 parent 8de4d85 commit 2c4bd8c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down Expand Up @@ -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: -->
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 2c4bd8c

Please sign in to comment.