Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2020-06-03 09:59:14 +0000
committerMat Booth2020-06-03 09:59:14 +0000
commitdefe503dbee5fe9deb06f6011bf796668b8f642e (patch)
tree4d4bb1b3367a36e491e84a14b161c6fffbd150ae /eclipse-platform-parent
parent7912f81995bd2efd7f91284ec3323281ed105ea0 (diff)
downloadeclipse.platform.releng.aggregator-defe503dbee5fe9deb06f6011bf796668b8f642e.tar.gz
eclipse.platform.releng.aggregator-defe503dbee5fe9deb06f6011bf796668b8f642e.tar.xz
eclipse.platform.releng.aggregator-defe503dbee5fe9deb06f6011bf796668b8f642e.zip
Bug 563468 - Update prereqs for 4.16 RC2 release: EMF
Update to URL for final release of 2.22 Change-Id: I63c0fc79cbf6bd1205faa66b4ab72f6b23d4e6c7 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 dc6574554..43edb3be4 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -91,7 +91,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>https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202005191146</emf-repo.url>
+ <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>

Back to the top