Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-06-03 16:05:43 +0000
committerSravan Kumar Lakkimsetti2021-06-04 06:22:31 +0000
commit2e158813ae7703ecb957d5bc352a7357ec6609a6 (patch)
tree4418395818493b66d781c196b2544a15b17187b2 /production
parent808397d4a5e04b942ae7ad638a68e1106c23d0fc (diff)
downloadeclipse.platform.releng.aggregator-2e158813ae7703ecb957d5bc352a7357ec6609a6.tar.gz
eclipse.platform.releng.aggregator-2e158813ae7703ecb957d5bc352a7357ec6609a6.tar.xz
eclipse.platform.releng.aggregator-2e158813ae7703ecb957d5bc352a7357ec6609a6.zip
Bug 573962 - Update product version number to 4.21 across build script
Change-Id: I5437702eebc43cb6d27f15f426ea12b5ff8f4fc4 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng.aggregator/+/181390
Diffstat (limited to 'production')
-rw-r--r--production/testScripts/configuration/streamSpecific.properties2
-rwxr-xr-xproduction/testScripts/test_runTests2.xml.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index 97bf5ec1d..07230bfc0 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -5,7 +5,7 @@
# purely title or identifier for display, to help confirm right file
# is being retrieved and used.
-streamSpecificPropertiesTitle="Properties for 4.20.0 builds and tests"
+streamSpecificPropertiesTitle="Properties for 4.21.0 builds and tests"
# These "previousRelease" variables are primarily used to have a
# stable version of Eclipse, that is used, for example, for it's p2
diff --git a/production/testScripts/test_runTests2.xml.sh b/production/testScripts/test_runTests2.xml.sh
index d56d0fd6e..935f5352a 100755
--- a/production/testScripts/test_runTests2.xml.sh
+++ b/production/testScripts/test_runTests2.xml.sh
@@ -81,7 +81,7 @@ wget -O ${WORKSPACE}/getEBuilder.xml --no-verbose https://${GIT_HOST}/c/platfo
ANTFILE=getEBuilder.xml
buildId=I20150320-0800
-eclipseStream=4.20.0
+eclipseStream=4.21.0
EBUILDER_HASH=master
#EBUILDER_HASH=4295494c43e464a0c4ee39b7e0c847fbc3263f2a

Back to the top