Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-12-18 10:24:17 +0000
committerSravan Kumar Lakkimsetti2019-12-18 10:24:17 +0000
commit844ce623f23ce5f11c9ec7afe6e7c8ee231e706d (patch)
tree1f574eccdb691df05c0127dbbb6b124576506131
parent09f50290f0e12c35fcbad2529e471434b0b27084 (diff)
downloadeclipse.platform.releng.aggregator-844ce623f23ce5f11c9ec7afe6e7c8ee231e706d.tar.gz
eclipse.platform.releng.aggregator-844ce623f23ce5f11c9ec7afe6e7c8ee231e706d.tar.xz
eclipse.platform.releng.aggregator-844ce623f23ce5f11c9ec7afe6e7c8ee231e706d.zip
Bug 553751 - Move to release version of 4.14 in build scripts
Change-Id: I79317d0490cb0f989d43f0c58f7db4bb4a93ad45 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--cje-production/buildproperties.txt2
-rwxr-xr-xcje-production/scripts/checkComposites/checkComposites.sh10
-rw-r--r--eclipse-platform-parent/pom.xml2
-rwxr-xr-xproduction/miscToolsAndNotes/checkComposites/checkComposites.sh2
4 files changed, 7 insertions, 9 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index a8ccc4965..f406d7c70 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -46,7 +46,7 @@ BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/"
WEBTOOLS_REPO="http://download.eclipse.org/webtools/downloads/drops/R3.12.0/R-3.12.0-20181130055351/repositoryunittests/"
WEBTOOLS_VER="1.2.0.v201405010053"
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
-ECLIPSE_RUN_REPO="http://download.eclipse.org/eclipse/updates/4.14-I-builds/"
+ECLIPSE_RUN_REPO="http://download.eclipse.org/eclipse/updates/4.15-I-builds/"
#Maven parameters
MAVEN_OPTS="-Xmx4096m"
diff --git a/cje-production/scripts/checkComposites/checkComposites.sh b/cje-production/scripts/checkComposites/checkComposites.sh
index 523f1d9ac..b709d1035 100755
--- a/cje-production/scripts/checkComposites/checkComposites.sh
+++ b/cje-production/scripts/checkComposites/checkComposites.sh
@@ -26,12 +26,12 @@ repoHttpAccess=http://download.eclipse.org
repoAccess=${repoHttpAccess}
# TODO: reduce this list soon
repoList="\
-/eclipse/updates/4.13/ \
/eclipse/updates/4.14/ \
-/eclipse/updates/4.14-I-builds/ \
-/eclipse/updates/4.14milestones/ \
-/eclipse/updates/4.13-Y-builds/ \
-/eclipse/updates/4.13-P-builds/ \
+/eclipse/updates/4.15/ \
+/eclipse/updates/4.15-I-builds/ \
+/eclipse/updates/4.15milestones/ \
+/eclipse/updates/4.15-Y-builds/ \
+/eclipse/updates/4.15-P-builds/ \
"
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 347af9165..5b9236dd4 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -157,7 +157,7 @@
<qualifier.format>'v'yyyyMMdd-HHmm</qualifier.format>
<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
- <previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.14milestones/</previous-release.baseline>
+ <previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/</previous-release.baseline>
<!--
Declaration of properties that contribute to the arg line for the tycho-surefire-plugin.
diff --git a/production/miscToolsAndNotes/checkComposites/checkComposites.sh b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
index e491c291c..664a5d3b4 100755
--- a/production/miscToolsAndNotes/checkComposites/checkComposites.sh
+++ b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
@@ -35,8 +35,6 @@ repoList="\
/eclipse/updates/4.15milestones/ \
/eclipse/updates/4.15-Y-builds/ \
/eclipse/updates/4.15-P-builds/ \
-/eclipse/updates/4.14-I-builds/ \
-/eclipse/updates/4.14milestones/ \
"

Back to the top