Removed -SNAPSHOT and .qualifier from any version number in the release branch

 - Command: mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=2.2.0
 - Removed -SNAPSHOT from app4mc.version in main pom file
diff --git a/examples/app4mc.example.democar.extended/pom.xml b/examples/app4mc.example.democar.extended/pom.xml
index ecdfa6a..832076f 100644
--- a/examples/app4mc.example.democar.extended/pom.xml
+++ b/examples/app4mc.example.democar.extended/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.democar.split/pom.xml b/examples/app4mc.example.democar.split/pom.xml
index 1a7a0a5..f4cfe90 100644
--- a/examples/app4mc.example.democar.split/pom.xml
+++ b/examples/app4mc.example.democar.split/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.democar/pom.xml b/examples/app4mc.example.democar/pom.xml
index 8ed00cf..857951a 100644
--- a/examples/app4mc.example.democar/pom.xml
+++ b/examples/app4mc.example.democar/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.hardware/pom.xml b/examples/app4mc.example.hardware/pom.xml
index fa81a72..bdf7dc3 100644
--- a/examples/app4mc.example.hardware/pom.xml
+++ b/examples/app4mc.example.hardware/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.ide.actions/pom.xml b/examples/app4mc.example.ide.actions/pom.xml
index fd239da..79646d7 100644
--- a/examples/app4mc.example.ide.actions/pom.xml
+++ b/examples/app4mc.example.ide.actions/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.ide.validations/pom.xml b/examples/app4mc.example.ide.validations/pom.xml
index fb8f7ae..bca9ff8 100644
--- a/examples/app4mc.example.ide.validations/pom.xml
+++ b/examples/app4mc.example.ide.validations/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.ide.visualizations/pom.xml b/examples/app4mc.example.ide.visualizations/pom.xml
index 63fb545..45f3ac2 100644
--- a/examples/app4mc.example.ide.visualizations/pom.xml
+++ b/examples/app4mc.example.ide.visualizations/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.modeling.client_server/pom.xml b/examples/app4mc.example.modeling.client_server/pom.xml
index 5cac45e..7f32ef0 100644
--- a/examples/app4mc.example.modeling.client_server/pom.xml
+++ b/examples/app4mc.example.modeling.client_server/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.modeling.feedback_loop/pom.xml b/examples/app4mc.example.modeling.feedback_loop/pom.xml
index e8f7071..adcd086 100644
--- a/examples/app4mc.example.modeling.feedback_loop/pom.xml
+++ b/examples/app4mc.example.modeling.feedback_loop/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.modeling.periodic/pom.xml b/examples/app4mc.example.modeling.periodic/pom.xml
index bb7839f..44fef46 100644
--- a/examples/app4mc.example.modeling.periodic/pom.xml
+++ b/examples/app4mc.example.modeling.periodic/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.modeling.state_machine/pom.xml b/examples/app4mc.example.modeling.state_machine/pom.xml
index 1fe1fed..970df5c 100644
--- a/examples/app4mc.example.modeling.state_machine/pom.xml
+++ b/examples/app4mc.example.modeling.state_machine/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.modeling.state_machine_feedback_loop/pom.xml b/examples/app4mc.example.modeling.state_machine_feedback_loop/pom.xml
index 40287eb..d7c8257 100644
--- a/examples/app4mc.example.modeling.state_machine_feedback_loop/pom.xml
+++ b/examples/app4mc.example.modeling.state_machine_feedback_loop/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.modeling/pom.xml b/examples/app4mc.example.modeling/pom.xml
index f8714b6..d59c10e 100644
--- a/examples/app4mc.example.modeling/pom.xml
+++ b/examples/app4mc.example.modeling/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.numeric_modes/pom.xml b/examples/app4mc.example.numeric_modes/pom.xml
index 27ab168..491f241 100644
--- a/examples/app4mc.example.numeric_modes/pom.xml
+++ b/examples/app4mc.example.numeric_modes/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.scheduler/pom.xml b/examples/app4mc.example.scheduler/pom.xml
index 25cd7f1..b9114a5 100644
--- a/examples/app4mc.example.scheduler/pom.xml
+++ b/examples/app4mc.example.scheduler/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.tool.java/pom.xml b/examples/app4mc.example.tool.java/pom.xml
index e8e24a2..f983639 100644
--- a/examples/app4mc.example.tool.java/pom.xml
+++ b/examples/app4mc.example.tool.java/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.tool.validation/pom.xml b/examples/app4mc.example.tool.validation/pom.xml
index 487ca94..5c60eff 100644
--- a/examples/app4mc.example.tool.validation/pom.xml
+++ b/examples/app4mc.example.tool.validation/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.tool.workflow/pom.xml b/examples/app4mc.example.tool.workflow/pom.xml
index b732b68..a395e20 100644
--- a/examples/app4mc.example.tool.workflow/pom.xml
+++ b/examples/app4mc.example.tool.workflow/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/waters.fmtv.challenge.2016/pom.xml b/examples/waters.fmtv.challenge.2016/pom.xml
index b2adc64..b0e124b 100644
--- a/examples/waters.fmtv.challenge.2016/pom.xml
+++ b/examples/waters.fmtv.challenge.2016/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/waters.fmtv.challenge.2017/pom.xml b/examples/waters.fmtv.challenge.2017/pom.xml
index f1f36e6..79bc8b2 100644
--- a/examples/waters.fmtv.challenge.2017/pom.xml
+++ b/examples/waters.fmtv.challenge.2017/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/waters.fmtv.challenge.2019/pom.xml b/examples/waters.fmtv.challenge.2019/pom.xml
index fa105b4..b5ac31f 100644
--- a/examples/waters.fmtv.challenge.2019/pom.xml
+++ b/examples/waters.fmtv.challenge.2019/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/features/org.eclipse.app4mc.amalthea.edit.sdk/feature.xml b/features/org.eclipse.app4mc.amalthea.edit.sdk/feature.xml
index 5d4d14b..77b3b8d 100644
--- a/features/org.eclipse.app4mc.amalthea.edit.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.edit.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.edit.sdk"
       label="APP4MC AMALTHEA Edit Support SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.edit/feature.xml b/features/org.eclipse.app4mc.amalthea.edit/feature.xml
