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/02/14 14:15:38 UTC

commons-release-plugin git commit: Update Apache Commons Compress from 1.15 to 1.16.1.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master af5ff2a2c -> ae51dba49


Update Apache Commons Compress from 1.15 to 1.16.1.

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/ae51dba4
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/ae51dba4
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/ae51dba4

Branch: refs/heads/master
Commit: ae51dba49c6fda4bd5e52e0ec45975920f6b9949
Parents: af5ff2a
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Feb 14 07:15:36 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Feb 14 07:15:36 2018 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/ae51dba4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a95d267..a919778 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
-            <version>1.15</version>
+            <version>1.16.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.plugin-testing</groupId>