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/03/21 20:51:42 UTC

[maven-dependency-analyzer] branch runeflobakk-java14-asm731 updated (668a327 -> 75ed354)

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

khmarbaise pushed a change to branch runeflobakk-java14-asm731
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git.


 discard 668a327  Using default
 discard 36d014c  Upgrade to ASM 7.3.1 to support Java 14
     add 2d619bb  Using JDK defaults instead of special ones.
     new 75ed354  Upgrade to ASM 7.3.1 to support Java 14

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (668a327)
            \
             N -- N -- N   refs/heads/runeflobakk-java14-asm731 (75ed354)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:


[maven-dependency-analyzer] 01/01: Upgrade to ASM 7.3.1 to support Java 14

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

khmarbaise pushed a commit to branch runeflobakk-java14-asm731
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit 75ed3543350996c69b48641bd52ca076efc34c35
Author: Rune Flobakk <fl...@gmail.com>
AuthorDate: Sat Mar 21 02:03:46 2020 +0100

    Upgrade to ASM 7.3.1 to support Java 14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d6d3ec2..2cd19d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>7.1</version>
+      <version>7.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>