Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-06-04 10:36:35 +0000
committerSravan Kumar Lakkimsetti2021-06-04 10:37:14 +0000
commit5cb6d68ca57f9c9f4e72d7a69598788f8525afe0 (patch)
tree42e823e3e9edd9c2a9baf49b21d1a7c3abe22afa
parent5f0398fbdafba07063e574df6e386b634aaedc63 (diff)
downloadeclipse.platform.releng.aggregator-5cb6d68ca57f9c9f4e72d7a69598788f8525afe0.tar.gz
eclipse.platform.releng.aggregator-5cb6d68ca57f9c9f4e72d7a69598788f8525afe0.tar.xz
eclipse.platform.releng.aggregator-5cb6d68ca57f9c9f4e72d7a69598788f8525afe0.zip
Bug 573963 - Move previous version to 4.20RC2 across build scripts
Change-Id: I436bd37fa47d197279798a4833a74b2d7cfbaef4 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng.aggregator/+/181440
-rw-r--r--production/testScripts/configuration/streamSpecific.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index 7c47c2157..3ffe9bc49 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -15,7 +15,7 @@ previousReleaseLocation=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.20
# version here is "build label" ... in general form, the "middle" of archive name,
# such as "eclipse-platform-${previousReleaseVersion}-linux-gtk-x86_64.tar.gz
# Also used used in p2 testing?
-previousReleaseVersion=4.20
+previousReleaseVersion=4.20RC2
# This is last segment of last release repo, such as in
# http://${ARCHIVE_HOST}/eclipse/updates/${previousReleaseVersion}
# NOTE: I am assuming the "composite" repo is suitable for p2. In theory,

Back to the top