Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2018-10-08 08:45:12 +0000
committerMat Booth2018-10-08 11:37:24 +0000
commit6b9cec48a31666f162a642c43d1f0c8889161c47 (patch)
tree734a101eb38fcf8eddb8b46fbe3bd1ca526d713f /eclipse-platform-parent
parentcafd09f93b415b8192f91cfddd695847b0f286b5 (diff)
downloadeclipse.platform.releng.aggregator-6b9cec48a31666f162a642c43d1f0c8889161c47.tar.gz
eclipse.platform.releng.aggregator-6b9cec48a31666f162a642c43d1f0c8889161c47.tar.xz
eclipse.platform.releng.aggregator-6b9cec48a31666f162a642c43d1f0c8889161c47.zip
Bug 538764 - Update prereqs for 4.10 release: EMF
Use a permenanant URL for this snapshot of EMF. Change-Id: I4351c65ac52c4184c87e23ecc5e0cff6f646f70a 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 ccca58bbf..281101d94 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -99,7 +99,7 @@
it).
And, of course, in the PDE target file, the URL is expected to be the actual URL, not a variable.
-->
- <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/builds/milestone/S201809051333</emf-repo.url>
+ <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/builds/release/2.15/</emf-repo.url>
<ecf-repo.url>http://download.eclipse.org/rt/ecf/3.14.3/site.p2/</ecf-repo.url>

Back to the top