index 0df76f7..85765dd 100644
--- a/features/org.eclipse.app4mc.amalthea.edit/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.edit/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.edit"
       label="APP4MC AMALTHEA Edit Support"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.editors.sdk/feature.xml b/features/org.eclipse.app4mc.amalthea.editors.sdk/feature.xml
index 8482135..ced5ea9 100644
--- a/features/org.eclipse.app4mc.amalthea.editors.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.editors.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.editors.sdk"
       label="APP4MC AMALTHEA Editors SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.editors/feature.xml b/features/org.eclipse.app4mc.amalthea.editors/feature.xml
index 34a551a..46a0d48 100644
--- a/features/org.eclipse.app4mc.amalthea.editors/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.editors/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.editors"
       label="APP4MC AMALTHEA Editors"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.export.sdk/feature.xml b/features/org.eclipse.app4mc.amalthea.export.sdk/feature.xml
index d07f988..003cc92 100644
--- a/features/org.eclipse.app4mc.amalthea.export.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.export.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.export.sdk"
       label="APP4MC AMALTHEA Export SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.export/feature.xml b/features/org.eclipse.app4mc.amalthea.export/feature.xml
index 6f3bbd6..2ff0264 100644
--- a/features/org.eclipse.app4mc.amalthea.export/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.export/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.export"
       label="APP4MC AMALTHEA Export"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.import.sdk/feature.xml b/features/org.eclipse.app4mc.amalthea.import.sdk/feature.xml
index 2dc913d..a19a866 100644
--- a/features/org.eclipse.app4mc.amalthea.import.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.import.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.import.sdk"
       label="APP4MC AMALTHEA Import SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.import/feature.xml b/features/org.eclipse.app4mc.amalthea.import/feature.xml
index 62b1c2e..fb4f9b4 100644
--- a/features/org.eclipse.app4mc.amalthea.import/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.import/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.import"
       label="APP4MC AMALTHEA Import"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.models.sdk/feature.xml b/features/org.eclipse.app4mc.amalthea.models.sdk/feature.xml
index 029bb10..bdfc707 100644
--- a/features/org.eclipse.app4mc.amalthea.models.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.models.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.models.sdk"
       label="APP4MC AMALTHEA Models SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.models/feature.xml b/features/org.eclipse.app4mc.amalthea.models/feature.xml
index 4af063a..c69a37d 100644
--- a/features/org.eclipse.app4mc.amalthea.models/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.models/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.models"
       label="APP4MC AMALTHEA Models"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.visualizations.sdk/feature.xml b/features/org.eclipse.app4mc.amalthea.visualizations.sdk/feature.xml
index 2b4cf30..e8202b1 100644
--- a/features/org.eclipse.app4mc.amalthea.visualizations.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.visualizations.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.visualizations.sdk"
       label="APP4MC AMALTHEA Visualizations SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.visualizations/feature.xml b/features/org.eclipse.app4mc.amalthea.visualizations/feature.xml
index 1798fa1..1f20a9b 100644
--- a/features/org.eclipse.app4mc.amalthea.visualizations/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.visualizations/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.visualizations"
       label="APP4MC AMALTHEA Visualizations"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/feature.xml b/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/feature.xml
index 06fa4f4..29e460b 100644
--- a/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.workflow.mwe.sdk"
       label="APP4MC AMALTHEA Workflow MWE SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.workflow.mwe/feature.xml b/features/org.eclipse.app4mc.amalthea.workflow.mwe/feature.xml
index fe6440e..0e7685b 100644
--- a/features/org.eclipse.app4mc.amalthea.workflow.mwe/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.workflow.mwe/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.workflow.mwe"
       label="APP4MC AMALTHEA Workflow MWE"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/feature.xml b/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/feature.xml
index 7488501..ac4a613 100644
--- a/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.workflow.scripting.sdk"
       label="APP4MC AMALTHEA Workflow Scripting SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.amalthea.workflow.scripting/feature.xml b/features/org.eclipse.app4mc.amalthea.workflow.scripting/feature.xml
index ccc896c..4e55754 100644
--- a/features/org.eclipse.app4mc.amalthea.workflow.scripting/feature.xml
+++ b/features/org.eclipse.app4mc.amalthea.workflow.scripting/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.amalthea.workflow.scripting"
       label="APP4MC AMALTHEA Workflow Scripting"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.docu.sdk/feature.xml b/features/org.eclipse.app4mc.docu.sdk/feature.xml
index 6a5375d..c61cb6b 100644
--- a/features/org.eclipse.app4mc.docu.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.docu.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.docu.sdk"
       label="APP4MC Documentation SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.docu/feature.xml b/features/org.eclipse.app4mc.docu/feature.xml
index 785a24c..8699c55 100644
--- a/features/org.eclipse.app4mc.docu/feature.xml
+++ b/features/org.eclipse.app4mc.docu/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.docu"
       label="APP4MC Documentation"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.examples.sdk/feature.xml b/features/org.eclipse.app4mc.examples.sdk/feature.xml
index 953ac53..c2529d0 100644
--- a/features/org.eclipse.app4mc.examples.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.examples.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.examples.sdk"
       label="APP4MC AMALTHEA Model Examples SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.examples/feature.xml b/features/org.eclipse.app4mc.examples/feature.xml
index 535f452..8d70d6b 100644
--- a/features/org.eclipse.app4mc.examples/feature.xml
+++ b/features/org.eclipse.app4mc.examples/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.examples"
       label="APP4MC AMALTHEA Model Examples"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.platform.3rdparty/feature.xml b/features/org.eclipse.app4mc.platform.3rdparty/feature.xml
index d124e21..52a2889 100644
--- a/features/org.eclipse.app4mc.platform.3rdparty/feature.xml
+++ b/features/org.eclipse.app4mc.platform.3rdparty/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.platform.3rdparty"
       label="APP4MC Tool Platform 3rd Party Plug-ins"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.platform.sdk/feature.xml b/features/org.eclipse.app4mc.platform.sdk/feature.xml
index 34dd2e4..ed8e113 100644
--- a/features/org.eclipse.app4mc.platform.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.platform.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.platform.sdk"
       label="APP4MC Tool Platform SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.platform/feature.xml b/features/org.eclipse.app4mc.platform/feature.xml
index c7b2889..f980240 100644
--- a/features/org.eclipse.app4mc.platform/feature.xml
+++ b/features/org.eclipse.app4mc.platform/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.platform"
       label="APP4MC Tool Platform"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       plugin="org.eclipse.app4mc.platform.ide"
       license-feature="org.eclipse.license"
diff --git a/features/org.eclipse.app4mc.tracing.sdk/feature.xml b/features/org.eclipse.app4mc.tracing.sdk/feature.xml
index 7db4504..fa55f84 100644
--- a/features/org.eclipse.app4mc.tracing.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.tracing.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.tracing.sdk"
       label="APP4MC Tracing SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.tracing/feature.xml b/features/org.eclipse.app4mc.tracing/feature.xml
index 15a15ff..a82cba3 100644
--- a/features/org.eclipse.app4mc.tracing/feature.xml
+++ b/features/org.eclipse.app4mc.tracing/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.tracing"
       label="APP4MC Tracing"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.validation.sdk/feature.xml b/features/org.eclipse.app4mc.validation.sdk/feature.xml
index 53b64eb..4963361 100644
--- a/features/org.eclipse.app4mc.validation.sdk/feature.xml
+++ b/features/org.eclipse.app4mc.validation.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.validation.sdk"
       label="APP4MC Validation SDK"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/features/org.eclipse.app4mc.validation/feature.xml b/features/org.eclipse.app4mc.validation/feature.xml
index 35df47c..ae6df16 100644
--- a/features/org.eclipse.app4mc.validation/feature.xml
+++ b/features/org.eclipse.app4mc.validation/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.app4mc.validation"
       label="APP4MC Validation"
-      version="2.2.0.qualifier"
+      version="2.2.0"
       provider-name="Eclipse APP4MC"
       license-feature="org.eclipse.license"
       license-feature-version="2.0.2.qualifier">
diff --git a/plugins/org.eclipse.app4mc.amalthea.edit.help/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.edit.help/META-INF/MANIFEST.MF
index e7cc158..023e400 100644
--- a/plugins/org.eclipse.app4mc.amalthea.edit.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.edit.help/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Edit Help
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.edit.help;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.help
diff --git a/plugins/org.eclipse.app4mc.amalthea.edit.help/pom.xml b/plugins/org.eclipse.app4mc.amalthea.edit.help/pom.xml
index adbbcbe..a639f14 100644
--- a/plugins/org.eclipse.app4mc.amalthea.edit.help/pom.xml
+++ b/plugins/org.eclipse.app4mc.amalthea.edit.help/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/plugins/org.eclipse.app4mc.amalthea.editors.help/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.editors.help/META-INF/MANIFEST.MF
index 8ab96a1..8c1c249 100644
--- a/plugins/org.eclipse.app4mc.amalthea.editors.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.editors.help/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Editors Help
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.editors.help;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.help
diff --git a/plugins/org.eclipse.app4mc.amalthea.editors.help/pom.xml b/plugins/org.eclipse.app4mc.amalthea.editors.help/pom.xml
index da8d37e..7c6ddd9 100644
--- a/plugins/org.eclipse.app4mc.amalthea.editors.help/pom.xml
+++ b/plugins/org.eclipse.app4mc.amalthea.editors.help/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/plugins/org.eclipse.app4mc.amalthea.emf.util/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.emf.util/META-INF/MANIFEST.MF
index 846643a..cce2c1b 100644
--- a/plugins/org.eclipse.app4mc.amalthea.emf.util/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.emf.util/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea EMF Util
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.emf.util
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.emf.ecore,
  org.eclipse.emf.edit
diff --git a/plugins/org.eclipse.app4mc.amalthea.examples.installer/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.examples.installer/META-INF/MANIFEST.MF
index 765af69..dd16cc4 100644
--- a/plugins/org.eclipse.app4mc.amalthea.examples.installer/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.examples.installer/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Examples Installer
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.examples.installer;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.emf.common.ui
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.atdb/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.import.atdb/META-INF/MANIFEST.MF
index 889145a..3e1f7ef 100644
--- a/plugins/org.eclipse.app4mc.amalthea.import.atdb/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.import.atdb/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea import from ATDB
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.import.atdb;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Require-Bundle: org.eclipse.app4mc.atdb,
  org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.import.help/META-INF/MANIFEST.MF
index 0a8c6a0..b7dbadf 100644
--- a/plugins/org.eclipse.app4mc.amalthea.import.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Import Help
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.import.help;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Require-Bundle: org.eclipse.help
 Bundle-Vendor: Eclipse APP4MC
diff --git a/plugins/org.eclipse.app4mc.amalthea.import.help/pom.xml b/plugins/org.eclipse.app4mc.amalthea.import.help/pom.xml
index 34ff335..da2e571 100644
--- a/plugins/org.eclipse.app4mc.amalthea.import.help/pom.xml
+++ b/plugins/org.eclipse.app4mc.amalthea.import.help/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/META-INF/MANIFEST.MF
index 017bd97..135b5f1 100644
--- a/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Model Edit Support - Extended
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.model.edit.extended;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.emf.edit,
diff --git a/plugins/org.eclipse.app4mc.amalthea.model.edit/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.model.edit/META-INF/MANIFEST.MF
index e7c7b8c..9e2910a 100644
--- a/plugins/org.eclipse.app4mc.amalthea.model.edit/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.model.edit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.model.edit;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-ClassPath: .
 Bundle-Activator: org.eclipse.app4mc.amalthea.model.provider.AmaltheaEditPlugin$Implementation
 Bundle-Vendor: %providerName
diff --git a/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/META-INF/MANIFEST.MF
index 09407f7..cdd555a 100644
--- a/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.model.editor.contribution.standard;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/META-INF/MANIFEST.MF
index bb16576..97ada48 100644
--- a/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.model.editor.contribution;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.e4.core.contexts,
diff --git a/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/META-INF/MANIFEST.MF
index 3b1aa09..b06cc2c 100644
--- a/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.model.editor.extended;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-Localization: plugin
 Require-Bundle: com.ibm.icu,
diff --git a/plugins/org.eclipse.app4mc.amalthea.model.editor/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.model.editor/META-INF/MANIFEST.MF
index 38d89e1..a22d09e 100644
--- a/plugins/org.eclipse.app4mc.amalthea.model.editor/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.model.editor/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.model.editor;singleton:=true
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.model.editor
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-ClassPath: .
 Bundle-Activator: org.eclipse.app4mc.amalthea.model.presentation.AmaltheaEditorPlugin$Implementation
 Bundle-Vendor: %providerName
diff --git a/plugins/org.eclipse.app4mc.amalthea.model.help/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.model.help/META-INF/MANIFEST.MF
index b7baca6..a6d04b6 100644
--- a/plugins/org.eclipse.app4mc.amalthea.model.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.model.help/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Model Help
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.model.help;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/plugins/org.eclipse.app4mc.amalthea.model.help/pom.xml b/plugins/org.eclipse.app4mc.amalthea.model.help/pom.xml
index bc85414..8a3085e 100644
--- a/plugins/org.eclipse.app4mc.amalthea.model.help/pom.xml
+++ b/plugins/org.eclipse.app4mc.amalthea.model.help/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/plugins/org.eclipse.app4mc.amalthea.model/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.model/META-INF/MANIFEST.MF
index ae241ba..b5b7493 100644
--- a/plugins/org.eclipse.app4mc.amalthea.model/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.model/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.model;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-ClassPath: .
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Export-Package: org.eclipse.app4mc.amalthea.model;version="2.2.0";
diff --git a/plugins/org.eclipse.app4mc.amalthea.model/pom.xml b/plugins/org.eclipse.app4mc.amalthea.model/pom.xml
index c451ccd..fa2313d 100644
--- a/plugins/org.eclipse.app4mc.amalthea.model/pom.xml
+++ b/plugins/org.eclipse.app4mc.amalthea.model/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.eclipse.app4mc.build</groupId>
         <artifactId>parent</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.inchron/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.validations.inchron/META-INF/MANIFEST.MF
