Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2020-06-04 09:11:39 +0000
committerMat Booth2020-06-04 09:11:39 +0000
commit73197137dc4759681ad7d9cf8ea0d7c045468a9c (patch)
treecae55ea206965b8c8600131aa0a159ac8101a2d0 /eclipse-platform-parent
parente43f7d281d9de470a0883c2a472d2921c7f1d747 (diff)
downloadeclipse.platform.releng.aggregator-73197137dc4759681ad7d9cf8ea0d7c045468a9c.tar.gz
eclipse.platform.releng.aggregator-73197137dc4759681ad7d9cf8ea0d7c045468a9c.tar.xz
eclipse.platform.releng.aggregator-73197137dc4759681ad7d9cf8ea0d7c045468a9c.zip
Bug 563724 - Update prereqs for 4.16 RC2 release: ECF
Use non-snapshot URL Change-Id: I882108eaa9ace1186055d815c4acbdaa3f0a5a65 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'eclipse-platform-parent')
-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 43edb3be4..d351c8a3f 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -93,7 +93,7 @@
-->
<emf-repo.url>https://download.eclipse.org/modeling/emf/emf/builds/release/2.22/</emf-repo.url>
- <ecf-repo.url>https://download.eclipse.org/rt/ecf/snapshot/site.p2/3.14.8.v20200522-1203/</ecf-repo.url>
+ <ecf-repo.url>https://download.eclipse.org/rt/ecf/staging/site.p2/3.14.8.v20200522-1203/</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