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/03/17 21:38:31 UTC

[maven] branch java15 updated (a28ae12 -> fbccfa9)

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

slachiewicz pushed a change to branch java15
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard a28ae12  Run Integration Tests with Java 8, 11, 14 and 15
     add 9e92a93  [MNG-6872] - Found CVEs in your dependencies - plexus-utils (tests)
     add 5cdb833  [MNG-5669] Fix infinitive loop in case pom.xml is being updated during the process (e.g. maven-shade-plugin writing reduced-pom with excluded dependencies)
     new fbccfa9  Run Integration Tests with Java 8, 11, 14 and 15

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   (a28ae12)
            \
             N -- N -- N   refs/heads/java15 (fbccfa9)

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:
 .../resources-project-builder/micromailer/pom.xml  |  2 +-
 .../maven/model/building/DefaultModelBuilder.java  | 27 +++++++++++++---------
 2 files changed, 17 insertions(+), 12 deletions(-)


[maven] 01/01: Run Integration Tests with Java 8, 11, 14 and 15

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

slachiewicz pushed a commit to branch java15
in repository https://gitbox.apache.org/repos/asf/maven.git

commit fbccfa96d33ca841b4cc9d47f11bc5b9f233665f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 7 23:28:54 2020 +0100

    Run Integration Tests with Java 8, 11, 14 and 15
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ff917a2..313fbb8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ def buildOs = 'linux'
 def buildJdk = '8'
 def buildMvn = '3.6.2'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['8', '11', '13', '14']
+def runITsJdks = ['8', '11', '14', '15']
 def runITsMvn = '3.6.2'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests