Bug 520351 - [MARTE][release] Create a 1.2.2 release

- set version number back to "qualifier" variant and advance minor version number by one.

Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
diff --git a/core/org.eclipse.papyrus.marte.static.profile.ui/META-INF/MANIFEST.MF b/core/org.eclipse.papyrus.marte.static.profile.ui/META-INF/MANIFEST.MF
index 0077c34..786f174 100644
--- a/core/org.eclipse.papyrus.marte.static.profile.ui/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.papyrus.marte.static.profile.ui/META-INF/MANIFEST.MF
@@ -9,7 +9,7 @@
 Bundle-Vendor: %providerName
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: .
-Bundle-Version: 1.2.2
+Bundle-Version: 1.2.3.qualifier
 Bundle-Localization: plugin
 Bundle-Name: %pluginName
 Bundle-ManifestVersion: 2
diff --git a/core/org.eclipse.papyrus.marte.static.profile.ui/pom.xml b/core/org.eclipse.papyrus.marte.static.profile.ui/pom.xml
index 1b8ccd3..e9749df 100644
--- a/core/org.eclipse.papyrus.marte.static.profile.ui/pom.xml
+++ b/core/org.eclipse.papyrus.marte.static.profile.ui/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.core</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.static.profile.ui</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/core/org.eclipse.papyrus.marte.static.profile/META-INF/MANIFEST.MF b/core/org.eclipse.papyrus.marte.static.profile/META-INF/MANIFEST.MF
index 6fbd840..b874f00 100644
--- a/core/org.eclipse.papyrus.marte.static.profile/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.papyrus.marte.static.profile/META-INF/MANIFEST.MF
@@ -122,7 +122,7 @@
 Bundle-Vendor: %providerName
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: .
-Bundle-Version: 1.2.2
+Bundle-Version: 1.2.3.qualifier
 Bundle-Localization: plugin
 Bundle-Name: %pluginName
 Bundle-ManifestVersion: 2
diff --git a/core/org.eclipse.papyrus.marte.static.profile/pom.xml b/core/org.eclipse.papyrus.marte.static.profile/pom.xml
index bb84aa2..78acb64 100644
--- a/core/org.eclipse.papyrus.marte.static.profile/pom.xml
+++ b/core/org.eclipse.papyrus.marte.static.profile/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.core</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.static.profile</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/core/org.eclipse.papyrus.marte.vsl.ui/META-INF/MANIFEST.MF b/core/org.eclipse.papyrus.marte.vsl.ui/META-INF/MANIFEST.MF
index af09ca2..fc842a1 100644
--- a/core/org.eclipse.papyrus.marte.vsl.ui/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.papyrus.marte.vsl.ui/META-INF/MANIFEST.MF
@@ -17,7 +17,7 @@
 Bundle-Vendor: %providerName
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: .
-Bundle-Version: 1.2.2
+Bundle-Version: 1.2.3.qualifier
 Bundle-Localization: plugin
 Bundle-Name: %pluginName
 Bundle-Activator: org.eclipse.papyrus.marte.vsl.ui.internal.VSLActivator
diff --git a/core/org.eclipse.papyrus.marte.vsl.ui/pom.xml b/core/org.eclipse.papyrus.marte.vsl.ui/pom.xml
index c8257e1..1d5d32c 100644
--- a/core/org.eclipse.papyrus.marte.vsl.ui/pom.xml
+++ b/core/org.eclipse.papyrus.marte.vsl.ui/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.core</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.vsl.ui</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/core/org.eclipse.papyrus.marte.vsl/META-INF/MANIFEST.MF b/core/org.eclipse.papyrus.marte.vsl/META-INF/MANIFEST.MF
index 6b76520..4a48aed 100644
--- a/core/org.eclipse.papyrus.marte.vsl/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.papyrus.marte.vsl/META-INF/MANIFEST.MF
@@ -31,7 +31,7 @@
  org.eclipse.uml2.codegen.ecore;bundle-version="1.6.0",
  org.apache.log4j;bundle-version="1.2.15"
 Bundle-Vendor: %providerName
-Bundle-Version: 1.2.2
+Bundle-Version: 1.2.3.qualifier
 Bundle-ManifestVersion: 2
 Import-Package: org.apache.log4j
 Bundle-SymbolicName: org.eclipse.papyrus.marte.vsl;singleton:=true
diff --git a/core/org.eclipse.papyrus.marte.vsl/pom.xml b/core/org.eclipse.papyrus.marte.vsl/pom.xml
index 172d878..557e807 100644
--- a/core/org.eclipse.papyrus.marte.vsl/pom.xml
+++ b/core/org.eclipse.papyrus.marte.vsl/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.core</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.vsl</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/core/pom.xml b/core/pom.xml
index fa8dbec..dfa0f4d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.core</artifactId>
 	<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index cc31839..58bf912 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
 	<groupId>org.eclipse.papyrus.marte</groupId>
 	<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
-	<version>1.2.2</version>
+	<version>1.2.3-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<name>MARTE</name>
diff --git a/releng/org.eclipse.papyrus.marte.core.feature/feature.xml b/releng/org.eclipse.papyrus.marte.core.feature/feature.xml
index 8005728..dc6cb47 100644
--- a/releng/org.eclipse.papyrus.marte.core.feature/feature.xml
+++ b/releng/org.eclipse.papyrus.marte.core.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.papyrus.marte.core.feature"
       label="%featureName"
-      version="1.2.2"
+      version="1.2.3.qualifier"
       provider-name="%providerName">
 
    <description url="https://eclipse.org/papyrus/">
diff --git a/releng/org.eclipse.papyrus.marte.core.feature/pom.xml b/releng/org.eclipse.papyrus.marte.core.feature/pom.xml
index 3d060c5..ff80067 100644
--- a/releng/org.eclipse.papyrus.marte.core.feature/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.core.feature/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.core.feature</artifactId>
 	<packaging>eclipse-feature</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.main.feature/feature.xml b/releng/org.eclipse.papyrus.marte.main.feature/feature.xml
index d94e0b9..2fddc7f 100644
--- a/releng/org.eclipse.papyrus.marte.main.feature/feature.xml
+++ b/releng/org.eclipse.papyrus.marte.main.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.papyrus.marte.main.feature"
       label="%featureName"
-      version="1.2.2"
+      version="1.2.3.qualifier"
       provider-name="%providerName">
 
    <description url="https://eclipse.org/papyrus/">
diff --git a/releng/org.eclipse.papyrus.marte.main.feature/pom.xml b/releng/org.eclipse.papyrus.marte.main.feature/pom.xml
index 9f7bebc..8db5bad 100644
--- a/releng/org.eclipse.papyrus.marte.main.feature/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.main.feature/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.main.feature</artifactId>
 	<packaging>eclipse-feature</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.p2/category.xml b/releng/org.eclipse.papyrus.marte.p2/category.xml
index b44f129..6df8643 100644
--- a/releng/org.eclipse.papyrus.marte.p2/category.xml
+++ b/releng/org.eclipse.papyrus.marte.p2/category.xml
@@ -1,27 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-	<feature id="org.eclipse.papyrus.marte.core.feature" url="features/org.eclipse.papyrus.marte.core.feature_1.2.2.jar" version="1.2.2">
+	<feature id="org.eclipse.papyrus.marte.core.feature" url="features/org.eclipse.papyrus.marte.core.feature_1.2.3.qualifier.jar" version="1.2.3.qualifier">
 		<category name="org.eclipse.papyrus.category"/>
 	</feature>
-	<feature id="org.eclipse.papyrus.marte.core.feature.source" url="features/org.eclipse.papyrus.marte.core.feature.source_1.2.2.jar" version="1.2.2">
+	<feature id="org.eclipse.papyrus.marte.core.feature.source" url="features/org.eclipse.papyrus.marte.core.feature.source_1.2.3.qualifier.jar" version="1.2.3.qualifier">
 		<category name="org.eclipse.papyrus.category"/>
 	</feature>