index d057a38..a6d585d 100644
--- a/plugins/org.eclipse.app4mc.amalthea.validations.inchron/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.validations.inchron/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Validations - INCHRON Tool-Suite
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.validations.inchron;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.validations.inchron
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.inchron/pom.xml b/plugins/org.eclipse.app4mc.amalthea.validations.inchron/pom.xml
index 625cc6e..002c9d0 100644
--- a/plugins/org.eclipse.app4mc.amalthea.validations.inchron/pom.xml
+++ b/plugins/org.eclipse.app4mc.amalthea.validations.inchron/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.eclipse.app4mc.build</groupId>
         <artifactId>parent</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.sim/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.validations.sim/META-INF/MANIFEST.MF
index 63d7c6d..9de93c5 100644
--- a/plugins/org.eclipse.app4mc.amalthea.validations.sim/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.validations.sim/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Validations - APP4MC.sim Simulation
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.validations.sim;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.validations.sim
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.sim/pom.xml b/plugins/org.eclipse.app4mc.amalthea.validations.sim/pom.xml
index 9737ecb..b1ae3ca 100644
--- a/plugins/org.eclipse.app4mc.amalthea.validations.sim/pom.xml
+++ b/plugins/org.eclipse.app4mc.amalthea.validations.sim/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.eclipse.app4mc.build</groupId>
         <artifactId>parent</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.standard/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.validations.standard/META-INF/MANIFEST.MF
index e12f7a3..3eed8b0 100644
--- a/plugins/org.eclipse.app4mc.amalthea.validations.standard/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.validations.standard/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Validations
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.validations.standard;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Automatic-Module-Name: org.eclipse.app4mc.validations.amalthea.standard
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.standard/pom.xml b/plugins/org.eclipse.app4mc.amalthea.validations.standard/pom.xml
index 29914f3..20293d1 100644
--- a/plugins/org.eclipse.app4mc.amalthea.validations.standard/pom.xml
+++ b/plugins/org.eclipse.app4mc.amalthea.validations.standard/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.eclipse.app4mc.build</groupId>
         <artifactId>parent</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.ta/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.validations.ta/META-INF/MANIFEST.MF
index 9522eb2..e05b891 100644
--- a/plugins/org.eclipse.app4mc.amalthea.validations.ta/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.validations.ta/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Validations - Timing Architects Simulation
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.validations.ta;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.validations.ta
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.ta/pom.xml b/plugins/org.eclipse.app4mc.amalthea.validations.ta/pom.xml
index 6d08f0c..f3a32e9 100644
--- a/plugins/org.eclipse.app4mc.amalthea.validations.ta/pom.xml
+++ b/plugins/org.eclipse.app4mc.amalthea.validations.ta/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.eclipse.app4mc.build</groupId>
         <artifactId>parent</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/plugins/org.eclipse.app4mc.amalthea.visualization.hw/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.visualization.hw/META-INF/MANIFEST.MF
index d7842f5..e8de04b 100644
--- a/plugins/org.eclipse.app4mc.amalthea.visualization.hw/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.visualization.hw/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Hardware Visualization
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.visualization.hw;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-ClassPath: .
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/META-INF/MANIFEST.MF
index 0d5b2a7..222fa49 100644
--- a/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: APP4MC Amalthea Runnable Dependency Visualization

 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.visualization.runnabledependency

 Automatic-Module-Name: org.eclipse.app4mc.amalthea.visualization.runnabledependency

-Bundle-Version: 2.2.0.qualifier

+Bundle-Version: 2.2.0

 Bundle-Vendor: Eclipse APP4MC

 Bundle-RequiredExecutionEnvironment: JavaSE-1.8

 Bundle-ActivationPolicy: lazy

diff --git a/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/META-INF/MANIFEST.MF
index 20edcbb..404c2d5 100644
--- a/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Visualizations (addon)
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.visualizations.addon
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.visualizations.addon
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.osgi,
diff --git a/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/META-INF/MANIFEST.MF
index 789f2c6..6d05d07 100644
--- a/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: APP4MC Amalthea Visualizations (standard)
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.visualizations.standard
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.visualizations.standard
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.app4mc.amalthea.workflow.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.workflow.core/META-INF/MANIFEST.MF
index 0fbea9d..248ceab 100644
--- a/plugins/org.eclipse.app4mc.amalthea.workflow.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.workflow.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Workflow Core
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.workflow.core;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
  org.eclipse.app4mc.amalthea.model;visibility:=reexport
