You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/02/28 15:44:27 UTC

[netbeans-jenkins-lib] branch master updated: maven version is artefacts version

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

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new b89d537  maven version is artefacts version
b89d537 is described below

commit b89d537f41e5d3c5d1f388afdc292b2cd89a867f
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Feb 28 16:44:18 2020 +0100

    maven version is artefacts version
---
 vars/asfMainNetBeansBuild.groovy | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 317eb06..6588675 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -39,7 +39,8 @@ def month=""
 def votecandidate=false
 @groovy.transform.Field
 def vote=""
-
+@groovy.transform.Field
+def mavenVersion=""
 @groovy.transform.Field
 def tooling=[:]
 
@@ -77,7 +78,7 @@ def call(Map params = [:]) {
                         }
                         tooling.myAnt = releaseInformation[branch].ant;
                         apidocurl = releaseInformation[branch].apidocurl
-                        tooling.mavenVersion=releaseInformation[branch].mavenversion
+                        mavenVersion=releaseInformation[branch].mavenversion
                         
                         switch (releaseInformation[branch].releasedate['month']) {
                         case '01':month  = 'Jan'; break;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists