Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/testScripts/configuration/streamSpecific-build.properties')
-rw-r--r--production/testScripts/configuration/streamSpecific-build.properties16
1 files changed, 8 insertions, 8 deletions
diff --git a/production/testScripts/configuration/streamSpecific-build.properties b/production/testScripts/configuration/streamSpecific-build.properties
index b382aaa19..74289ce6b 100644
--- a/production/testScripts/configuration/streamSpecific-build.properties
+++ b/production/testScripts/configuration/streamSpecific-build.properties
@@ -2,7 +2,7 @@
# purely title or identifier for display, to help confirm right file
# is being retrived and used.
-streamSpecificPropertiesTitle="Properties for 4.3.0 builds and tests"
+streamSpecificPropertiesTitle="Properties for 4.4.0 builds and tests"
# emfRepoURL should NOT be defined in 38 builds, so the
# builder will know to "skip" tasks related to EMF
@@ -14,14 +14,14 @@ emfRepoURL=http://download.eclipse.org/modeling/emf/emf/updates/2.9milestones/ba
# TODO: we could likely get rid of this section,
# now that we have ${eclipseStreamMajor} and ${eclipseStreamMinor} available in main scripts
# (but, we'd still need _this_ file anyway, so can improve these repo location variables later.
-p2repoN=http://@localmirror@/eclipse/updates/4.3-N-builds
-p2repoI=http://@localmirror@/eclipse/updates/4.3-I-builds
-p2repoM=http://@localmirror@/eclipse/updates/4.3.x
-p2repoNPath=/eclipse/updates/4.3-N-builds
-p2repoIPath=/eclipse/updates/4.3-I-builds
-p2repoMPath=/eclipse/updates/4.3.x
+p2repoN=http://@localmirror@/eclipse/updates/4.4-N-builds
+p2repoI=http://@localmirror@/eclipse/updates/4.4-I-builds
+p2repoM=http://@localmirror@/eclipse/updates/4.4.x
+p2repoNPath=/eclipse/updates/4.4-N-builds
+p2repoIPath=/eclipse/updates/4.4-I-builds
+p2repoMPath=/eclipse/updates/4.4.x
p2repopreviousR=http://@localmirror@/eclipse/updates/3.7/R-3.7.2-201202080800
-p2repoXPath=/eclipse/updates/4.3-X-builds
+p2repoXPath=/eclipse/updates/4.4-X-builds
# 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