Bumped version number to 0.8.0
diff --git a/org.eclipse.rmf.emf.ecore.converter/META-INF/MANIFEST.MF b/org.eclipse.rmf.emf.ecore.converter/META-INF/MANIFEST.MF
index 2aa155f..fb95cf3 100644
--- a/org.eclipse.rmf.emf.ecore.converter/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.emf.ecore.converter/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.emf.ecore.converter

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-ClassPath: .

 Bundle-Localization: plugin

 Bundle-RequiredExecutionEnvironment: J2SE-1.5

diff --git a/org.eclipse.rmf.emf.ecore.converter/pom.xml b/org.eclipse.rmf.emf.ecore.converter/pom.xml
index 68c049c..15ce607 100644
--- a/org.eclipse.rmf.emf.ecore.converter/pom.xml
+++ b/org.eclipse.rmf.emf.ecore.converter/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.emf.ecore.converter</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.examples.feature/feature.xml b/org.eclipse.rmf.examples.feature/feature.xml
index e1a3f65..aa8f726 100644
--- a/org.eclipse.rmf.examples.feature/feature.xml
+++ b/org.eclipse.rmf.examples.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.rmf.examples.feature"
       label="RMF Examples Feature (Incubation)"
-      version="0.7.1.qualifier"
+      version="0.8.0.qualifier"
       provider-name="Eclipse Modeling Project">
 
    <description>
diff --git a/org.eclipse.rmf.examples.feature/pom.xml b/org.eclipse.rmf.examples.feature/pom.xml
index 4b4fc7a..c6eeff9 100644
--- a/org.eclipse.rmf.examples.feature/pom.xml
+++ b/org.eclipse.rmf.examples.feature/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.examples.feature</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-feature</packaging>

 	<groupId>org.eclipse.rmf.features</groupId>

 </project>
\ No newline at end of file
diff --git a/org.eclipse.rmf.examples.installer/META-INF/MANIFEST.MF b/org.eclipse.rmf.examples.installer/META-INF/MANIFEST.MF
index bce4176..df3399f 100644
--- a/org.eclipse.rmf.examples.installer/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.examples.installer/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: RMF Examples Installer
 Bundle-SymbolicName: org.eclipse.rmf.examples.installer;singleton:=true
-Bundle-Version: 0.7.1.qualifier
+Bundle-Version: 0.8.0.qualifier
 Bundle-Vendor: Eclipse Modeling Framework
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.rmf.examples.installer/pom.xml b/org.eclipse.rmf.examples.installer/pom.xml
index 6f26576..737ccea 100644
--- a/org.eclipse.rmf.examples.installer/pom.xml
+++ b/org.eclipse.rmf.examples.installer/pom.xml
@@ -19,11 +19,11 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.rmf.examples.installer</artifactId>
-	<version>0.7.1-SNAPSHOT</version>
+	<version>0.8.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 	<groupId>org.eclipse.rmf.plugins</groupId>
  	<build>
diff --git a/org.eclipse.rmf.releng.devtool.modelcleaner/META-INF/MANIFEST.MF b/org.eclipse.rmf.releng.devtool.modelcleaner/META-INF/MANIFEST.MF
index 8c45cb0..0faa1f8 100644
--- a/org.eclipse.rmf.releng.devtool.modelcleaner/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.releng.devtool.modelcleaner/META-INF/MANIFEST.MF
@@ -2,5 +2,5 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: Metamodel Plug-in

 Bundle-SymbolicName: org.eclipse.rmf.releng.devtools.modelcleaner

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-Vendor: 

diff --git a/org.eclipse.rmf.releng.product/pom.xml b/org.eclipse.rmf.releng.product/pom.xml
index a6dbd7f..251da9f 100644
--- a/org.eclipse.rmf.releng.product/pom.xml
+++ b/org.eclipse.rmf.releng.product/pom.xml
@@ -6,16 +6,16 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.releng.product</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-repository</packaging>

 	

 	<properties>

     	<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>

-    	<app.version>0.7.1</app.version>

+    	<app.version>0.8.0</app.version>

   	</properties>

 	

 	<build>

diff --git a/org.eclipse.rmf.releng.product/rmf-pror-standalone.product b/org.eclipse.rmf.releng.product/rmf-pror-standalone.product
index 1c72529..6f9e609 100644
--- a/org.eclipse.rmf.releng.product/rmf-pror-standalone.product
+++ b/org.eclipse.rmf.releng.product/rmf-pror-standalone.product
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?pde version="3.5"?>
 
-<product name="RMF ProR Standalone" uid="org.eclipse.rmf.reqif10.pror.product" id="org.eclipse.rmf.reqif10.pror.product" application="org.eclipse.ui.ide.workbench" version="0.7.1.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="RMF ProR Standalone" uid="org.eclipse.rmf.reqif10.pror.product" id="org.eclipse.rmf.reqif10.pror.product" application="org.eclipse.ui.ide.workbench" version="0.8.0.qualifier" useFeatures="true" includeLaunchers="true">
 
    <aboutInfo>
       <image path="/org.eclipse.rmf.reqif10.pror/pror-about.png"/>
diff --git a/org.eclipse.rmf.releng.repository/category.xml b/org.eclipse.rmf.releng.repository/category.xml
index b54bb51..3dc8c42 100644
--- a/org.eclipse.rmf.releng.repository/category.xml
+++ b/org.eclipse.rmf.releng.repository/category.xml
@@ -1,15 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-   <feature url="features/org.eclipse.rmf.reqif10.feature_0.7.1.qualifier.jar" id="org.eclipse.rmf.reqif10.feature" version="0.7.1.qualifier">
+   <feature url="features/org.eclipse.rmf.examples.feature_0.8.0.qualifier.jar" id="org.eclipse.rmf.examples.feature" version="0.8.0.qualifier">
       <category name="RMF"/>
    </feature>
-   <feature url="features/org.eclipse.rmf.reqif10.pror.feature_0.7.1.qualifier.jar" id="org.eclipse.rmf.reqif10.pror.feature" version="0.7.1.qualifier">
+   <feature url="features/org.eclipse.rmf.reqif10.feature_0.8.0.qualifier.jar" id="org.eclipse.rmf.reqif10.feature" version="0.8.0.qualifier">
       <category name="RMF"/>
    </feature>
