aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2024-04-25 09:46:57 -0400
committerGary Gregory <garydgregory@gmail.com>2024-04-25 09:46:57 -0400
commitacedb17ac4eed914552293646682f92f203d06ef (patch)
tree515a684cddaa93aba7462018d9303b58626be0dd
parent7016b83c7aab14b4913bc77f9857f656fa268c62 (diff)
downloadapache-commons-compress-acedb17ac4eed914552293646682f92f203d06ef.tar.gz
Update properties for the next release
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index c213400fd..4d738a87a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,9 +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>1.26.1</commons.release.version>
- <commons.release.next>1.26.2</commons.release.next>
- <commons.bc.version>1.26.0</commons.bc.version>
+ <commons.release.version>1.26.2</commons.release.version>
+ <commons.release.next>1.26.3</commons.release.next>
+ <commons.bc.version>1.26.1</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version>
<mockito.version>4.11.0</mockito.version>