Skip to content

Commit 852d9c2

Browse files
committed
Prepare for the release candidate 1.28.0 RC1
1 parent f5eb9e2 commit 852d9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>85</version>
2424
</parent>
2525
<artifactId>commons-compress</artifactId>
26-
<version>1.28.0-SNAPSHOT</version>
26+
<version>1.28.0</version>
2727
<name>Apache Commons Compress</name>
2828
<url>https://commons.apache.org/proper/commons-compress/</url>
2929
<inceptionYear>2002</inceptionYear> <!-- from NOTICE file -->
@@ -73,7 +73,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
7373
<pax.exam.version>4.13.5</pax.exam.version>
7474
<slf4j.version>2.0.16</slf4j.version>
7575
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
76-
<project.build.outputTimestamp>2024-08-20T11:00:46Z</project.build.outputTimestamp>
76+
<project.build.outputTimestamp>2025-07-26T20:38:15Z</project.build.outputTimestamp>
7777
<!-- spdx 0.6.0 can require Java 11 depending on undocumented behavior which kicks in for us here. -->
7878
<commons.spdx.version>0.5.5</commons.spdx.version>
7979
<!-- JaCoCo: Don't make code coverage worse than: -->

0 commit comments

Comments
 (0)