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 <[email protected]>
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=""
-
[email protected]
+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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists