Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
-rw-r--r--pom.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index cd249579d..eab72710b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
maven 'apache-maven-latest'
}
environment {
- TRAIN_NAME = "2020-06"
+ TRAIN_NAME = "2020-09"
STAGING_DIR = "/home/data/httpd/download.eclipse.org/staging/${TRAIN_NAME}"
}
stages {
diff --git a/pom.xml b/pom.xml
index b765ec080..31233bbdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,9 +7,9 @@
<packaging>pom</packaging>
<properties>
<tycho-version>1.7.0</tycho-version>
- <trainName>2020-06</trainName>
- <referenceRepo>releases/2020-03/202003181000</referenceRepo>
- <eclipse.repo.url>https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/</eclipse.repo.url>
+ <trainName>2020-09</trainName>
+ <referenceRepo>releases/2020-06/202006171000</referenceRepo>
+ <eclipse.repo.url>https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/</eclipse.repo.url>
<simrel.aggregator.repo.url>https://download.eclipse.org/cbi/updates/aggregator/headless/4.13/</simrel.aggregator.repo.url>
<cbi.analyzers.repo.url>https://download.eclipse.org/cbi/updates/analyzers/4.7</cbi.analyzers.repo.url>
</properties>

Back to the top