Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.emf.sdk-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.emf.sdk-feature/feature.xml b/features/org.eclipse.emf.sdk-feature/feature.xml
index cf5b8c767..3ea4a96e8 100644
--- a/features/org.eclipse.emf.sdk-feature/feature.xml
+++ b/features/org.eclipse.emf.sdk-feature/feature.xml
@@ -55,7 +55,7 @@ http://www.eclipse.org/legal/epl-v10.html
<includes
id="org.eclipse.xsd.doc"
- version="2.0.2"
+ version="2.0.3"
match="compatible"/>
<includes
@@ -70,7 +70,7 @@ http://www.eclipse.org/legal/epl-v10.html
<includes
id="org.eclipse.emf.ecore.sdo.doc"
- version="2.0.3"
+ version="2.0.5"
match="compatible"/>
</feature>

Back to the top