diff --git a/plugins/org.eclipse.app4mc.amalthea.workflow.ease/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.workflow.ease/META-INF/MANIFEST.MF
index 5002f2e..74cb82f 100644
--- a/plugins/org.eclipse.app4mc.amalthea.workflow.ease/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.workflow.ease/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Workflow Ease
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.workflow.ease;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
  org.eclipse.ease;bundle-version="0.3.0";visibility:=reexport,
diff --git a/plugins/org.eclipse.app4mc.amalthea.workflow.help/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.workflow.help/META-INF/MANIFEST.MF
index de7a712..176c206 100644
--- a/plugins/org.eclipse.app4mc.amalthea.workflow.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.workflow.help/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Workflow Help
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.workflow.help;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Require-Bundle: org.eclipse.help
diff --git a/plugins/org.eclipse.app4mc.amalthea.workflow.help/pom.xml b/plugins/org.eclipse.app4mc.amalthea.workflow.help/pom.xml
index 3f99421..90376df 100644
--- a/plugins/org.eclipse.app4mc.amalthea.workflow.help/pom.xml
+++ b/plugins/org.eclipse.app4mc.amalthea.workflow.help/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/META-INF/MANIFEST.MF
index 3c48acc..73dbfb7 100644
--- a/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Workflow MWE2
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.workflow.mwe2;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.app4mc.atdb.import.amalthea/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.atdb.import.amalthea/META-INF/MANIFEST.MF
index 97b827a..2771c4f 100644
--- a/plugins/org.eclipse.app4mc.atdb.import.amalthea/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.atdb.import.amalthea/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: ATDB import from Amalthea
 Bundle-SymbolicName: org.eclipse.app4mc.atdb.import.amalthea;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Require-Bundle: org.eclipse.app4mc.atdb,
  org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.app4mc.atdb.import.btf/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.atdb.import.btf/META-INF/MANIFEST.MF
index 6906c77..571bd49 100644
--- a/plugins/org.eclipse.app4mc.atdb.import.btf/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.atdb.import.btf/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea BTF to ATDB import
 Bundle-SymbolicName: org.eclipse.app4mc.atdb.import.btf;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.ui.ide,
diff --git a/plugins/org.eclipse.app4mc.atdb.metrics/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.atdb.metrics/META-INF/MANIFEST.MF
index 33a9306..7b717da 100644
--- a/plugins/org.eclipse.app4mc.atdb.metrics/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.atdb.metrics/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC ATDB Viewer
 Bundle-SymbolicName: org.eclipse.app4mc.atdb.metrics;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Require-Bundle: org.eclipse.core.resources,
  org.eclipse.core.runtime,
  org.eclipse.ui,
diff --git a/plugins/org.eclipse.app4mc.atdb/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.atdb/META-INF/MANIFEST.MF
index 67dba81..a99bc1c 100644
--- a/plugins/org.eclipse.app4mc.atdb/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.atdb/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: AMALTHEA Trace DataBase access
 Bundle-SymbolicName: org.eclipse.app4mc.atdb;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Require-Bundle: org.sqlite.jdbc;visibility:=reexport
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.app4mc.help/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.help/META-INF/MANIFEST.MF
index 0203b03..9906500 100644
--- a/plugins/org.eclipse.app4mc.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.help/META-INF/MANIFEST.MF
@@ -2,5 +2,5 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Documentation
 Bundle-SymbolicName: org.eclipse.app4mc.help;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
diff --git a/plugins/org.eclipse.app4mc.help/pom.xml b/plugins/org.eclipse.app4mc.help/pom.xml
index 800b693..b3162d4 100644
--- a/plugins/org.eclipse.app4mc.help/pom.xml
+++ b/plugins/org.eclipse.app4mc.help/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/plugins/org.eclipse.app4mc.ide.examples.installer/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.ide.examples.installer/META-INF/MANIFEST.MF
index 4ad7180..7b5d9b5 100644
--- a/plugins/org.eclipse.app4mc.ide.examples.installer/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.ide.examples.installer/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC IDE Examples Installer
 Bundle-SymbolicName: org.eclipse.app4mc.ide.examples.installer;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.emf.common.ui
diff --git a/plugins/org.eclipse.app4mc.platform.ide/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.platform.ide/META-INF/MANIFEST.MF
index aece1d0..bb6e528 100644
--- a/plugins/org.eclipse.app4mc.platform.ide/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.platform.ide/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Tool Platform IDE
 Bundle-SymbolicName: org.eclipse.app4mc.platform.ide;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.app4mc.tracing.converter.atdb/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.tracing.converter.atdb/META-INF/MANIFEST.MF
index 2b395ce..1203802 100644
--- a/plugins/org.eclipse.app4mc.tracing.converter.atdb/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.tracing.converter.atdb/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Trace Converter - ATDB
 Bundle-SymbolicName: org.eclipse.app4mc.tracing.converter.atdb;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.apache.commons.lang,
