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

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 835bb5e  seems not only JDKs have changed their identifiers, but Maven 
ones too
835bb5e is described below

commit 835bb5ef7a6db62f61aad20cbb60a751ad268f66
Author: juanpablo <[email protected]>
AuthorDate: Sat Nov 7 21:10:14 2020 +0100

    seems not only JDKs have changed their identifiers, but Maven ones too
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7a411ee..f6c3f49 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,7 +25,7 @@ try {
     def asfsite = 'asf-site'
     def build = 'build'
     def buildJdk = 'jdk_11_latest'
-    def buildMvn = 'Maven 3 (latest)'
+    def buildMvn = 'maven_3_latest'
     def jbake = 'jbake'
     def pom
 

Reply via email to