Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2019-05-30 16:24:46 +0000
committerMat Booth2019-05-30 16:26:34 +0000
commit885b3f84bd568b6ed90c3c2d0923166d6b7d7e06 (patch)
tree7922f22fb4ea8d475c4a9543f7165c34288e934b /eclipse-platform-parent/pom.xml
parentb4952d4bc0aca0057e322e5e4c9539f827d8923a (diff)
downloadeclipse.platform.releng.aggregator-885b3f84bd568b6ed90c3c2d0923166d6b7d7e06.tar.gz
eclipse.platform.releng.aggregator-885b3f84bd568b6ed90c3c2d0923166d6b7d7e06.tar.xz
eclipse.platform.releng.aggregator-885b3f84bd568b6ed90c3c2d0923166d6b7d7e06.zip
Bug 545718 - Update prereqs for 4.12 release: ECF
Consume latest build of ECF for important filetransfer fixes. Change-Id: Ib15955cf1f968e3bcb47a22f224d68ce47808447 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 66a932e93..3fb15bf80 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/S201904250840</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/staging/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