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 2020/02/02 18:04:09 UTC

[maven-shade-plugin] branch MSHADE-349 created (now bc90a7e)

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

khmarbaise pushed a change to branch MSHADE-349
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git.


      at bc90a7e  [MSHADE-349] - Upgrade to org.ow2.asm:asm:7.3.1

This branch includes the following new commits:

     new bc90a7e  [MSHADE-349] - Upgrade to org.ow2.asm:asm:7.3.1

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-shade-plugin] 01/01: [MSHADE-349] - Upgrade to org.ow2.asm:asm:7.3.1

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

khmarbaise pushed a commit to branch MSHADE-349
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit bc90a7e7e86e0910cb42f777e43414629f0283cd
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Feb 2 19:04:01 2020 +0100

    [MSHADE-349] - Upgrade to org.ow2.asm:asm:7.3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 62819a4..635ee89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
     <currentVersion>${project.version}</currentVersion>
-    <asmVersion>7.2</asmVersion>
+    <asmVersion>7.3.1</asmVersion>
     <project.build.outputTimestamp>2020-02-01T19:03:59Z</project.build.outputTimestamp>
   </properties>