-   <feature url="features/org.eclipse.rmf.reqif10.pror.sdk.feature_0.7.1.qualifier.jar" id="org.eclipse.rmf.reqif10.pror.sdk.feature" version="0.7.1.qualifier">
+   <feature url="features/org.eclipse.rmf.reqif10.pror.feature_0.8.0.qualifier.jar" id="org.eclipse.rmf.reqif10.pror.feature" version="0.8.0.qualifier">
+      <category name="RMF"/>
+   </feature>
+   <feature url="features/org.eclipse.rmf.reqif10.pror.sdk.feature_0.8.0.qualifier.jar" id="org.eclipse.rmf.reqif10.pror.sdk.feature" version="0.8.0.qualifier">
       <category name="RMF SDK"/>
    </feature>
-   <feature url="features/org.eclipse.rmf.reqif10.sdk.feature_0.7.1.qualifier.jar" id="org.eclipse.rmf.reqif10.sdk.feature" version="0.7.1.qualifier">
+   <feature url="features/org.eclipse.rmf.reqif10.sdk.feature_0.8.0.qualifier.jar" id="org.eclipse.rmf.reqif10.sdk.feature" version="0.8.0.qualifier">
       <category name="RMF SDK"/>
    </feature>
    <category-def name="RMF" label="RMF"/>
diff --git a/org.eclipse.rmf.releng.repository/pom.xml b/org.eclipse.rmf.releng.repository/pom.xml
index 01069c5..d6ffa50 100644
--- a/org.eclipse.rmf.releng.repository/pom.xml
+++ b/org.eclipse.rmf.releng.repository/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.releng.repository</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-repository</packaging>

 		

 <!--  

diff --git a/org.eclipse.rmf.releng.target/pom.xml b/org.eclipse.rmf.releng.target/pom.xml
index 32c2141..aed2969 100644
--- a/org.eclipse.rmf.releng.target/pom.xml
+++ b/org.eclipse.rmf.releng.target/pom.xml
@@ -6,7 +6,7 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.target</artifactId>

diff --git a/org.eclipse.rmf.releng/pom.xml b/org.eclipse.rmf.releng/pom.xml
index 6d8e662..b816013 100644
--- a/org.eclipse.rmf.releng/pom.xml
+++ b/org.eclipse.rmf.releng/pom.xml
@@ -5,7 +5,7 @@
 	<modelVersion>4.0.0</modelVersion>

 	<groupId>org.eclipse.rmf</groupId>

 	<artifactId>org.eclipse.rmf.releng</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>pom</packaging>

 

 	<!-- this is the parent POM from which all modules inherit common settings -->

@@ -142,7 +142,7 @@
 								<artifact>

 									<groupId>org.eclipse.rmf</groupId>

 									<artifactId>org.eclipse.rmf.target</artifactId>

-									<version>0.7.1-SNAPSHOT</version>

+									<version>0.8.0-SNAPSHOT</version>

 									<classifier>INDIGO_3_7_2</classifier>

 								</artifact>

 							</target>

@@ -192,7 +192,7 @@
 								<artifact>

 									<groupId>org.eclipse.rmf</groupId>

 									<artifactId>org.eclipse.rmf.target</artifactId>

-									<version>0.7.1-SNAPSHOT</version>

+									<version>0.8.0-SNAPSHOT</version>

 									<classifier>JUNO_4_2_2</classifier>

 								</artifact>

 							</target>

@@ -242,7 +242,7 @@
 								<artifact>

 									<groupId>org.eclipse.rmf</groupId>

 									<artifactId>org.eclipse.rmf.target</artifactId>

-									<version>0.7.1-SNAPSHOT</version>

+									<version>0.8.0-SNAPSHOT</version>

 									<classifier>KEPLER_4_3_0</classifier>

 								</artifact>

 							</target>

diff --git a/org.eclipse.rmf.reqif10.common/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.common/META-INF/MANIFEST.MF
index b5c971a..3e4c1b1 100644
--- a/org.eclipse.rmf.reqif10.common/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.common/META-INF/MANIFEST.MF
@@ -3,10 +3,10 @@
 Bundle-Localization: plugin
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.rmf.reqif10.common
-Bundle-Version: 0.7.1.qualifier
+Bundle-Version: 0.8.0.qualifier
 Bundle-Activator: org.eclipse.rmf.reqif10.internal.common.Activator
 Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.rmf.reqif10;bundle-version="0.7.1"
+ org.eclipse.rmf.reqif10;bundle-version="0.8.0"
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: %providerName
 Export-Package: org.eclipse.rmf.reqif10.common.util
diff --git a/org.eclipse.rmf.reqif10.common/pom.xml b/org.eclipse.rmf.reqif10.common/pom.xml
index 5b29334..5e22749 100644
--- a/org.eclipse.rmf.reqif10.common/pom.xml
+++ b/org.eclipse.rmf.reqif10.common/pom.xml
@@ -19,11 +19,11 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.rmf.reqif10.common</artifactId>
-	<version>0.7.1-SNAPSHOT</version>
+	<version>0.8.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 	<groupId>org.eclipse.rmf.plugins</groupId>
 	<properties>
diff --git a/org.eclipse.rmf.reqif10.feature/feature.xml b/org.eclipse.rmf.reqif10.feature/feature.xml
index 831fcd0..e45aa7f 100644
--- a/org.eclipse.rmf.reqif10.feature/feature.xml
+++ b/org.eclipse.rmf.reqif10.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.rmf.reqif10.feature"

       label="RMF ReqIf 1.0 Feature (Incubation)"

-      version="0.7.1.qualifier"

+      version="0.8.0.qualifier"

       provider-name="Eclipse Modeling Project"

       plugin="org.eclipse.rmf.reqif10">

 

diff --git a/org.eclipse.rmf.reqif10.feature/pom.xml b/org.eclipse.rmf.reqif10.feature/pom.xml
index 3f4ff54..33ab5e9 100644
--- a/org.eclipse.rmf.reqif10.feature/pom.xml
+++ b/org.eclipse.rmf.reqif10.feature/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.reqif10.feature</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-feature</packaging>

 	<groupId>org.eclipse.rmf.features</groupId>

 </project>
\ No newline at end of file
diff --git a/org.eclipse.rmf.reqif10.pror.edit/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror.edit/META-INF/MANIFEST.MF
index 6a8b431..8a85c6d 100644
--- a/org.eclipse.rmf.reqif10.pror.edit/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.pror.edit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.edit;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-ClassPath: .

 Bundle-Activator: org.eclipse.rmf.reqif10.pror.provider.Reqif10EditPlugin$Implementation

 Bundle-Vendor: %providerName

@@ -15,5 +15,5 @@
 Require-Bundle: org.eclipse.core.runtime,

  org.eclipse.emf.edit;visibility:=reexport,

  org.eclipse.emf.ecore;visibility:=reexport,

- org.eclipse.rmf.reqif10.pror;bundle-version="0.7.1";visibility:=reexport

+ org.eclipse.rmf.reqif10.pror;bundle-version="0.8.0";visibility:=reexport

 Bundle-ActivationPolicy: lazy

diff --git a/org.eclipse.rmf.reqif10.pror.edit/pom.xml b/org.eclipse.rmf.reqif10.pror.edit/pom.xml
index f6a9803..29ebd2f 100644
--- a/org.eclipse.rmf.reqif10.pror.edit/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.edit/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.reqif10.pror.edit</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-plugin</packaging>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<properties>

diff --git a/org.eclipse.rmf.reqif10.pror.editor.tests/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror.editor.tests/META-INF/MANIFEST.MF
index b620c9b..c8b7d73 100644
--- a/org.eclipse.rmf.reqif10.pror.editor.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.pror.editor.tests/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: EditorTests
 Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.editor.tests
-Bundle-Version: 0.7.1.qualifier
-Fragment-Host: org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.7.1"
+Bundle-Version: 0.8.0.qualifier
+Fragment-Host: org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.8.0"
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.junit,
- org.eclipse.rmf.reqif10.pror.tests;bundle-version="0.7.1"
+ org.eclipse.rmf.reqif10.pror.tests;bundle-version="0.8.0"
diff --git a/org.eclipse.rmf.reqif10.pror.editor.tests/pom.xml b/org.eclipse.rmf.reqif10.pror.editor.tests/pom.xml
index f629281..763362f 100644
--- a/org.eclipse.rmf.reqif10.pror.editor.tests/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.editor.tests/pom.xml
@@ -6,12 +6,12 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<artifactId>org.eclipse.rmf.reqif10.pror.editor.tests</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.reqif10.pror.editor/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror.editor/META-INF/MANIFEST.MF
index 93f9c87..d276b0c 100644
--- a/org.eclipse.rmf.reqif10.pror.editor/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.pror.editor/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.editor;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-Activator: org.eclipse.rmf.reqif10.pror.editor.presentation.Reqif10EditorPlugin$Implementation

 Bundle-Vendor: %providerName

 Bundle-Localization: plugin

@@ -15,11 +15,11 @@
 Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,

  org.eclipse.ui.ide;visibility:=reexport,

  org.eclipse.ui.forms,

- org.eclipse.rmf.reqif10.pror.edit;bundle-version="0.7.1";visibility:=reexport,

+ org.eclipse.rmf.reqif10.pror.edit;bundle-version="0.8.0";visibility:=reexport,

  org.eclipse.core.resources;visibility:=reexport,

  org.eclipse.emf.edit.ui;visibility:=reexport,

  org.agilemore.agilegrid;bundle-version="1.3.3";visibility:=reexport,

- org.eclipse.rmf.serialization;bundle-version="0.7.1",

+ org.eclipse.rmf.serialization;bundle-version="0.8.0",

  org.eclipse.ui.navigator,

  com.google.guava,

  org.eclipse.core.filesystem;bundle-version="1.3.100"

diff --git a/org.eclipse.rmf.reqif10.pror.editor/pom.xml b/org.eclipse.rmf.reqif10.pror.editor/pom.xml
index e78f314..4f94ce0 100644
--- a/org.eclipse.rmf.reqif10.pror.editor/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.editor/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.reqif10.pror.editor</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-plugin</packaging>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<properties>

diff --git a/org.eclipse.rmf.reqif10.pror.feature/feature.xml b/org.eclipse.rmf.reqif10.pror.feature/feature.xml
index 802ef48..c0d40fc 100644
--- a/org.eclipse.rmf.reqif10.pror.feature/feature.xml
+++ b/org.eclipse.rmf.reqif10.pror.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.rmf.reqif10.pror.feature"

       label="RMF ProR Feature (Incubation)"

-      version="0.7.1.qualifier"

+      version="0.8.0.qualifier"

       provider-name="Eclipse Modeling Project"

       plugin="org.eclipse.rmf.reqif10.pror">

 

@@ -30,7 +30,7 @@
    </url>

 

    <requires>

-      <import feature="org.eclipse.rmf.reqif10.feature" version="0.7.1" match="greaterOrEqual"/>

+      <import feature="org.eclipse.rmf.reqif10.feature" version="0.8.0" match="greaterOrEqual"/>

    </requires>

 

    <plugin

diff --git a/org.eclipse.rmf.reqif10.pror.feature/pom.xml b/org.eclipse.rmf.reqif10.pror.feature/pom.xml
index 99a73b9..a0a20c7 100644
--- a/org.eclipse.rmf.reqif10.pror.feature/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.feature/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.reqif10.pror.feature</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-feature</packaging>

 	<groupId>org.eclipse.rmf.features</groupId>

 </project>
\ No newline at end of file
diff --git a/org.eclipse.rmf.reqif10.pror.genhtml/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror.genhtml/META-INF/MANIFEST.MF
index daaec85..edd544f 100644
--- a/org.eclipse.rmf.reqif10.pror.genhtml/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.pror.genhtml/META-INF/MANIFEST.MF
@@ -3,15 +3,15 @@
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.genhtml
 Bundle-Localization: plugin
-Bundle-Version: 0.7.1.qualifier
+Bundle-Version: 0.8.0.qualifier
 Bundle-Activator: org.eclipse.rmf.reqif10.pror.genhtml.Activator
 Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.rmf.reqif10;bundle-version="0.7.1",
