Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-12-02 15:14:41 +0000
committerSravan Kumar Lakkimsetti2020-12-03 03:13:53 +0000
commitd7fb99a3004ed2f7f6029005a838686d45ceb9f3 (patch)
tree90ddf9f1bb9e3dbdec5d1055b986767dba56ed96 /cje-production/buildproperties.txt
parent016294612a4c0f1356e8116f58cdf7d5bb1ce6dd (diff)
downloadeclipse.platform.releng.aggregator-d7fb99a3004ed2f7f6029005a838686d45ceb9f3.tar.gz
eclipse.platform.releng.aggregator-d7fb99a3004ed2f7f6029005a838686d45ceb9f3.tar.xz
eclipse.platform.releng.aggregator-d7fb99a3004ed2f7f6029005a838686d45ceb9f3.zip
Bug 569320 - Update product version number to 4.19 across build script
Change-Id: I421861f48df72e9b5887177c10a67608f88bbd45 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production/buildproperties.txt')
-rw-r--r--cje-production/buildproperties.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index f092d0c91..040b8c121 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -40,7 +40,7 @@ LOCAL_REPO="localMavenRepo"
# Base builder parameters
BASEBUILDER_TAG="4.17"
API_PREV_REF_LABEL="4.17"
-API_FREEZE_REF_LABEL="4.18RC1"
+API_FREEZE_REF_LABEL="4.19RC1"
#API_FREEZE_REF_LABEL=""
# Change to appropriate versions and uncomment when entering API freeze
FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202011251800/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip"

Back to the top