You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/14 23:50:29 UTC

[maven-jlink-plugin] branch asm-test created (now 998f8b0)

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

slachiewicz pushed a change to branch asm-test
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git.


      at 998f8b0   upgrade org.ow2.asm:asm from 6.0 to 9.0 in integration test

This branch includes the following new commits:

     new 998f8b0   upgrade org.ow2.asm:asm from 6.0 to 9.0 in integration test

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-jlink-plugin] 01/01: upgrade org.ow2.asm:asm from 6.0 to 9.0 in integration test

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

slachiewicz pushed a commit to branch asm-test
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 998f8b0250d6242e03d5cdcd3414035f765392fb
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 15 00:50:09 2020 +0100

     upgrade org.ow2.asm:asm from 6.0 to 9.0 in integration test
---
 src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml b/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml
index c3d5618..f19161f 100644
--- a/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml
+++ b/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml
@@ -39,7 +39,7 @@
       <!-- use a dependency with a module-info.class -->
       <artifactId>asm</artifactId>
       <groupId>org.ow2.asm</groupId>
-      <version>6.0</version>
+      <version>9.0</version>
     </dependency>
   </dependencies>