Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-06-01 08:46:31 +0000
committerAlexander Kurtakov2018-06-01 08:48:09 +0000
commit714d4d804afe257a5e402bb28c591887180dc131 (patch)
tree056a89ae6d2ddf466261112a4a5291af69ded75d
parent431b2dc8902a77dd8ece78bca78505721a104075 (diff)
downloadeclipse.platform.releng.aggregator-714d4d804afe257a5e402bb28c591887180dc131.tar.gz
eclipse.platform.releng.aggregator-714d4d804afe257a5e402bb28c591887180dc131.tar.xz
eclipse.platform.releng.aggregator-714d4d804afe257a5e402bb28c591887180dc131.zip
Bug 535192 - Update Comparator repo and eclipse run repo to 4.9-I-builds
Change build-individual-bundles profile to compile against 4.9-I-builds repo. Change-Id: Iacd80538cad2f2eec4647859e36b712c53f1a4e5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index b651c0723..ee87f7c70 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -616,7 +616,7 @@
For maintenance streams should always be "M-builds".
Ideally, this value would be provided by the environment, see bug 489789.
-->
- <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.8-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.9-I-builds</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>

Back to the top