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/02/27 09:12:24 UTC

[maven] branch testFor363 updated (e9e62c4 -> 6f6f490)

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

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


 discard e9e62c4  Test build with latest Maven 3.6.3
     add 9ae008a  use https://repository.a.o/ for Apache SNAPSHOT plugins
     new 6f6f490  Test build with latest Maven 3.6.3

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   (e9e62c4)
            \
             N -- N -- N   refs/heads/testFor363 (6f6f490)

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:
 Jenkinsfile          | 2 +-
 apache-maven/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[maven] 01/01: Test build with latest Maven 3.6.3

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

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

commit 6f6f4903e704344e1f3626110630b82970b31a45
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jan 14 23:50:12 2020 +0100

    Test build with latest Maven 3.6.3
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ff917a2..5c3bc78 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,10 +21,10 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: e
 
 def buildOs = 'linux'
 def buildJdk = '8'
-def buildMvn = '3.6.2'
+def buildMvn = '3.6.3'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['8', '11', '13', '14']
-def runITsMvn = '3.6.2'
+def runITsJdks = ['8', '11', '14', '15']
+def runITsMvn = '3.6.3'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests