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/15 03:10:54 UTC

[maven-jlink-plugin] branch dependabot/maven/org.codehaus.mojo-mrm-maven-plugin-1.2.0 created (now 23480d3)

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

slachiewicz pushed a change to branch dependabot/maven/org.codehaus.mojo-mrm-maven-plugin-1.2.0
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git.


      at 23480d3  Bump mrm-maven-plugin from 1.1.0 to 1.2.0

This branch includes the following new commits:

     new 1a7f67e   upgrade org.ow2.asm:asm from 6.0 to 9.0 in integration test
     new 23480d3  Bump mrm-maven-plugin from 1.1.0 to 1.2.0

The 2 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/02: 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 dependabot/maven/org.codehaus.mojo-mrm-maven-plugin-1.2.0
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 1a7f67ee2baaec1e220ff91bf53af94d51fd8f01
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>
 


[maven-jlink-plugin] 02/02: Bump mrm-maven-plugin from 1.1.0 to 1.2.0

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

slachiewicz pushed a commit to branch dependabot/maven/org.codehaus.mojo-mrm-maven-plugin-1.2.0
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 23480d32bd3041349021cde8ea34a6198e2ada7f
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Thu Feb 13 05:03:29 2020 +0000

    Bump mrm-maven-plugin from 1.1.0 to 1.2.0
    
    Bumps [mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.1.0 to 1.2.0.
    - [Release notes](https://github.com/mojohaus/mrm/releases)
    - [Commits](https://github.com/mojohaus/mrm/compare/mrm-1.1.0...mrm-1.2.0)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 191ebd3..55b6659 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>mrm-maven-plugin</artifactId>
-            <version>1.1.0</version>
+            <version>1.2.0</version>
             <executions>
               <execution>
                 <goals>