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/incubator-netbeans-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 775b95d  Release date for V10 update
775b95d is described below

commit 775b95db5900d98728569b9836978a1a2b8bf601
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Jan 10 12:58:42 2019 +0100

    Release date for V10 update
---
 buildscripts/conveniences/Jenkinsfile-release100.groovy | 2 +-
 buildscripts/conveniences/generatebuildscript.sh        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildscripts/conveniences/Jenkinsfile-release100.groovy 
b/buildscripts/conveniences/Jenkinsfile-release100.groovy
index 4511229..3a4fbd8 100644
--- a/buildscripts/conveniences/Jenkinsfile-release100.groovy
+++ b/buildscripts/conveniences/Jenkinsfile-release100.groovy
@@ -39,7 +39,7 @@ pipeline {
               dir ('netbeanssources'){
                   withAnt(installation: 'Ant (latest)') {
                       sh 'ant'
-                      sh "ant build-javadoc -Djavadoc.web.root='RELEASE100' 
-Dmodules-javadoc-date='4 Dec 2018' -Datom-date='2018-12-04T12:00:00Z' 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
+                      sh "ant build-javadoc -Djavadoc.web.root='RELEASE100' 
-Dmodules-javadoc-date='27 Dec 2018' -Datom-date='2018-12-27T12:00:00Z' 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
                       sh 'ant build-source-zips'
                       sh 'ant build-nbms'
                   }
diff --git a/buildscripts/conveniences/generatebuildscript.sh 
b/buildscripts/conveniences/generatebuildscript.sh
index be06e62..f57929e 100644
--- a/buildscripts/conveniences/generatebuildscript.sh
+++ b/buildscripts/conveniences/generatebuildscript.sh
@@ -29,7 +29,7 @@ ant10='Ant (latest)'
 ## pick tools that are available on ubuntu node on build.apache.org
 releaseinfo=[
 ['release90', True,jdk8,maven339,ant10,'1.4-SNAPSHOT','RELEASE90', 
'http://bits.netbeans.org/9.0/javadoc', datetime(2018,07,29,12,00)],
-['release100',True,jdk8,maven339,ant10,'1.4-SNAPSHOT','RELEASE100','http://bits.netbeans.org/10.0/javadoc',datetime(2018,12,
 4,12,00)],
+['release100',True,jdk8,maven339,ant10,'1.4-SNAPSHOT','RELEASE100','http://bits.netbeans.org/10.0/javadoc',datetime(2018,12,27,12,00)],
 ##release 111
 ['master',True,jdk8,maven339,ant10,'1.4-SNAPSHOT','dev-SNAPSHOT']] ## no need 
custom info
 


---------------------------------------------------------------------
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

Reply via email to