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 2022/11/26 12:36:47 UTC

[commons-compress] branch release updated (47cb4133 -> 223fcb81)

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

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


    from 47cb4133 Add GHitHub robots file
     new cc1605fd Set release date
     new 223fcb81 Update POM version

The 2 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:
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 7 ++++++-
 2 files changed, 8 insertions(+), 3 deletions(-)


[commons-compress] 02/02: Update POM version

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 223fcb812637647f861f2d213bb8a8dc73ec0125
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 26 07:36:42 2022 -0500

    Update POM version
    
    Bump pmd from 6.50.0 to 6.52.0
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 364b5020..cc822db2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
 
   <artifactId>commons-compress</artifactId>
-  <version>1.22</version>
+  <version>1.23-SNAPSHOT</version>
   <name>Apache Commons Compress</name>
   <url>https://commons.apache.org/proper/commons-compress/</url>
   <inceptionYear>2002</inceptionYear> <!-- from NOTICE file -->
@@ -53,7 +53,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <commons.bc.version>1.21</commons.bc.version>
     <mockito.version>4.8.0</mockito.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>
-    <commons.pmd-impl.version>6.50.0</commons.pmd-impl.version>
+    <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
 
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1631f9bd..67908b23 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,6 +42,11 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Compress Release Notes</title>
   </properties>
   <body>
+    <release version="1.23" date="YYYY-MM-DD" description="Minor release (Java 8)">
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump pmd from 6.50.0 to 6.52.0.
+      </action>
+    </release>
     <release version="1.22" date="2022-11-25" description="Minor release (Java 8)">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">


[commons-compress] 01/02: Set release date

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cc1605fdcb106e7f17aabdedd4dce339c21aaf6c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 26 07:31:16 2022 -0500

    Set release date
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 165f5acc..1631f9bd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Compress Release Notes</title>
   </properties>
   <body>
-    <release version="1.22" date="not released, yet (Java 8)">
+    <release version="1.22" date="2022-11-25" description="Minor release (Java 8)">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">
         Fix some compiler warnings in pack200 packages.