diff --git a/plugins/org.eclipse.app4mc.tracing.converter.ot1/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.tracing.converter.ot1/META-INF/MANIFEST.MF
index 6ce3c96..1ffddbe 100644
--- a/plugins/org.eclipse.app4mc.tracing.converter.ot1/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.tracing.converter.ot1/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Trace Converter - OT1
 Bundle-SymbolicName: org.eclipse.app4mc.tracing.converter.ot1;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-ClassPath: .
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/plugins/org.eclipse.app4mc.tracing.converter/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.tracing.converter/META-INF/MANIFEST.MF
index 3c0bd5a..86c65cb 100644
--- a/plugins/org.eclipse.app4mc.tracing.converter/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.tracing.converter/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Trace Converter
 Bundle-SymbolicName: org.eclipse.app4mc.tracing.converter;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.core.resources,
diff --git a/plugins/org.eclipse.app4mc.validation.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.validation.core/META-INF/MANIFEST.MF
index 61bdf41..d8ba45b 100644
--- a/plugins/org.eclipse.app4mc.validation.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.validation.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Validation Core
 Bundle-SymbolicName: org.eclipse.app4mc.validation.core;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Export-Package: org.eclipse.app4mc.validation.annotation,
diff --git a/plugins/org.eclipse.app4mc.validation.core/pom.xml b/plugins/org.eclipse.app4mc.validation.core/pom.xml
index cd2ca74..d5d4692 100644
--- a/plugins/org.eclipse.app4mc.validation.core/pom.xml
+++ b/plugins/org.eclipse.app4mc.validation.core/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.eclipse.app4mc.build</groupId>
         <artifactId>parent</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/plugins/org.eclipse.app4mc.validation.help/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.validation.help/META-INF/MANIFEST.MF
index beffbc0..b80a2d6 100644
--- a/plugins/org.eclipse.app4mc.validation.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.validation.help/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Validation Help
 Bundle-SymbolicName: org.eclipse.app4mc.validation.help;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Require-Bundle: org.eclipse.help
diff --git a/plugins/org.eclipse.app4mc.validation.help/pom.xml b/plugins/org.eclipse.app4mc.validation.help/pom.xml
index 369e50b..e8b8852 100644
--- a/plugins/org.eclipse.app4mc.validation.help/pom.xml
+++ b/plugins/org.eclipse.app4mc.validation.help/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/plugins/org.eclipse.app4mc.validation.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.validation.ui/META-INF/MANIFEST.MF
index 6ef60ef..08976e3 100644
--- a/plugins/org.eclipse.app4mc.validation.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.validation.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Validation UI
 Bundle-SymbolicName: org.eclipse.app4mc.validation.ui;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Automatic-Module-Name: org.eclipse.app4mc.validation.ui
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-Vendor: Eclipse APP4MC
diff --git a/plugins/org.eclipse.app4mc.visualization.help/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.visualization.help/META-INF/MANIFEST.MF
index 6c2a240..2c11b95 100644
--- a/plugins/org.eclipse.app4mc.visualization.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.visualization.help/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Visualization Help
 Bundle-SymbolicName: org.eclipse.app4mc.visualization.help;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Require-Bundle: org.eclipse.help
diff --git a/plugins/org.eclipse.app4mc.visualization.help/pom.xml b/plugins/org.eclipse.app4mc.visualization.help/pom.xml
index e747e87..9f1b909 100644
--- a/plugins/org.eclipse.app4mc.visualization.help/pom.xml
+++ b/plugins/org.eclipse.app4mc.visualization.help/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/plugins/org.eclipse.app4mc.visualization.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.visualization.ui/META-INF/MANIFEST.MF
index be2a869..5ea31bf 100644
--- a/plugins/org.eclipse.app4mc.visualization.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.visualization.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Visualization UI
 Bundle-SymbolicName: org.eclipse.app4mc.visualization.ui;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Vendor: Eclipse APP4MC
 Export-Package: org.eclipse.app4mc.visualization.ui;version="2.2.0",
  org.eclipse.app4mc.visualization.ui.handler;version="2.2.0",
diff --git a/plugins/org.eclipse.app4mc.waters.examples.installer/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.waters.examples.installer/META-INF/MANIFEST.MF
index f5d34c1..9a15793 100644
--- a/plugins/org.eclipse.app4mc.waters.examples.installer/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.waters.examples.installer/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC WATERS Examples Installer
 Bundle-SymbolicName: org.eclipse.app4mc.waters.examples.installer;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.emf.common.ui
diff --git a/plugins/org.eclipse.app4mc.workflow.examples.installer/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.workflow.examples.installer/META-INF/MANIFEST.MF
index 9db06a7..7dc3c4e 100644
--- a/plugins/org.eclipse.app4mc.workflow.examples.installer/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.workflow.examples.installer/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Workflow Examples Installer
 Bundle-SymbolicName: org.eclipse.app4mc.workflow.examples.installer;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.emf.common.ui;bundle-version="2.10.1"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/pom.xml b/pom.xml
