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:09:34 UTC

[commons-compress] branch master updated (2912dba4 -> a2034533)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


    from 2912dba4 Prepare for release candidate
     add 60e3d9f6 prepare RC1 of Commons Compress 1.21
     add b0f9447b COMPRESS-583: update the changelog of COMPRESS-404
     add d51deea7 COMPRESS-583: document more datails
     add ed83cfa8 [COMPRESS-404] Update release notes.
     add 1761d55d Add missing release date.
     add d4aaa5dd Merge branch 'master' into release
     add b19df3e5 Prepare for release candidate
     new a2034533 Bump to next development version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                           |  4 ++--
 pom.xml                             |  2 +-
 src/site/xdoc/download_compress.xml | 26 +++++++++++++-------------
 3 files changed, 16 insertions(+), 16 deletions(-)


[commons-compress] 01/01: Bump to next development version

Posted by gg...@apache.org.
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 a203453394f24f839d9cd0c3fe07f5cca0254bb4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Mar 23 08:09:18 2023 -0400

    Bump to next development version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0492e0b0..6f0e5e05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
 
   <artifactId>commons-compress</artifactId>
-  <version>1.23.0</version>
+  <version>1.23.1-SNAPSHOT</version>
   <name>Apache Commons Compress</name>
   <url>https://commons.apache.org/proper/commons-compress/</url>
   <inceptionYear>2002</inceptionYear> <!-- from NOTICE file -->