- org.eclipse.rmf.serialization;bundle-version="0.7.1",
- org.eclipse.rmf.reqif10.pror.presentation.headline;bundle-version="0.7.1",
- org.eclipse.rmf.reqif10.pror.presentation.id;bundle-version="0.7.1",
- org.eclipse.rmf.reqif10.pror.presentation.linewrap;bundle-version="0.7.1",
- org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.7.1"
+ org.eclipse.rmf.reqif10;bundle-version="0.8.0",
+ org.eclipse.rmf.serialization;bundle-version="0.8.0",
+ org.eclipse.rmf.reqif10.pror.presentation.headline;bundle-version="0.8.0",
+ org.eclipse.rmf.reqif10.pror.presentation.id;bundle-version="0.8.0",
+ org.eclipse.rmf.reqif10.pror.presentation.linewrap;bundle-version="0.8.0",
+ org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.8.0"
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-Vendor: %providerName
diff --git a/org.eclipse.rmf.reqif10.pror.genhtml/pom.xml b/org.eclipse.rmf.reqif10.pror.genhtml/pom.xml
index 7c8ef16..5dca118 100644
--- a/org.eclipse.rmf.reqif10.pror.genhtml/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.genhtml/pom.xml
@@ -6,12 +6,12 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<artifactId>org.eclipse.rmf.reqif10.pror.genhtml</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.reqif10.pror.help.ui/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror.help.ui/META-INF/MANIFEST.MF
index 0598d08..c2399c3 100644
--- a/org.eclipse.rmf.reqif10.pror.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.pror.help.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.help.ui;singleton:=true
-Bundle-Version: 0.7.1.qualifier
+Bundle-Version: 0.8.0.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.help
 Bundle-Vendor: %providerName
diff --git a/org.eclipse.rmf.reqif10.pror.help.ui/pom.xml b/org.eclipse.rmf.reqif10.pror.help.ui/pom.xml
index 16e416e..e420b63 100644
--- a/org.eclipse.rmf.reqif10.pror.help.ui/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.help.ui/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.reqif10.pror.help.ui</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-plugin</packaging>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<properties>

diff --git a/org.eclipse.rmf.reqif10.pror.presentation.headline/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror.presentation.headline/META-INF/MANIFEST.MF
index ce67310..1967e5d 100644
--- a/org.eclipse.rmf.reqif10.pror.presentation.headline/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.pror.presentation.headline/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.presentation.headline;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-ClassPath: .

 Bundle-Activator: org.eclipse.rmf.reqif10.pror.presentation.headline.provider.HeadlineEditPlugin$Implementation

 Bundle-Vendor: %providerName

@@ -13,6 +13,6 @@
  org.eclipse.rmf.reqif10.pror.presentation.headline.provider,

  org.eclipse.rmf.reqif10.pror.presentation.headline.ui,

  org.eclipse.rmf.reqif10.pror.presentation.headline.util

-Require-Bundle: org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.7.1"

+Require-Bundle: org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.8.0"

 Bundle-ActivationPolicy: lazy

 Bundle-RequiredExecutionEnvironment: J2SE-1.5

diff --git a/org.eclipse.rmf.reqif10.pror.presentation.headline/pom.xml b/org.eclipse.rmf.reqif10.pror.presentation.headline/pom.xml
index d3ad9b9..0986b60 100644
--- a/org.eclipse.rmf.reqif10.pror.presentation.headline/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.presentation.headline/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.reqif10.pror.presentation.headline</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-plugin</packaging>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<properties>

diff --git a/org.eclipse.rmf.reqif10.pror.presentation.id.tests/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror.presentation.id.tests/META-INF/MANIFEST.MF
index 7796a5c..1a7a0bf 100644
--- a/org.eclipse.rmf.reqif10.pror.presentation.id.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.pror.presentation.id.tests/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.presentation.id.tests

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-Localization: plugin

 Fragment-Host: org.eclipse.rmf.reqif10.pror.presentation.id

 Bundle-RequiredExecutionEnvironment: J2SE-1.5

 Bundle-Vendor: %providerName

-Require-Bundle: org.eclipse.rmf.reqif10.pror.tests;bundle-version="0.7.1",

+Require-Bundle: org.eclipse.rmf.reqif10.pror.tests;bundle-version="0.8.0",

  org.junit;bundle-version="4.8.2"

diff --git a/org.eclipse.rmf.reqif10.pror.presentation.id.tests/pom.xml b/org.eclipse.rmf.reqif10.pror.presentation.id.tests/pom.xml
index c5cd53c..795e48a 100644
--- a/org.eclipse.rmf.reqif10.pror.presentation.id.tests/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.presentation.id.tests/pom.xml
@@ -6,12 +6,12 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<artifactId>org.eclipse.rmf.reqif10.pror.presentation.id.tests</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-test-plugin</packaging>

 	<profiles>

 		<profile>

diff --git a/org.eclipse.rmf.reqif10.pror.presentation.id/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror.presentation.id/META-INF/MANIFEST.MF
index a50a82a..26a5c6c 100644
--- a/org.eclipse.rmf.reqif10.pror.presentation.id/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.pror.presentation.id/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.presentation.id;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-ClassPath: .

 Bundle-Activator: org.eclipse.rmf.reqif10.pror.presentation.id.provider.IDEditPlugin$Implementation

 Bundle-Vendor: %providerName

@@ -13,5 +13,5 @@
  org.eclipse.rmf.reqif10.pror.presentation.id.provider,

  org.eclipse.rmf.reqif10.pror.presentation.id.util,

  org.eclipse.rmf.reqif10.pror.presentation.ui

-Require-Bundle: org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.7.1"

+Require-Bundle: org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.8.0"

 Bundle-ActivationPolicy: lazy

diff --git a/org.eclipse.rmf.reqif10.pror.presentation.id/pom.xml b/org.eclipse.rmf.reqif10.pror.presentation.id/pom.xml
index 85d63b0..3606076 100644
--- a/org.eclipse.rmf.reqif10.pror.presentation.id/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.presentation.id/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.reqif10.pror.presentation.id</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-plugin</packaging>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<properties>

diff --git a/org.eclipse.rmf.reqif10.pror.presentation.linewrap/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror.presentation.linewrap/META-INF/MANIFEST.MF
index c2a17ea..dcb2adf 100644
--- a/org.eclipse.rmf.reqif10.pror.presentation.linewrap/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.pror.presentation.linewrap/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.presentation.linewrap;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-ClassPath: .

 Bundle-Activator: org.eclipse.rmf.reqif10.pror.presentation.linewrap.provider.LinewrapEditPlugin$Implementation

 Bundle-Vendor: %providerName

@@ -13,5 +13,5 @@
  org.eclipse.rmf.reqif10.pror.presentation.linewrap.provider,

  org.eclipse.rmf.reqif10.pror.presentation.linewrap.util,

  org.eclipse.rmf.reqif10.pror.presentation.ui

-Require-Bundle: org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.7.1"

+Require-Bundle: org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.8.0"

 Bundle-ActivationPolicy: lazy

diff --git a/org.eclipse.rmf.reqif10.pror.presentation.linewrap/pom.xml b/org.eclipse.rmf.reqif10.pror.presentation.linewrap/pom.xml
index 228b1e4..c7590aa 100644
--- a/org.eclipse.rmf.reqif10.pror.presentation.linewrap/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.presentation.linewrap/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.reqif10.pror.presentation.linewrap</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-plugin</packaging>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<properties>

