You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/23 12:13:29 UTC

[commons-compress] branch master updated: Add placeholder for next release

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


The following commit(s) were added to refs/heads/master by this push:
     new 2803458c Add placeholder for next release
2803458c is described below

commit 2803458ceb1995535b5fb2c96f19d180ba8b0401
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Mar 23 08:13:25 2023 -0400

    Add placeholder for next release
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 680d4293..9aa458ef 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,8 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Compress Release Notes</title>
   </properties>
   <body>
+    <release version="1.23.1" date="202Y-MM-DD">
+    </release>
     <release version="1.23.0" date="2023-03-18">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="CodeQL, Gary Gregory">Implicit narrowing conversion in compound assignment.</action>