Update dependencies on the new version of GMF Notation metamodel (1.0.3)

Change-Id: Iae6bfbc7db96497059ec423cccf9cd5b71032395
diff --git a/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/META-INF/MANIFEST.MF b/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/META-INF/MANIFEST.MF
index 6a3f31b..c536aeb 100644
--- a/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/META-INF/MANIFEST.MF
+++ b/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@
  org.eclipse.papyrus.infra.gmfdiag.css;bundle-version="2.2.1",
  org.eclipse.emf.cdo;bundle-version="4.6.0",
  org.eclipse.emf.cdo.ecore;bundle-version="1.0.0",
- org.eclipse.emf.cdo.gmf.notation;bundle-version="1.0.0"
+ org.eclipse.emf.cdo.gmf.notation;bundle-version="1.10.0"
 Import-Package: com.google.common.collect;version="21.0.0"
 Automatic-Module-Name: org.eclipse.papyrus.infra.gmfdiag.css.cdo
 Export-Package: org.eclipse.papyrus.infra.gmfdiag.css.cdo;version="2.2.1",
diff --git a/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/plugin.xml b/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/plugin.xml
index db9b626..79e50eb 100644
--- a/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/plugin.xml
+++ b/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.css.cdo/plugin.xml
@@ -3,7 +3,7 @@
 <plugin>
   <extension point="org.eclipse.emf.ecore.factory_override">
     <factory
-        uri="http://www.eclipse.org/gmf/runtime/1.0.2/notation"
+        uri="http://www.eclipse.org/gmf/runtime/1.0.3/notation"
         class="org.eclipse.papyrus.infra.gmfdiag.css.cdo.factory.CSSNotationFactory"
         predecessor="org.eclipse.emf.cdo.gmf.notation.impl.NotationFactoryImpl org.eclipse.papyrus.infra.gmfdiag.css.factory.CSSNotationFactory" />
     </extension>
diff --git a/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/META-INF/MANIFEST.MF b/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/META-INF/MANIFEST.MF
index 691dfc3..2a9ec79 100644
--- a/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/META-INF/MANIFEST.MF
+++ b/cdo/bundles/org.eclipse.papyrus.infra.gmfdiag.style.cdo/META-INF/MANIFEST.MF
@@ -10,6 +10,8 @@
 Export-Package: org.eclipse.papyrus.infra.gmfdiag.style.cdo.impl;version="1.0.0"
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.papyrus.infra.gmfdiag.style;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.emf.cdo;bundle-version="[4.6.0,5.0.0)"
+ org.eclipse.emf.cdo;bundle-version="[4.6.0,5.0.0)",
+ org.eclipse.emf.cdo.gmf.notation;bundle-version="1.10.0",
+ org.eclipse.gmf.runtime.notation;bundle-version="1.10.0"
 Bundle-ActivationPolicy: lazy
 Automatic-Module-Name: org.eclipse.papyrus.infra.gmfdiag.style.cdo