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 2019/05/15 20:32:38 UTC

[maven-dependency-analyzer] branch MSHARED-810 created (now 28b1dae)

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

slachiewicz pushed a change to branch MSHARED-810
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git.


      at 28b1dae  Run tests also with Java 12

This branch includes the following new commits:

     new 55b4c04  [MSHARED-810] Upgrade ASM to 7.1, which supports Java 12 bytecode
     new 28b1dae  Run tests also with Java 12

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-dependency-analyzer] 02/02: Run tests also with Java 12

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

slachiewicz pushed a commit to branch MSHARED-810
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit 28b1dae47f0f17b8e2114f0eada5c062e0318024
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed May 15 22:28:19 2019 +0200

    Run tests also with Java 12
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..b21831c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild(jdks:['7','8','11','12'])


[maven-dependency-analyzer] 01/02: [MSHARED-810] Upgrade ASM to 7.1, which supports Java 12 bytecode

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

slachiewicz pushed a commit to branch MSHARED-810
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit 55b4c04d8907f0aaddae4a9a1c0a3353870d3242
Author: Rune Flobakk <fl...@gmail.com>
AuthorDate: Mon Mar 25 13:57:09 2019 +0100

    [MSHARED-810] Upgrade ASM to 7.1, which supports Java 12 bytecode
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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