-	<feature id="org.eclipse.papyrus.marte.main.feature" url="features/org.eclipse.papyrus.marte.main.feature_1.2.2.jar" version="1.2.2">
+	<feature id="org.eclipse.papyrus.marte.main.feature" url="features/org.eclipse.papyrus.marte.main.feature_1.2.3.qualifier.jar" version="1.2.3.qualifier">
 		<category name="org.eclipse.papyrus.category"/>
 	</feature>
-	<feature id="org.eclipse.papyrus.marte.main.feature.source" url="features/org.eclipse.papyrus.marte.main.feature.source_1.2.2.jar" version="1.2.2">
+	<feature id="org.eclipse.papyrus.marte.main.feature.source" url="features/org.eclipse.papyrus.marte.main.feature.source_1.2.3.qualifier.jar" version="1.2.3.qualifier">
 		<category name="org.eclipse.papyrus.category"/>
 	</feature>
-	<feature id="org.eclipse.papyrus.marte.view.feature" url="features/org.eclipse.papyrus.marte.view.feature_1.2.2.jar" version="1.2.2">
+	<feature id="org.eclipse.papyrus.marte.view.feature" url="features/org.eclipse.papyrus.marte.view.feature_1.2.3.qualifier.jar" version="1.2.3.qualifier">
 		<category name="org.eclipse.papyrus.category"/>
 	</feature>
-	<feature id="org.eclipse.papyrus.marte.view.feature.source" url="features/org.eclipse.papyrus.marte.view.feature.source_1.2.2.jar" version="1.2.2">
+	<feature id="org.eclipse.papyrus.marte.view.feature.source" url="features/org.eclipse.papyrus.marte.view.feature.source_1.2.3.qualifier.jar" version="1.2.3.qualifier">
 		<category name="org.eclipse.papyrus.category"/>
 	</feature>
-	<feature id="org.eclipse.papyrus.marte.textedit.feature" url="features/org.eclipse.papyrus.marte.textedit.feature_1.2.2.jar" version="1.2.2">
+	<feature id="org.eclipse.papyrus.marte.textedit.feature" url="features/org.eclipse.papyrus.marte.textedit.feature_1.2.3.qualifier.jar" version="1.2.3.qualifier">
 		<category name="org.eclipse.papyrus.category"/>
 	</feature>
-	<feature id="org.eclipse.papyrus.marte.textedit.feature.source" url="features/org.eclipse.papyrus.marte.textedit.feature.source_1.2.2.jar" version="1.2.2">
+	<feature id="org.eclipse.papyrus.marte.textedit.feature.source" url="features/org.eclipse.papyrus.marte.textedit.feature.source_1.2.3.qualifier.jar" version="1.2.3.qualifier">
 		<category name="org.eclipse.papyrus.category"/>
 	</feature>
 	<category-def label="Papyrus MARTE Category" name="org.eclipse.papyrus.category">
diff --git a/releng/org.eclipse.papyrus.marte.p2/pom.xml b/releng/org.eclipse.papyrus.marte.p2/pom.xml
index df3b800..c686318 100644
--- a/releng/org.eclipse.papyrus.marte.p2/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.p2/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.p2</artifactId>
 	<packaging>eclipse-repository</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.product/category.xml b/releng/org.eclipse.papyrus.marte.product/category.xml
