This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
commit 020f5597f1e05561b9ce2ecc0252a3a298c32e70 Author: Martin Stockhammer <[email protected]> AuthorDate: Sat Oct 12 10:21:30 2019 +0200 Switching to maven version 3.5.4 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 316b7fc..1ce2e2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ LABEL = 'ubuntu' buildJdk = 'JDK 1.8 (latest)' buildJdk11 = 'JDK 11 (latest)' -mavenVersion = 'Maven 3.5.2' +mavenVersion = 'Maven 3.5.4' def defaultPublishers = [artifactsPublisher(disabled: false), junitPublisher(ignoreAttachments: false, disabled: false), findbugsPublisher(disabled: true), openTasksPublisher(disabled: true),
