Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2019-10-31 20:49:37 +0000
committerMat Booth2019-10-31 22:14:16 +0000
commite76824f4c976d2c207c97408e9d98af2b8f708dc (patch)
tree99738117adff966a3946562d51d320cf110a3d5b /eclipse-platform-parent/pom.xml
parent39a656dd745f89274b6921c76ac56a3ab11f0681 (diff)
downloadeclipse.platform.releng.aggregator-e76824f4c976d2c207c97408e9d98af2b8f708dc.tar.gz
eclipse.platform.releng.aggregator-e76824f4c976d2c207c97408e9d98af2b8f708dc.tar.xz
eclipse.platform.releng.aggregator-e76824f4c976d2c207c97408e9d98af2b8f708dc.zip
Bug 551909 - Update prereqs for 4.14 M2 release: ECF
Update to use final URL for 3.14.6 release Includes NO bundle changes Change-Id: Iac2001c6648b57440a90687a10afe4d7535cabb9 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 f45d143c6..94e52d0ec 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -102,7 +102,7 @@
-->
<emf-repo.url>https://download.eclipse.org/modeling/emf/emf/builds/milestone/S201910290220/</emf-repo.url>
- <ecf-repo.url>https://download.eclipse.org/rt/ecf/snapshot/site.p2/</ecf-repo.url>
+ <ecf-repo.url>https://download.eclipse.org/rt/ecf/3.14.6/site.p2/</ecf-repo.url>
<!-- only used when Tycho snapshot repo is enabled in <pluginRepositories> further down -->
<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>

Back to the top