index 4179f88..b784a54 100644
--- a/releng/org.eclipse.papyrus.marte.product/category.xml
+++ b/releng/org.eclipse.papyrus.marte.product/category.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-   <feature id="org.eclipse.papyrus.marte.core.feature" url="features/org.eclipse.papyrus.marte.core.feature_1.2.2.jar" version="1.2.2" />
-	<feature id="org.eclipse.papyrus.marte.core.feature.source" url="features/org.eclipse.papyrus.marte.core.feature.source_1.2.2.jar" version="1.2.2" />
-	<feature id="org.eclipse.papyrus.marte.view.feature" url="features/org.eclipse.papyrus.marte.view.feature_1.2.2.jar" version="1.2.2" />
-	<feature id="org.eclipse.papyrus.marte.view.feature.source" url="features/org.eclipse.papyrus.marte.view.feature.source_1.2.2.jar" version="1.2.2" />
-	<feature id="org.eclipse.papyrus.marte.textedit.feature" url="features/org.eclipse.papyrus.marte.textedit.feature_1.2.2.jar" version="1.2.2" />
-	<feature id="org.eclipse.papyrus.marte.textedit.feature.source" url="features/org.eclipse.papyrus.marte.textedit.feature.source_1.2.2.jar" version="1.2.2" />
+   <feature id="org.eclipse.papyrus.marte.core.feature" url="features/org.eclipse.papyrus.marte.core.feature_1.2.3.qualifier.jar" version="1.2.3.qualifier" />
+	<feature id="org.eclipse.papyrus.marte.core.feature.source" url="features/org.eclipse.papyrus.marte.core.feature.source_1.2.3.qualifier.jar" version="1.2.3.qualifier" />
+	<feature id="org.eclipse.papyrus.marte.view.feature" url="features/org.eclipse.papyrus.marte.view.feature_1.2.3.qualifier.jar" version="1.2.3.qualifier" />
+	<feature id="org.eclipse.papyrus.marte.view.feature.source" url="features/org.eclipse.papyrus.marte.view.feature.source_1.2.3.qualifier.jar" version="1.2.3.qualifier" />
+	<feature id="org.eclipse.papyrus.marte.textedit.feature" url="features/org.eclipse.papyrus.marte.textedit.feature_1.2.3.qualifier.jar" version="1.2.3.qualifier" />
+	<feature id="org.eclipse.papyrus.marte.textedit.feature.source" url="features/org.eclipse.papyrus.marte.textedit.feature.source_1.2.3.qualifier.jar" version="1.2.3.qualifier" />
 </site>
diff --git a/releng/org.eclipse.papyrus.marte.product/pom.xml b/releng/org.eclipse.papyrus.marte.product/pom.xml
index dbb77ef..cd95172 100644
--- a/releng/org.eclipse.papyrus.marte.product/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.product/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.product</artifactId>
 	<packaging>eclipse-repository</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.rcp.feature/feature.xml b/releng/org.eclipse.papyrus.marte.rcp.feature/feature.xml
index f627ae4..164be32 100644
--- a/releng/org.eclipse.papyrus.marte.rcp.feature/feature.xml
+++ b/releng/org.eclipse.papyrus.marte.rcp.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.papyrus.marte.rcp.feature"
       label="%featureName"
-      version="1.2.2"
+      version="1.2.3.qualifier"
       provider-name="%providerName">
 
    <description url="https://eclipse.org/papyrus/components/MARTE">
diff --git a/releng/org.eclipse.papyrus.marte.rcp.feature/pom.xml b/releng/org.eclipse.papyrus.marte.rcp.feature/pom.xml
index 5e15ab0..a058580 100644
--- a/releng/org.eclipse.papyrus.marte.rcp.feature/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.rcp.feature/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.rcp.feature</artifactId>
 	<packaging>eclipse-feature</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.rcp/META-INF/MANIFEST.MF b/releng/org.eclipse.papyrus.marte.rcp/META-INF/MANIFEST.MF
index f09c777..267a30a 100644
--- a/releng/org.eclipse.papyrus.marte.rcp/META-INF/MANIFEST.MF
+++ b/releng/org.eclipse.papyrus.marte.rcp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.papyrus.marte.rcp;singleton:=true
-Bundle-Version: 1.2.2
+Bundle-Version: 1.2.3.qualifier
 Bundle-Vendor: %pluginProvider
 Bundle-ActivationPolicy: lazy
 Bundle-Localization: plugin