diff --git a/org.eclipse.rmf.reqif10.pror.sdk.feature/feature.xml b/org.eclipse.rmf.reqif10.pror.sdk.feature/feature.xml
index 9da1c97..408754c 100644
--- a/org.eclipse.rmf.reqif10.pror.sdk.feature/feature.xml
+++ b/org.eclipse.rmf.reqif10.pror.sdk.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.rmf.reqif10.pror.sdk.feature"

       label="RMF ProR SDK Feature (Incubation)"

-      version="0.7.1.qualifier"

+      version="0.8.0.qualifier"

       provider-name="Eclipse Modeling Project"

       plugin="org.eclipse.rmf.reqif10.pror">

 

@@ -34,7 +34,7 @@
          version="0.0.0"/>

 

    <requires>

-      <import feature="org.eclipse.rmf.reqif10.sdk.feature" version="0.7.1" match="greaterOrEqual"/>

+      <import feature="org.eclipse.rmf.reqif10.sdk.feature" version="0.8.0" match="greaterOrEqual"/>

    </requires>

 

    <plugin

diff --git a/org.eclipse.rmf.reqif10.pror.sdk.feature/pom.xml b/org.eclipse.rmf.reqif10.pror.sdk.feature/pom.xml
index 48bc08c..19ae974 100644
--- a/org.eclipse.rmf.reqif10.pror.sdk.feature/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.sdk.feature/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.reqif10.pror.sdk.feature</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-feature</packaging>

 	<groupId>org.eclipse.rmf.features</groupId>

 </project>
\ No newline at end of file
diff --git a/org.eclipse.rmf.reqif10.pror.tests/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror.tests/META-INF/MANIFEST.MF
index 8e37dd7..7db399f 100644
--- a/org.eclipse.rmf.reqif10.pror.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.pror.tests/META-INF/MANIFEST.MF
@@ -2,18 +2,18 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.tests;singleton:=true

-Bundle-Version: 0.7.1.qualifier
+Bundle-Version: 0.8.0.qualifier
 Bundle-Localization: plugin

 Bundle-RequiredExecutionEnvironment: J2SE-1.5

 Require-Bundle: org.junit,

  org.eclipse.ui,

  org.eclipse.core.resources,

  org.eclipse.core.runtime,

- org.eclipse.rmf.serialization;bundle-version="0.7.1",

- org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.7.1",

- org.eclipse.rmf.reqif10.pror.presentation.headline;bundle-version="0.7.1",

- org.eclipse.rmf.reqif10.pror.presentation.id;bundle-version="0.7.1",

- org.eclipse.rmf.reqif10.pror.presentation.linewrap;bundle-version="0.7.1"

+ org.eclipse.rmf.serialization;bundle-version="0.8.0",

+ org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.8.0",

+ org.eclipse.rmf.reqif10.pror.presentation.headline;bundle-version="0.8.0",

+ org.eclipse.rmf.reqif10.pror.presentation.id;bundle-version="0.8.0",

+ org.eclipse.rmf.reqif10.pror.presentation.linewrap;bundle-version="0.8.0"

 Bundle-Vendor: %providerName

 Export-Package: org.eclipse.rmf.reqif10.configuration.tests,

  org.eclipse.rmf.reqif10.pror.testdata,

diff --git a/org.eclipse.rmf.reqif10.pror.tests/pom.xml b/org.eclipse.rmf.reqif10.pror.tests/pom.xml
index 602676e..8ea1594 100644
--- a/org.eclipse.rmf.reqif10.pror.tests/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror.tests/pom.xml
@@ -6,12 +6,12 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<artifactId>org.eclipse.rmf.reqif10.pror.tests</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.reqif10.pror/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror/META-INF/MANIFEST.MF
index 963fdab..77d456e 100644
--- a/org.eclipse.rmf.reqif10.pror/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.pror/META-INF/MANIFEST.MF
@@ -2,13 +2,13 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-ClassPath: .

 Bundle-Localization: plugin

 Require-Bundle: org.eclipse.emf.ecore,

  org.eclipse.ui.intro,

- org.eclipse.rmf.reqif10;bundle-version="0.7.1";visibility:=reexport,

- org.eclipse.rmf.reqif10.common;bundle-version="0.7.1";visibility:=reexport,

+ org.eclipse.rmf.reqif10;bundle-version="0.8.0";visibility:=reexport,

+ org.eclipse.rmf.reqif10.common;bundle-version="0.8.0";visibility:=reexport,

  org.eclipse.ui;bundle-version="3.7.0",

  org.eclipse.core.runtime;bundle-version="3.7.0"

 Export-Package: org.eclipse.rmf.reqif10.pror.configuration,

diff --git a/org.eclipse.rmf.reqif10.pror/pom.xml b/org.eclipse.rmf.reqif10.pror/pom.xml
index f4a6d5f..af5ddd5 100644
--- a/org.eclipse.rmf.reqif10.pror/pom.xml
+++ b/org.eclipse.rmf.reqif10.pror/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.reqif10.pror</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-plugin</packaging>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<properties>

diff --git a/org.eclipse.rmf.reqif10.sdk.feature/feature.xml b/org.eclipse.rmf.reqif10.sdk.feature/feature.xml
index 6f2885f..ffcb260 100644
--- a/org.eclipse.rmf.reqif10.sdk.feature/feature.xml
+++ b/org.eclipse.rmf.reqif10.sdk.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.rmf.reqif10.sdk.feature"

       label="RMF ReqIf 1.0 SDK Feature (Incubation)"

-      version="0.7.1.qualifier"

+      version="0.8.0.qualifier"

       provider-name="Eclipse Modeling Project"

       plugin="org.eclipse.rmf.reqif10">

 

diff --git a/org.eclipse.rmf.reqif10.sdk.feature/pom.xml b/org.eclipse.rmf.reqif10.sdk.feature/pom.xml
index b486b83..a1fafd8 100644
--- a/org.eclipse.rmf.reqif10.sdk.feature/pom.xml
+++ b/org.eclipse.rmf.reqif10.sdk.feature/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.reqif10.sdk.feature</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<packaging>eclipse-feature</packaging>

 	<groupId>org.eclipse.rmf.features</groupId>

 </project>
