Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-03-15 11:14:25 +0000
committerSravan Kumar Lakkimsetti2018-03-15 11:14:25 +0000
commit52741a61f256ef4159fe93def8f7af5da711d9e0 (patch)
treed348984d2fa19af79bd78e466d92f571ed2334dd /production/testScripts/configuration/streamSpecific.properties
parent3eb779189cafbf853c61c15aedb98f6fbfea192d (diff)
downloadeclipse.platform.releng.aggregator-52741a61f256ef4159fe93def8f7af5da711d9e0.tar.gz
eclipse.platform.releng.aggregator-52741a61f256ef4159fe93def8f7af5da711d9e0.tar.xz
eclipse.platform.releng.aggregator-52741a61f256ef4159fe93def8f7af5da711d9e0.zip
Bug 532378 - Adjust Baselines for API Tools and Deprecation Reports
Change-Id: I103c8ee9c42e2d7ba003f42841c52fec6610d111 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/testScripts/configuration/streamSpecific.properties')
-rw-r--r--production/testScripts/configuration/streamSpecific.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/production/testScripts/configuration/streamSpecific.properties b/production/testScripts/configuration/streamSpecific.properties
index fc033bba1..f5010d355 100644
--- a/production/testScripts/configuration/streamSpecific.properties
+++ b/production/testScripts/configuration/streamSpecific.properties
@@ -11,16 +11,16 @@ streamSpecificPropertiesTitle="Properties for 4.8.0 builds and tests"
# stable version of Eclipse, that is used, for example, for it's p2
# director, etc., so that "running the tests" is not actually using
# the "just built" versions.
-previousReleaseLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.7.2-201711300510
+previousReleaseLocation=http://${ARCHIVE_HOST}/eclipse/downloads/drops4/R-4.7.3-201803010715
# 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.7.2
+previousReleaseVersion=4.7.3
# 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,
# they might want the simple repo, such as at 4.4/R-4.4.1-201409250400
-previousReleaseVersionRepo=4.7.2
+previousReleaseVersionRepo=4.7.3
# Note: API tests needs the _base_ of previous release, and also the previous service release
# Bug 378587 - update releng tests (data) to go work against previous release

Back to the top