Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-12-14 04:46:24 +0000
committerSravan Kumar Lakkimsetti2020-12-14 04:46:24 +0000
commit70e37243d13180fb0cfaefd4a2dd8c369f343422 (patch)
tree14d3a45f2ef173d6284106a3a69e706a8e937a11 /cje-production/P-build/buildproperties.txt
parent1ee6952e563dbf568eaf54eeb350e04df22d729b (diff)
downloadeclipse.platform.releng.aggregator-70e37243d13180fb0cfaefd4a2dd8c369f343422.tar.gz
eclipse.platform.releng.aggregator-70e37243d13180fb0cfaefd4a2dd8c369f343422.tar.xz
eclipse.platform.releng.aggregator-70e37243d13180fb0cfaefd4a2dd8c369f343422.zip
Bug 569332 - Use 4.18 GA version across build script
Change-Id: I2b459df53d371fd49c01c5d833d7750949c02aaa Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production/P-build/buildproperties.txt')
-rw-r--r--cje-production/P-build/buildproperties.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/cje-production/P-build/buildproperties.txt b/cje-production/P-build/buildproperties.txt
index cdedfa327..e12a34ccb 100644
--- a/cje-production/P-build/buildproperties.txt
+++ b/cje-production/P-build/buildproperties.txt
@@ -39,8 +39,8 @@ BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates"
LOCAL_REPO="localMavenRepo"
# Base builder parameters
-BASEBUILDER_TAG="4.18RC2"
-API_PREV_REF_LABEL="4.18RC2"
+BASEBUILDER_TAG="4.18"
+API_PREV_REF_LABEL="4.18"
#API_FREEZE_REF_LABEL="4.19RC1"
API_FREEZE_REF_LABEL=""
# Change to appropriate versions and uncomment when entering API freeze
@@ -48,9 +48,9 @@ API_FREEZE_REF_LABEL=""
# Otherwise set to a blank space
FREEZE_PARAMS=" "
-PREVIOUS_RELEASE_VER="4.18RC2"
-PREVIOUS_RELEASE_REPO_ID="4.18milestones"
-PREVIOUS_RELEASE_ID="S-4.18RC2-202012021800"
+PREVIOUS_RELEASE_VER="4.18"
+PREVIOUS_RELEASE_REPO_ID="4.18"
+PREVIOUS_RELEASE_ID="R-4.18-202012021800"
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/"
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.18.0/R-3.18.0-20200605032700/repositoryunittests/"

Back to the top