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/08/05 20:26:26 UTC

[maven] branch testFor363 created (now ee33baf)

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.


      at ee33baf  Build with Maven 3.6.3 - test Windows builds

This branch includes the following new commits:

     new ee33baf  Build with Maven 3.6.3 - test Windows builds

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.



[maven] 01/01: Build with Maven 3.6.3 - test Windows builds

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 ee33baf98909dcb03deba45458de1fb290c6abea
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Apr 16 23:08:06 2020 +0200

    Build with Maven 3.6.3 - test Windows builds
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 278a19d..5786cea 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', '14', '15']
-def runITsMvn = '3.6.2'
+def runITsMvn = '3.6.3'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests