Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-05-31 06:32:47 +0000
committerSravan Kumar Lakkimsetti2019-05-31 06:32:47 +0000
commit45d04876587ab68203c9fc2e40c8cf4b609c9224 (patch)
tree6bd8f95a9ba5066e247061348c30a4af08440d54 /eclipse-platform-parent
parent885b3f84bd568b6ed90c3c2d0923166d6b7d7e06 (diff)
downloadeclipse.platform.releng.aggregator-45d04876587ab68203c9fc2e40c8cf4b609c9224.tar.gz
eclipse.platform.releng.aggregator-45d04876587ab68203c9fc2e40c8cf4b609c9224.tar.xz
eclipse.platform.releng.aggregator-45d04876587ab68203c9fc2e40c8cf4b609c9224.zip
Bug 545718 - Update prereqs for 4.12 release: ECF
Consume latest build of ECF for important filetransfer fixes. Change-Id: I17aa575a52a073a6e6a18c9f52d4a46ea76633b5 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.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 3fb15bf80..66a932e93 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/staging/site.p2/</ecf-repo.url>
+ <ecf-repo.url>https://download.eclipse.org/rt/ecf/snapshot/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