Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jpa_diagram_editor/development/org.eclipse.jpt.jpadiagrameditor.releng/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa_diagram_editor/development/org.eclipse.jpt.jpadiagrameditor.releng/pom.xml b/jpa_diagram_editor/development/org.eclipse.jpt.jpadiagrameditor.releng/pom.xml
index 12b26893c1..c59be7bf63 100644
--- a/jpa_diagram_editor/development/org.eclipse.jpt.jpadiagrameditor.releng/pom.xml
+++ b/jpa_diagram_editor/development/org.eclipse.jpt.jpadiagrameditor.releng/pom.xml
@@ -10,7 +10,7 @@
<properties>
<tycho-version>0.15.0</tycho-version>
<eclipse-site>http://download.eclipse.org/eclipse/updates/4.5/</eclipse-site>
- <emf-site>http://download.eclipse.org/eclipse/updates/4.5/</emf-site>
+ <emf-site>http://download.eclipse.org/modeling/emf/emf/updates/2.11/</emf-site>
<emf-transaction>http://download.eclipse.org/modeling/emf/transaction/updates/milestones</emf-transaction>
<emf-validation>http://download.eclipse.org/modeling/emf/validation/updates/milestones</emf-validation>
<dtp-site>http://download.eclipse.org/datatools/downloads/drops/M_updates_1.12.0/</dtp-site>

Back to the top