\ No newline at end of file
diff --git a/org.eclipse.rmf.reqif10.tests.feature/feature.xml b/org.eclipse.rmf.reqif10.tests.feature/feature.xml
index de37194..8e0bd21 100644
--- a/org.eclipse.rmf.reqif10.tests.feature/feature.xml
+++ b/org.eclipse.rmf.reqif10.tests.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.rmf.reqif10.tests.feature"

       label="Feature"

-      version="0.7.1.qualifier">

+      version="0.8.0.qualifier">

 

    <description url="http://www.example.com/description">

       [Enter Feature Description here.]

diff --git a/org.eclipse.rmf.reqif10.tests.feature/pom.xml b/org.eclipse.rmf.reqif10.tests.feature/pom.xml
index 3109405..8c311b4 100644
--- a/org.eclipse.rmf.reqif10.tests.feature/pom.xml
+++ b/org.eclipse.rmf.reqif10.tests.feature/pom.xml
@@ -6,11 +6,11 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.rmf.reqif10.tests.feature</artifactId>
-	<version>0.7.1-SNAPSHOT</version>
+	<version>0.8.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>
 	<groupId>org.eclipse.rmf.features</groupId>
 </project>
\ No newline at end of file
diff --git a/org.eclipse.rmf.reqif10.tests/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.tests/META-INF/MANIFEST.MF
index 8b955e5..ae4755f 100644
--- a/org.eclipse.rmf.reqif10.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10.tests/META-INF/MANIFEST.MF
@@ -2,20 +2,20 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.rmf.reqif10.tests;singleton:=true
-Bundle-Version: 0.7.1.qualifier
+Bundle-Version: 0.8.0.qualifier
 Bundle-ClassPath: .
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.apache.xerces,
  org.eclipse.core.runtime,
- org.eclipse.rmf.reqif10;bundle-version="0.7.1";visibility:=reexport,
+ org.eclipse.rmf.reqif10;bundle-version="0.8.0";visibility:=reexport,
  org.eclipse.emf.ecore.xmi;visibility:=reexport,
  org.junit;visibility:=reexport,
- org.eclipse.rmf.serialization;bundle-version="0.7.1",
- org.eclipse.rmf.reqif10.pror;bundle-version="0.7.1",
- org.eclipse.rmf.reqif10.pror.presentation.headline;bundle-version="0.7.1",
- org.eclipse.rmf.reqif10.common;bundle-version="0.7.1"
+ org.eclipse.rmf.serialization;bundle-version="0.8.0",
+ org.eclipse.rmf.reqif10.pror;bundle-version="0.8.0",
+ org.eclipse.rmf.reqif10.pror.presentation.headline;bundle-version="0.8.0",
+ org.eclipse.rmf.reqif10.common;bundle-version="0.8.0"
 Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.rmf.reqif10.tests.uc001.tc1200,
  org.eclipse.rmf.reqif10.tests.util
diff --git a/org.eclipse.rmf.reqif10.tests/pom.xml b/org.eclipse.rmf.reqif10.tests/pom.xml
index 2be8531..4069926 100644
--- a/org.eclipse.rmf.reqif10.tests/pom.xml
+++ b/org.eclipse.rmf.reqif10.tests/pom.xml
@@ -19,12 +19,12 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.rmf.plugins</groupId>
 	<artifactId>org.eclipse.rmf.reqif10.tests</artifactId>
-	<version>0.7.1-SNAPSHOT</version>
+	<version>0.8.0-SNAPSHOT</version>
 	<properties>
     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   	</properties>
diff --git a/org.eclipse.rmf.reqif10.xhtml.edit/pom.xml b/org.eclipse.rmf.reqif10.xhtml.edit/pom.xml
index 460b706..1751be8 100644
--- a/org.eclipse.rmf.reqif10.xhtml.edit/pom.xml
+++ b/org.eclipse.rmf.reqif10.xhtml.edit/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.rmf.reqif10.xhtml.edit</artifactId>
diff --git a/org.eclipse.rmf.reqif10.xhtml/pom.xml b/org.eclipse.rmf.reqif10.xhtml/pom.xml
index b9ee1f3..eefc683 100644
--- a/org.eclipse.rmf.reqif10.xhtml/pom.xml
+++ b/org.eclipse.rmf.reqif10.xhtml/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.rmf.reqif10.xhtml</artifactId>
diff --git a/org.eclipse.rmf.reqif10/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10/META-INF/MANIFEST.MF
index c342fe5..b966365 100644
--- a/org.eclipse.rmf.reqif10/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.reqif10/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.rmf.reqif10;singleton:=true
-Bundle-Version: 0.7.1.qualifier
+Bundle-Version: 0.8.0.qualifier
 Bundle-ClassPath: .
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.rmf.reqif10/pom.xml b/org.eclipse.rmf.reqif10/pom.xml
index 7eb3073..6ccf936 100644
--- a/org.eclipse.rmf.reqif10/pom.xml
+++ b/org.eclipse.rmf.reqif10/pom.xml
@@ -19,11 +19,11 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.rmf.reqif10</artifactId>
-	<version>0.7.1-SNAPSHOT</version>
+	<version>0.8.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 	<groupId>org.eclipse.rmf.plugins</groupId>
 	<properties>
diff --git a/org.eclipse.rmf.reqif10_2.edit/pom.xml b/org.eclipse.rmf.reqif10_2.edit/pom.xml
index 9ac15ee..6b9bb3c 100644
--- a/org.eclipse.rmf.reqif10_2.edit/pom.xml
+++ b/org.eclipse.rmf.reqif10_2.edit/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.rmf.reqif10_2.edit</artifactId>
diff --git a/org.eclipse.rmf.reqif10_2/pom.xml b/org.eclipse.rmf.reqif10_2/pom.xml
index 8574e6e..098653c 100644
--- a/org.eclipse.rmf.reqif10_2/pom.xml
+++ b/org.eclipse.rmf.reqif10_2/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.rmf.reqif10_2</artifactId>
diff --git a/org.eclipse.rmf.rif11.model.test/META-INF/MANIFEST.MF b/org.eclipse.rmf.rif11.model.test/META-INF/MANIFEST.MF
index d60f7ed..e4fc396 100644
--- a/org.eclipse.rmf.rif11.model.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.rif11.model.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.rif11.model.test

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Require-Bundle: org.eclipse.core.resources,

  org.eclipse.core.runtime,

  org.eclipse.rmf.rif11.model,

