Updated for Luna M7
diff --git a/org.eclipse.gmf.runtime.notation/pom.xml b/org.eclipse.gmf.runtime.notation/pom.xml
index 7f7cae0..86e84d6 100644
--- a/org.eclipse.gmf.runtime.notation/pom.xml
+++ b/org.eclipse.gmf.runtime.notation/pom.xml
@@ -10,6 +10,6 @@
   </parent>
   <groupId>org.eclipse.gmf.notation.plugins</groupId>
   <artifactId>org.eclipse.gmf.runtime.notation</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.8.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>
diff --git a/org.eclipse.gmf.tests.runtime.notation/META-INF/MANIFEST.MF b/org.eclipse.gmf.tests.runtime.notation/META-INF/MANIFEST.MF
index 525a8e3..749f078 100755
--- a/org.eclipse.gmf.tests.runtime.notation/META-INF/MANIFEST.MF
+++ b/org.eclipse.gmf.tests.runtime.notation/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %Plugin.name

 Bundle-SymbolicName: org.eclipse.gmf.tests.runtime.notation

-Bundle-Version: 1.7.0.qualifier

+Bundle-Version: 1.8.0.qualifier

 Bundle-Activator: org.eclipse.gmf.tests.runtime.notation.Activator

 Bundle-Vendor: %Plugin.providerName

 Bundle-Localization: plugin

diff --git a/org.eclipse.gmf.tests.runtime.notation/pom.xml b/org.eclipse.gmf.tests.runtime.notation/pom.xml
index b33b16f..05c682c 100644
--- a/org.eclipse.gmf.tests.runtime.notation/pom.xml
+++ b/org.eclipse.gmf.tests.runtime.notation/pom.xml
@@ -11,7 +11,7 @@
 	</parent>
 	<groupId>org.eclipse.gmf.tests.runtime.notation</groupId>
 	<artifactId>org.eclipse.gmf.tests.runtime.notation</artifactId>
-	<version>1.7.0-SNAPSHOT</version>
+	<version>1.8.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
 	<build>
 		<plugins>