diff --git a/releng/org.eclipse.papyrus.marte.rcp/pom.xml b/releng/org.eclipse.papyrus.marte.rcp/pom.xml
index 1618edc..75ec35e 100644
--- a/releng/org.eclipse.papyrus.marte.rcp/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.rcp/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.rcp</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.textedit.feature/feature.xml b/releng/org.eclipse.papyrus.marte.textedit.feature/feature.xml
index b29ee4c..8c1deb5 100644
--- a/releng/org.eclipse.papyrus.marte.textedit.feature/feature.xml
+++ b/releng/org.eclipse.papyrus.marte.textedit.feature/feature.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
-<feature id="org.eclipse.papyrus.marte.textedit.feature" label="%featureName" provider-name="%providerName" version="1.2.2">
+<feature id="org.eclipse.papyrus.marte.textedit.feature" label="%featureName" provider-name="%providerName" version="1.2.3.qualifier">
 
    <copyright url="http://www.eclipse.org/legal/epl-v10.html">
       Copyright (c) 2008-2012 CEA LIST, Atos Origin, Conselleria de
diff --git a/releng/org.eclipse.papyrus.marte.textedit.feature/pom.xml b/releng/org.eclipse.papyrus.marte.textedit.feature/pom.xml
index 7e94f61..88aef6a 100644
--- a/releng/org.eclipse.papyrus.marte.textedit.feature/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.textedit.feature/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.textedit.feature</artifactId>
 	<packaging>eclipse-feature</packaging>
diff --git a/releng/org.eclipse.papyrus.marte.view.feature/feature.xml b/releng/org.eclipse.papyrus.marte.view.feature/feature.xml
index 3822f7a..83dd2e5 100644
--- a/releng/org.eclipse.papyrus.marte.view.feature/feature.xml
+++ b/releng/org.eclipse.papyrus.marte.view.feature/feature.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
-<feature id="org.eclipse.papyrus.marte.view.feature" label="%featureName" provider-name="%providerName" version="1.2.2">
+<feature id="org.eclipse.papyrus.marte.view.feature" label="%featureName" provider-name="%providerName" version="1.2.3.qualifier">
 
    <copyright url="http://www.eclipse.org/legal/epl-v10.html">
       Copyright (c) 2008-2012 CEA LIST, Atos Origin, Conselleria de
diff --git a/releng/org.eclipse.papyrus.marte.view.feature/pom.xml b/releng/org.eclipse.papyrus.marte.view.feature/pom.xml
index 92f46ca..c2bb119 100644
--- a/releng/org.eclipse.papyrus.marte.view.feature/pom.xml
+++ b/releng/org.eclipse.papyrus.marte.view.feature/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.view.feature</artifactId>
 	<packaging>eclipse-feature</packaging>
diff --git a/releng/pom.xml b/releng/pom.xml
index 0f46051..5385f36 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.releng</artifactId>
 	<packaging>pom</packaging>
diff --git a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/pom.xml b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/pom.xml
index a2594a0..7ec5c49 100644
--- a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/pom.xml
+++ b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.targetplatform</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.targetplatform.neon-papyrusnightly</artifactId>
 	<packaging>eclipse-target-definition</packaging>
diff --git a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/pom.xml b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/pom.xml
index 7005cf0..8df113e 100644
--- a/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/pom.xml
+++ b/targetplatform/org.eclipse.papyrus.marte.targetplatform.neon/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.targetplatform</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>	
 	<artifactId>org.eclipse.papyrus.marte.targetplatform.neon</artifactId>
 	<packaging>eclipse-target-definition</packaging>
diff --git a/targetplatform/pom.xml b/targetplatform/pom.xml
index 345f7cf..4cfa8e8 100644
--- a/targetplatform/pom.xml
+++ b/targetplatform/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.targetplatform</artifactId>
 	<packaging>pom</packaging>
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/META-INF/MANIFEST.MF b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/META-INF/MANIFEST.MF
index 6cd4af9..546c0f0 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/META-INF/MANIFEST.MF
+++ b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/META-INF/MANIFEST.MF
@@ -25,7 +25,7 @@
  org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.2.0",
  org.eclipse.papyrus.infra.emf;bundle-version="1.2.0"
 Bundle-Vendor: %providerName