diff --git a/org.eclipse.rmf.rif11.model.test/pom.xml b/org.eclipse.rmf.rif11.model.test/pom.xml
index e288335..9fe08d0 100644
--- a/org.eclipse.rmf.rif11.model.test/pom.xml
+++ b/org.eclipse.rmf.rif11.model.test/pom.xml
@@ -6,12 +6,12 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<artifactId>org.eclipse.rmf.rif11.model.test</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.rif11.model/META-INF/MANIFEST.MF b/org.eclipse.rmf.rif11.model/META-INF/MANIFEST.MF
index e2b7e12..82422f7 100644
--- a/org.eclipse.rmf.rif11.model/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.rif11.model/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.rif11.model;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-ClassPath: .

 Bundle-Vendor: %providerName

 Bundle-Localization: plugin

diff --git a/org.eclipse.rmf.rif11.model/pom.xml b/org.eclipse.rmf.rif11.model/pom.xml
index 6a01b58..8713fe3 100644
--- a/org.eclipse.rmf.rif11.model/pom.xml
+++ b/org.eclipse.rmf.rif11.model/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.rif11.model</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.rif11.resource/META-INF/MANIFEST.MF b/org.eclipse.rmf.rif11.resource/META-INF/MANIFEST.MF
index 61dd4d9..a08d420 100644
--- a/org.eclipse.rmf.rif11.resource/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.rif11.resource/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.rif11.resource;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-RequiredExecutionEnvironment: J2SE-1.5

 Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.6.1",

  org.eclipse.rmf.rif11.model;bundle-version="0.1.0",

diff --git a/org.eclipse.rmf.rif11.resource/pom.xml b/org.eclipse.rmf.rif11.resource/pom.xml
index d1f0098..befa67a 100644
--- a/org.eclipse.rmf.rif11.resource/pom.xml
+++ b/org.eclipse.rmf.rif11.resource/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.rif11.resource</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.rif11.xsd.model/META-INF/MANIFEST.MF b/org.eclipse.rmf.rif11.xsd.model/META-INF/MANIFEST.MF
index 9203bc6..e2de47d 100644
--- a/org.eclipse.rmf.rif11.xsd.model/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.rif11.xsd.model/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.rif11.xsd.model;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-ClassPath: .

 Bundle-Vendor: %providerName

 Bundle-Localization: plugin

diff --git a/org.eclipse.rmf.rif11.xsd.model/pom.xml b/org.eclipse.rmf.rif11.xsd.model/pom.xml
index 15fb1ff..285f358 100644
--- a/org.eclipse.rmf.rif11.xsd.model/pom.xml
+++ b/org.eclipse.rmf.rif11.xsd.model/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.rif11.xsd.model</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.rif12.model.test/META-INF/MANIFEST.MF b/org.eclipse.rmf.rif12.model.test/META-INF/MANIFEST.MF
index c59f3b4..34bf37f 100644
--- a/org.eclipse.rmf.rif12.model.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.rif12.model.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.rif12.model.test

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Require-Bundle: org.eclipse.core.resources,

  org.eclipse.core.runtime,

  org.junit,

diff --git a/org.eclipse.rmf.rif12.model.test/pom.xml b/org.eclipse.rmf.rif12.model.test/pom.xml
index 57035da..638b752 100644
--- a/org.eclipse.rmf.rif12.model.test/pom.xml
+++ b/org.eclipse.rmf.rif12.model.test/pom.xml
@@ -6,12 +6,12 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<groupId>org.eclipse.rmf.plugins</groupId>

 	<artifactId>org.eclipse.rmf.rif12.model.test</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.rif12.model/META-INF/MANIFEST.MF b/org.eclipse.rmf.rif12.model/META-INF/MANIFEST.MF
index 2115155..d5b1137 100644
--- a/org.eclipse.rmf.rif12.model/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.rif12.model/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.rif12.model;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-ClassPath: .

 Bundle-Vendor: %providerName

 Bundle-Localization: plugin

diff --git a/org.eclipse.rmf.rif12.model/pom.xml b/org.eclipse.rmf.rif12.model/pom.xml
index a6c8a43..8d8f0a4 100644
--- a/org.eclipse.rmf.rif12.model/pom.xml
+++ b/org.eclipse.rmf.rif12.model/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.rif12.model</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.rif12.resource/META-INF/MANIFEST.MF b/org.eclipse.rmf.rif12.resource/META-INF/MANIFEST.MF
index 7d97558..49b012e 100644
--- a/org.eclipse.rmf.rif12.resource/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.rif12.resource/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.rif12.resource;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-RequiredExecutionEnvironment: J2SE-1.5

 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",

  org.eclipse.emf.ecore;bundle-version="[2.7.0,3.0.0)",

diff --git a/org.eclipse.rmf.rif12.resource/pom.xml b/org.eclipse.rmf.rif12.resource/pom.xml
index bb0344f..d33eb17 100644
--- a/org.eclipse.rmf.rif12.resource/pom.xml
+++ b/org.eclipse.rmf.rif12.resource/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.rif12.resource</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.rif12.xsd.model/META-INF/MANIFEST.MF b/org.eclipse.rmf.rif12.xsd.model/META-INF/MANIFEST.MF
index d5fdb1a..72ad5ee 100644
--- a/org.eclipse.rmf.rif12.xsd.model/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.rif12.xsd.model/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: %pluginName

 Bundle-SymbolicName: org.eclipse.rmf.rif12.xsd.model;singleton:=true

-Bundle-Version: 0.7.1.qualifier

+Bundle-Version: 0.8.0.qualifier

 Bundle-ClassPath: .

 Bundle-Vendor: %providerName

 Bundle-Localization: plugin

diff --git a/org.eclipse.rmf.rif12.xsd.model/pom.xml b/org.eclipse.rmf.rif12.xsd.model/pom.xml
index fa86c3c..3e4c535 100644
--- a/org.eclipse.rmf.rif12.xsd.model/pom.xml
+++ b/org.eclipse.rmf.rif12.xsd.model/pom.xml
@@ -6,11 +6,11 @@
 	<parent>

 		<groupId>org.eclipse.rmf</groupId>

 		<artifactId>org.eclipse.rmf.releng</artifactId>

-		<version>0.7.1-SNAPSHOT</version>

+		<version>0.8.0-SNAPSHOT</version>

 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>

 	</parent>

 	<artifactId>org.eclipse.rmf.rif12.xsd.model</artifactId>

-	<version>0.7.1-SNAPSHOT</version>

+	<version>0.8.0-SNAPSHOT</version>

 	<properties>

     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

   	</properties>

