You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/06/05 11:56:47 UTC

[archiva-redback-core] branch master updated: use maven_3.8.5

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d065a8b use maven_3.8.5
5d065a8b is described below

commit 5d065a8bc4a7df99a044742728f1cf44c2aa5c0e
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Jun 5 21:56:41 2022 +1000

    use maven_3.8.5
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9d05e088..6a3c91f6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@
 LABEL = 'ubuntu'
 buildJdk = 'jdk_1.8_latest'
 buildJdk11 = 'jdk_11_latest'
-mavenVersion = 'maven_3.6.3'
+mavenVersion = 'maven_3.8.5'
 
 def defaultPublishers = [artifactsPublisher(disabled: false), junitPublisher(ignoreAttachments: false, disabled: false),
                          findbugsPublisher(disabled: true), openTasksPublisher(disabled: true),