-Bundle-Version: 1.2.2
+Bundle-Version: 1.2.3.qualifier
 Bundle-ManifestVersion: 2
 Bundle-Activator: org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui.internal.ConstraintWithVSLlActivator
 Bundle-SymbolicName: org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui;singleton:=true
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml
index fde5cba..305c586 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml
+++ b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.textedit</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF
index 263d46a..95e83de 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF
+++ b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/META-INF/MANIFEST.MF
@@ -28,7 +28,7 @@
  org.eclipse.papyrus.marte.vsl;bundle-version="1.2.2",
  org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.2.0"
 Bundle-Vendor: %providerName
-Bundle-Version: 1.2.2
+Bundle-Version: 1.2.3.qualifier
 Bundle-ManifestVersion: 2
 Import-Package: org.apache.log4j
 Bundle-SymbolicName: org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext;singleton:=true
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml
index 31800ea..ec64ed5 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml
+++ b/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.textedit</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/META-INF/MANIFEST.MF b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/META-INF/MANIFEST.MF
index 141659b..162d61a 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/META-INF/MANIFEST.MF
+++ b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/META-INF/MANIFEST.MF
@@ -24,7 +24,7 @@
  org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.2.0",
  org.eclipse.papyrus.infra.emf;bundle-version="1.2.0"
 Bundle-Vendor: %providerName
-Bundle-Version: 1.2.2
+Bundle-Version: 1.2.3.qualifier
 Bundle-ManifestVersion: 2
 Bundle-Activator: org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui.internal.StereotypeApplicationWithVSLActivator
 Bundle-SymbolicName: org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui;singleton:=true
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml
index 8e97666..5a1bbb3 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml
+++ b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.textedit</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/META-INF/MANIFEST.MF b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/META-INF/MANIFEST.MF
index 93691ba..3a7f860 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/META-INF/MANIFEST.MF
+++ b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/META-INF/MANIFEST.MF
@@ -30,7 +30,7 @@
  org.eclipse.papyrus.marte.vsl;bundle-version="1.2.2",
  org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.2.0"
 Bundle-Vendor: %providerName
-Bundle-Version: 1.2.2
+Bundle-Version: 1.2.3.qualifier
 Bundle-ManifestVersion: 2
 Import-Package: org.apache.log4j
 Bundle-SymbolicName: org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext;singleton:=true
diff --git a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml
index 50ba8a4..7f193bf 100644
--- a/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml
+++ b/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.textedit</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/textedit/pom.xml b/textedit/pom.xml
index a671c40..cc0a6ad 100644
--- a/textedit/pom.xml
+++ b/textedit/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.textedit</artifactId>
 	<packaging>pom</packaging>
diff --git a/view/org.eclipse.papyrus.marte.properties/META-INF/MANIFEST.MF b/view/org.eclipse.papyrus.marte.properties/META-INF/MANIFEST.MF
index 3d70903..69c8cb9 100644
--- a/view/org.eclipse.papyrus.marte.properties/META-INF/MANIFEST.MF
+++ b/view/org.eclipse.papyrus.marte.properties/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@
  org.eclipse.papyrus.uml.properties;bundle-version="1.2.0"
 Bundle-Vendor: Eclipse Modeling Project
 Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.2
+Bundle-Version: 1.2.3.qualifier
 Bundle-Name: Marte properties (Incubation)
 Bundle-Activator: org.eclipse.papyrus.marte.properties.Activator
 Bundle-ManifestVersion: 2
diff --git a/view/org.eclipse.papyrus.marte.properties/pom.xml b/view/org.eclipse.papyrus.marte.properties/pom.xml
index af27401..6bec4a2 100644
--- a/view/org.eclipse.papyrus.marte.properties/pom.xml
+++ b/view/org.eclipse.papyrus.marte.properties/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.view</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.properties</artifactId>
 	<packaging>eclipse-plugin</packaging>
diff --git a/view/pom.xml b/view/pom.xml
index 29f1307..d077d98 100644
--- a/view/pom.xml
+++ b/view/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.marte</groupId>
 		<artifactId>org.eclipse.papyrus.marte.parent</artifactId>
-		<version>1.2.2</version>
+		<version>1.2.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.marte.view</artifactId>
 	<packaging>pom</packaging>