diff --git a/org.eclipse.rmf.serialization/META-INF/MANIFEST.MF b/org.eclipse.rmf.serialization/META-INF/MANIFEST.MF
index 8d4f444..784a845 100644
--- a/org.eclipse.rmf.serialization/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.serialization/META-INF/MANIFEST.MF
@@ -1,11 +1,11 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-SymbolicName: org.eclipse.rmf.serialization;singleton:=true
-Bundle-Version: 0.7.1.qualifier
+Bundle-Version: 0.8.0.qualifier
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.emf.ecore.xmi,
- org.eclipse.rmf.reqif10;bundle-version="0.7.1",
+ org.eclipse.rmf.reqif10;bundle-version="0.8.0",
  org.apache.xerces
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.rmf.serialization/pom.xml b/org.eclipse.rmf.serialization/pom.xml
index ae4b9ad..4874332 100644
--- a/org.eclipse.rmf.serialization/pom.xml
+++ b/org.eclipse.rmf.serialization/pom.xml
@@ -19,11 +19,11 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.rmf.serialization</artifactId>
-	<version>0.7.1-SNAPSHOT</version>
+	<version>0.8.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
 	<groupId>org.eclipse.rmf.plugins</groupId>
 	<properties>
diff --git a/org.eclipse.rmf.serialization2/pom.xml b/org.eclipse.rmf.serialization2/pom.xml
index 43d51ca..80141fa 100644
--- a/org.eclipse.rmf.serialization2/pom.xml
+++ b/org.eclipse.rmf.serialization2/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.rmf.serialization2</artifactId>
diff --git a/org.eclipse.rmf.tests.serialization.reqif10/pom.xml b/org.eclipse.rmf.tests.serialization.reqif10/pom.xml
index 14ebe58..eca1263 100644
--- a/org.eclipse.rmf.tests.serialization.reqif10/pom.xml
+++ b/org.eclipse.rmf.tests.serialization.reqif10/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.rmf.plugins</groupId>
diff --git a/org.eclipse.rmf.tests.serialization/META-INF/MANIFEST.MF b/org.eclipse.rmf.tests.serialization/META-INF/MANIFEST.MF
index 8aaa205..ce83c25 100644
--- a/org.eclipse.rmf.tests.serialization/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.tests.serialization/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.rmf.tests.serialization;singleton:=true
-Bundle-Version: 0.7.1.qualifier
+Bundle-Version: 0.8.0.qualifier
 Bundle-ClassPath: .
 Require-Bundle: org.junit,
  org.eclipse.emf.ecore;bundle-version="2.7.0",
diff --git a/org.eclipse.rmf.tests.serialization/launch/Serialization JUnit Plugin Tests.launch b/org.eclipse.rmf.tests.serialization/launch/Serialization JUnit Plugin Tests.launch
deleted file mode 100644
index c352185..0000000
--- a/org.eclipse.rmf.tests.serialization/launch/Serialization JUnit Plugin Tests.launch
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<launchConfiguration type="org.eclipse.pde.ui.JunitLaunchConfig">
-<booleanAttribute key="append.args" value="true"/>
-<stringAttribute key="application" value="org.eclipse.pde.junit.runtime.coretestapplication"/>
-<booleanAttribute key="askclear" value="false"/>
-<booleanAttribute key="automaticAdd" value="true"/>
-<booleanAttribute key="automaticValidate" value="false"/>
-<stringAttribute key="bad_container_name" value="/org.eclipse.rmf.tests.serialization/laun"/>
-<stringAttribute key="bootstrap" value=""/>
-<stringAttribute key="checked" value="[NONE]"/>
-<booleanAttribute key="clearConfig" value="true"/>
-<booleanAttribute key="clearws" value="true"/>
-<booleanAttribute key="clearwslog" value="false"/>
-<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/pde-junit"/>
-<booleanAttribute key="default" value="true"/>
-<booleanAttribute key="includeOptional" value="true"/>
-<stringAttribute key="location" value="${workspace_loc}/../junit-workspace"/>
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/org.eclipse.rmf.tests.serialization"/>
-</listAttribute>
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
-<listEntry value="4"/>
-</listAttribute>
-<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=org.eclipse.rmf.tests.serialization"/>
-<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
-<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
-<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
-<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.rmf.tests.serialization"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
-<stringAttribute key="pde.version" value="3.3"/>
-<stringAttribute key="product" value="org.eclipse.equinox.p2.director.app.product"/>
-<booleanAttribute key="run_in_ui_thread" value="true"/>
-<booleanAttribute key="show_selected_only" value="false"/>
-<booleanAttribute key="tracing" value="false"/>
-<booleanAttribute key="useCustomFeatures" value="false"/>
-<booleanAttribute key="useDefaultConfig" value="true"/>
-<booleanAttribute key="useDefaultConfigArea" value="false"/>
-<booleanAttribute key="useProduct" value="false"/>
-</launchConfiguration>
diff --git a/org.eclipse.rmf.tests.serialization/launch/Serialization JUnit Tests.launch b/org.eclipse.rmf.tests.serialization/launch/Serialization JUnit Tests.launch
deleted file mode 100644
index 3338b53..0000000
--- a/org.eclipse.rmf.tests.serialization/launch/Serialization JUnit Tests.launch
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
-<stringAttribute key="bad_container_name" value="/org.eclipse.rmf.tests.serialization/laun"/>
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/org.eclipse.rmf.tests.serialization"/>
-</listAttribute>
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
-<listEntry value="4"/>
-</listAttribute>
-<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=org.eclipse.rmf.tests.serialization"/>
-<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
-<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
-<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
-<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
-<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.rmf.tests.serialization"/>
-</launchConfiguration>
diff --git a/org.eclipse.rmf.tests.serialization/pom.xml b/org.eclipse.rmf.tests.serialization/pom.xml
index 9da8bcf..b94a201 100644
--- a/org.eclipse.rmf.tests.serialization/pom.xml
+++ b/org.eclipse.rmf.tests.serialization/pom.xml
@@ -19,12 +19,12 @@
 	<parent>
 		<groupId>org.eclipse.rmf</groupId>
 		<artifactId>org.eclipse.rmf.releng</artifactId>
-		<version>0.7.1-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.rmf.releng/pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.rmf.plugins</groupId>
 	<artifactId>org.eclipse.rmf.tests.serialization</artifactId>
-	<version>0.7.1-SNAPSHOT</version>
+	<version>0.8.0-SNAPSHOT</version>
 	<properties>
     	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   	</properties>