Skip to content

Commit

Permalink
Update POM version for Apache Commons Compress release 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 4, 2023
1 parent cbd1200 commit e52eabe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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.24.0-SNAPSHOT</version>
<version>1.24.0</version>
<name>Apache Commons Compress</name>
<url>https://commons.apache.org/proper/commons-compress/</url>
<inceptionYear>2002</inceptionYear> <!-- from NOTICE file -->
Expand All @@ -45,10 +45,9 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
<commons.jira.id>COMPRESS</commons.jira.id>
<commons.jira.pid>12310904</commons.jira.pid>
<!-- configuration bits for cutting a release candidate -->
<commons.release.version>${project.version}</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>
<!-- old version used by japicmp -->
<commons.release.version>1.24.0</commons.release.version>
<commons.bc.version>1.23.0</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version>
<mockito.version>4.11.0</mockito.version>

<commons.release.isDistModule>true</commons.release.isDistModule>
Expand Down

0 comments on commit e52eabe

Please sign in to comment.