index 55eba1e..6c3e13c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
 	<groupId>org.eclipse.app4mc.build</groupId>
 	<artifactId>parent</artifactId>
-	<version>2.2.0-SNAPSHOT</version>
+	<version>2.2.0</version>
 
 	<packaging>pom</packaging>
 
@@ -51,7 +51,7 @@
     </scm>
 
 	<properties>
-		<app4mc.version>2.2.0-SNAPSHOT</app4mc.version>
+		<app4mc.version>2.2.0</app4mc.version>
 		<app4mc.baseline>2.1.0</app4mc.baseline>
 
 		<!-- must be same version as in ./.mvn/extensions.xml -->
diff --git a/releng/org.eclipse.app4mc.p2repo/pom.xml b/releng/org.eclipse.app4mc.p2repo/pom.xml
index bb7f75a..bdafd52 100644
--- a/releng/org.eclipse.app4mc.p2repo/pom.xml
+++ b/releng/org.eclipse.app4mc.p2repo/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/releng/org.eclipse.app4mc.platform.product/org.eclipse.app4mc.platform.product b/releng/org.eclipse.app4mc.platform.product/org.eclipse.app4mc.platform.product
index 28386e2..5a59f89 100644
--- a/releng/org.eclipse.app4mc.platform.product/org.eclipse.app4mc.platform.product
+++ b/releng/org.eclipse.app4mc.platform.product/org.eclipse.app4mc.platform.product
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?pde version="3.5"?>
 
-<product name="APP4MC Tool Platform" uid="org.eclipse.app4mc.platform.product" id="org.eclipse.app4mc.platform.ide.product" application="org.eclipse.ui.ide.workbench" version="2.2.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="APP4MC Tool Platform" uid="org.eclipse.app4mc.platform.product" id="org.eclipse.app4mc.platform.ide.product" application="org.eclipse.ui.ide.workbench" version="2.2.0" useFeatures="true" includeLaunchers="true">
 
    <aboutInfo>
       <image path="/org.eclipse.app4mc.platform.ide/about.png"/>
diff --git a/releng/org.eclipse.app4mc.platform.product/pom.xml b/releng/org.eclipse.app4mc.platform.product/pom.xml
index 625f150..c48fe68 100644
--- a/releng/org.eclipse.app4mc.platform.product/pom.xml
+++ b/releng/org.eclipse.app4mc.platform.product/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.eclipse.app4mc.build</groupId>
 		<artifactId>parent</artifactId>
-		<version>2.2.0-SNAPSHOT</version>
+		<version>2.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/tests/org.eclipse.app4mc.amalthea.model.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.app4mc.amalthea.model.tests/META-INF/MANIFEST.MF
index 21eb312..fc93e36 100644
--- a/tests/org.eclipse.app4mc.amalthea.model.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.app4mc.amalthea.model.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Model - Tests
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.model.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Fragment-Host: org.eclipse.app4mc.amalthea.model
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.junit;bundle-version="4.12.0"
diff --git a/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/META-INF/MANIFEST.MF
index e03e10d..425d6eb 100644
--- a/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Validations Inchron - Tests
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.validations.inchron.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Fragment-Host: org.eclipse.app4mc.amalthea.validations.inchron
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.junit;bundle-version="4.12.0"
diff --git a/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/META-INF/MANIFEST.MF
index 3d04238..3da3045 100644
--- a/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Validations APP4MC.sim - Tests
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.validations.sim.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Fragment-Host: org.eclipse.app4mc.amalthea.validations.sim
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.junit;bundle-version="4.12.0",
diff --git a/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/META-INF/MANIFEST.MF
index 47debd9..60f65dd 100644
--- a/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Validations - Tests
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.validations.standard.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Fragment-Host: org.eclipse.app4mc.amalthea.validations.standard
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.junit;bundle-version="4.12.0"
diff --git a/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/META-INF/MANIFEST.MF
index 1b093e1..d0050b9 100644
--- a/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Amalthea Validations TA - Tests
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.validations.ta.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Fragment-Host: org.eclipse.app4mc.amalthea.validations.ta
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.junit;bundle-version="4.12.0"
diff --git a/tests/org.eclipse.app4mc.atdb.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.app4mc.atdb.tests/META-INF/MANIFEST.MF
index e34fd63..e5fd54d 100644
--- a/tests/org.eclipse.app4mc.atdb.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.app4mc.atdb.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: ATDB - Tests
 Bundle-SymbolicName: org.eclipse.app4mc.atdb.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Fragment-Host: org.eclipse.app4mc.atdb
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.junit;bundle-version="4.12.0"
diff --git a/tests/org.eclipse.app4mc.validation.core.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.app4mc.validation.core.tests/META-INF/MANIFEST.MF
index adc5ce5..939f2bf 100644
--- a/tests/org.eclipse.app4mc.validation.core.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.app4mc.validation.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Validation Core - Tests
 Bundle-SymbolicName: org.eclipse.app4mc.validation.core.tests;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0
 Bundle-ClassPath: .
 Fragment-Host: org.eclipse.app4mc.validation.core
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8