You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/14 19:09:36 UTC

[maven-assembly-plugin] branch MASSEMBLY-924 created (now 293b08d)

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

khmarbaise pushed a change to branch MASSEMBLY-924
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git.


      at 293b08d  [MASSEMBLY-924] - Upgrade commons-compress to 1.19

This branch includes the following new commits:

     new 293b08d  [MASSEMBLY-924] - Upgrade commons-compress to 1.19

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.



[maven-assembly-plugin] 01/01: [MASSEMBLY-924] - Upgrade commons-compress to 1.19

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

khmarbaise pushed a commit to branch MASSEMBLY-924
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit 293b08d414c5d5eb84a480eb31ec725c731c552e
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 14 20:09:27 2019 +0100

    [MASSEMBLY-924] - Upgrade commons-compress to 1.19
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ffc9769..81df84e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -416,7 +416,7 @@ under the License.
               <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
-                <version>1.18</version>
+                <version>1.19</version>
               </dependency>
               <dependency>
                 <groupId>commons-io</groupId>