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 716207c64f91531a3bf8d5cb97107f20a4e932f6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Sep 8 18:32:30 2023 -0400

    Bump to next development version
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 376535ae..09672cb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
 
   <artifactId>commons-compress</artifactId>
-  <version>1.24.0</version>
+  <version>1.24.1-SNAPSHOT</version>
   <name>Apache Commons Compress</name>
   <url>https://commons.apache.org/proper/commons-compress/</url>
   <inceptionYear>2002</inceptionYear> <!-- from NOTICE file -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 40ae2969..5e2933d2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Compress Release Notes</title>
   </properties>
   <body>
-    <release version="1.24.0" date="2023-09-04">
+    <release version="1.24.0" date="2023-09-04" description="Minor feature and 
maintenance release.">
       <!-- ADD -->
       <action type="add" dev="kinow" due-to="Gary Gregory">Make 
ZipArchiveEntry.getLocalHeaderOffset() public.</action>
       <!-- FIX -->
@@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-lang3 from 3.12.0 to 3.13.0.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.slf4j:slf4j-api from 2.0.7 to 2.0.8.</action>
     </release>
-    <release version="1.23.0" date="2023-03-18">
+    <release version="1.23.0" date="2023-03-18" description="Minor feature and 
maintenance release.">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="CodeQL, Gary Gregory">Implicit 
narrowing conversion in compound assignment.</action>
       <action type="fix" dev="ggregory" due-to="CodeQL, Gary Gregory">Avoid 
NPE in FileNameUtils.getBaseName(Path) for paths with zero elements like root 
paths.</action>
@@ -99,7 +99,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="kinow" due-to="Dependabot">Bump zstd-jni from 
1.5.2-5 to 1.5.4-2 #362, #364.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump asm from 9.4 
to 9.5 #376.</action>
     </release>
-    <release version="1.22" date="2022-11-01">
+    <release version="1.22" date="2022-11-01" description="Minor feature and 
maintenance release.">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">
         Fix some compiler warnings in pack200 packages.

Reply via email to