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 2018/08/16 16:08:50 UTC

commons-release-plugin git commit: Update Apache Commons Compress from 1.17 to 1.18.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 55d3a85d4 -> 36cb84476


Update Apache Commons Compress from 1.17 to 1.18.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/36cb8447
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/36cb8447
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/36cb8447

Branch: refs/heads/master
Commit: 36cb84476b7d261a5b951ca2b30d555f14fea434
Parents: 55d3a85
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Aug 16 10:08:44 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Aug 16 10:08:44 2018 -0600

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/36cb8447/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 58b8f9f..31826d5 100755
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.17</version>
+      <version>1.18</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/36cb8447/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a64857a..7ac8938 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,7 @@
       <action type="update" dev="ggregory">Better error message when files cannot be checked in to the SCM.</action>
       <action type="fix" dev="ggregory">Check the result of checking out files from the SCM.</action>
       <action issue="COMMONSSITE-120" type="update" dev="ggregory">[release-plugin] Use SHA-256 and SHA-512, not MD5, not SHA-1.</action>
+      <action type="update" dev="ggregory">Update Apache Commons Compress from 1.17 to 1.18.</action>
     </release>
 
     <release version="1.3" date="2018-06-15" description="Version 1.3">