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

 - Command: mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=2.1.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 62d270c..a49200a 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 b7fe291..8a89a60 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.1.0-SNAPSHOT</version>
+		<version>2.1.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.democar/pom.xml b/examples/app4mc.example.democar/pom.xml
index b41a03a..1605a2c 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.1.0-SNAPSHOT</version>
+		<version>2.1.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.hardware/pom.xml b/examples/app4mc.example.hardware/pom.xml
index a406ec1..31edf7a 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 1741e52..422ceac 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 a96dc7d..fb6380c 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 51612e4..cf1ffce 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 5fe2be4..0b41976 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 151fc5e..0848494 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 25ea816..72b4d8d 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 0eced03..85f5dbe 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 9aa7948..7736dcb 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.1.0-SNAPSHOT</version>
+		<version>2.1.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.modeling/pom.xml b/examples/app4mc.example.modeling/pom.xml
index 4a813b0..d80af9e 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 3e2e912..528676a 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.1.0-SNAPSHOT</version>
+		<version>2.1.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	
diff --git a/examples/app4mc.example.scheduler/pom.xml b/examples/app4mc.example.scheduler/pom.xml
index ede969e..ae5eb02 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 7ecdfe1..43fadb2 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 0e2136c..f9f49d4 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 61e235b..c831663 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 b287188..a71f232 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 d7d26a6..2c03e0d 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 aea6210..1077750 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 0a10fb5..a35cb69 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.1.0.qualifier"
+      version="2.1.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 0bb7002..8fa30c2 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.1.0.qualifier"
+      version="2.1.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 ac35c73..50de2e8 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.1.0.qualifier"
+      version="2.1.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 32070e5..34d71b5 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.1.0.qualifier"
+      version="2.1.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 49d447e..8dcda82 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.1.0.qualifier"
+      version="2.1.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 265c705..47b4490 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.1.0.qualifier"
+      version="2.1.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 8f9fae3..96b3f0d 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.1.0.qualifier"
+      version="2.1.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 d136603..8840c47 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.1.0.qualifier"
+      version="2.1.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 9a65183..1291799 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.1.0.qualifier"
+      version="2.1.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 08893a5..e72dcd1 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.1.0.qualifier"
+      version="2.1.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 850d7e2..42d8218 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.1.0.qualifier"
+      version="2.1.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 664dc9d..3ea00cb 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.1.0.qualifier"
+      version="2.1.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 9dbe56d..11f6e1d 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.1.0.qualifier"
+      version="2.1.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 13b217d..7da0a2f 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.1.0.qualifier"
+      version="2.1.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 98ec97c..cce0a6b 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.1.0.qualifier"
+      version="2.1.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 8e7c984..82f5a29 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.1.0.qualifier"
+      version="2.1.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 bb9cbaf..ebf3f8f 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.1.0.qualifier"
+      version="2.1.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 2cf579e..3d4185a 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.1.0.qualifier"
+      version="2.1.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 66682f9..532921b 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.1.0.qualifier"
+      version="2.1.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 22f0789..5067eb8 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.1.0.qualifier"
+      version="2.1.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 5a7ecf1..a708240 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.1.0.qualifier"
+      version="2.1.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 0d9e070..f5298bd 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.1.0.qualifier"
+      version="2.1.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 9290941..5d3ec63 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.1.0.qualifier"
+      version="2.1.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 fe17fb5..063dad6 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.1.0.qualifier"
+      version="2.1.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 d995dad..3e106b1 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.1.0.qualifier"
+      version="2.1.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 ce4e8e2..8c413e1 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.1.0.qualifier"
+      version="2.1.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 5b3ba42..91e8199 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.1.0.qualifier"
+      version="2.1.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 50c89f7..9e229de 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.1.0.qualifier
+Bundle-Version: 2.1.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 ea7146f..7a5e987 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 5ae94c6..e1bdb1d 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.1.0.qualifier
+Bundle-Version: 2.1.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 68798bb..6942fb2 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 ceb5d6b..c4a775a 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.1.0.qualifier
+Bundle-Version: 2.1.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 a46eab5..917ce40 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.1.0.qualifier
+Bundle-Version: 2.1.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 c8cc87a..827a90b 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.1.0.qualifier
+Bundle-Version: 2.1.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 f8fbf8a..99be25a 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.1.0.qualifier
+Bundle-Version: 2.1.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 5f66993..98027c9 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 9870a7c..7ebd6dc 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.1.0.qualifier
+Bundle-Version: 2.1.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 3849d54..c0c3079 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.1.0.qualifier
+Bundle-Version: 2.1.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 4581c56..927c917 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.1.0.qualifier
+Bundle-Version: 2.1.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 dcd9336..b23520d 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.1.0.qualifier
+Bundle-Version: 2.1.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 6e80488..a377d9b 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.1.0.qualifier
+Bundle-Version: 2.1.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 00fe115..4efbc75 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.1.0.qualifier
+Bundle-Version: 2.1.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 e4a5e14..e629331 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.1.0.qualifier
+Bundle-Version: 2.1.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 81d3862..708c6ac 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 d44364f..0744f00 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.1.0.qualifier
+Bundle-Version: 2.1.0
 Bundle-ClassPath: .
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Export-Package: org.eclipse.app4mc.amalthea.model;version="2.1.0";
diff --git a/plugins/org.eclipse.app4mc.amalthea.model/pom.xml b/plugins/org.eclipse.app4mc.amalthea.model/pom.xml
index 21cf95d..2c9690d 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.1.0-SNAPSHOT</version>
+        <version>2.1.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 15dd349..11310f3 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.1.0.qualifier
+Bundle-Version: 2.1.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 5b452e6..a3b710f 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.1.0-SNAPSHOT</version>
+        <version>2.1.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 0b1f5e8..91c2f80 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.1.0.qualifier
+Bundle-Version: 2.1.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 ceee323..d6015c8 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.1.0-SNAPSHOT</version>
+        <version>2.1.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 19921d3..4c85bec 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.1.0.qualifier
+Bundle-Version: 2.1.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 d17ce31..a8d214b 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.1.0-SNAPSHOT</version>
+        <version>2.1.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 3adefc7..ea83deb 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.1.0.qualifier
+Bundle-Version: 2.1.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 8955b1e..ac0ef67 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.1.0-SNAPSHOT</version>
+        <version>2.1.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 f0375bc..b058967 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.1.0.qualifier
+Bundle-Version: 2.1.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 62feab4..2dea04f 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.1.0.qualifier

+Bundle-Version: 2.1.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 531742a..cdf3ae3 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.1.0.qualifier
+Bundle-Version: 2.1.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 87fb022..94d30e8 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.1.0.qualifier
+Bundle-Version: 2.1.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 0f4a5f7..93ae274 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.1.0.qualifier
+Bundle-Version: 2.1.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 9aa7a9e..218bc94 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.1.0.qualifier
+Bundle-Version: 2.1.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 815c4a0..6927fd9 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.1.0.qualifier
+Bundle-Version: 2.1.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 2508015..9d28888 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 8d02d34..9b3b775 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.1.0.qualifier
+Bundle-Version: 2.1.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 7940de5..ae00679 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.1.0.qualifier
+Bundle-Version: 2.1.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 d4c645d..a53348d 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.1.0.qualifier
+Bundle-Version: 2.1.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 c9f1dde..2ff5d9c 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.1.0.qualifier
+Bundle-Version: 2.1.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 a060d0d..1a834d6 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.1.0.qualifier
+Bundle-Version: 2.1.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 5ec546a..e84551b 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.1.0.qualifier
+Bundle-Version: 2.1.0
 Bundle-Vendor: Eclipse APP4MC
diff --git a/plugins/org.eclipse.app4mc.help/pom.xml b/plugins/org.eclipse.app4mc.help/pom.xml
index 740067e..6ee0beb 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 5714003..056532d 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.1.0.qualifier
+Bundle-Version: 2.1.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 5b01722..c73e8ad 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.1.0.qualifier
+Bundle-Version: 2.1.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 d1d04b0..8db8b22 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.1.0.qualifier
+Bundle-Version: 2.1.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 759bed1..bfc8040 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.1.0.qualifier
+Bundle-Version: 2.1.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 fa5a89e..6309800 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.1.0.qualifier
+Bundle-Version: 2.1.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 23d02b7..d06c882 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.1.0.qualifier
+Bundle-Version: 2.1.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 ddd451e..31da760 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.1.0-SNAPSHOT</version>
+        <version>2.1.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 3b2674d..09b307b 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.1.0.qualifier
+Bundle-Version: 2.1.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 fd278fd..6b63e08 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 afe922d..ff3e551 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.1.0.qualifier
+Bundle-Version: 2.1.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 ebeb627..8f92c55 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.1.0.qualifier
+Bundle-Version: 2.1.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 a1d3c6a..174fb84 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 7edaa41..21c2258 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.1.0.qualifier
+Bundle-Version: 2.1.0
 Bundle-Vendor: Eclipse APP4MC
 Export-Package: org.eclipse.app4mc.visualization.ui;version="2.1.0",
  org.eclipse.app4mc.visualization.ui.handler;version="2.1.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 0ad8f62..ca0ed87 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.1.0.qualifier
+Bundle-Version: 2.1.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 52d7092..ba9dc87 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.1.0.qualifier
+Bundle-Version: 2.1.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 2f0c4ec..11d39e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
 	<groupId>org.eclipse.app4mc.build</groupId>
 	<artifactId>parent</artifactId>
-	<version>2.1.0-SNAPSHOT</version>
+	<version>2.1.0</version>
 
 	<packaging>pom</packaging>
 
@@ -51,7 +51,7 @@
     </scm>
 
 	<properties>
-		<app4mc.version>2.1.0-SNAPSHOT</app4mc.version>
+		<app4mc.version>2.1.0</app4mc.version>
 		<app4mc.baseline>2.0.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 8ee181a..fa55f29 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 276c8f6..9be50a5 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.1.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.1.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 49ebaf8..5a827be 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.1.0-SNAPSHOT</version>
+		<version>2.1.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 d6b19f3..03fea5b 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.1.0.qualifier
+Bundle-Version: 2.1.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 3374cd7..94abaa4 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.1.0.qualifier
+Bundle-Version: 2.1.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 d45f1a4..f5bdcd7 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.1.0.qualifier
+Bundle-Version: 2.1.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 eeffbf9..8ffd19a 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.1.0.qualifier
+Bundle-Version: 2.1.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 851d3c6..d1b5523 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.1.0.qualifier
+Bundle-Version: 2.1.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 4ab19f8..f8bf3ca 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.1.0.qualifier
+Bundle-Version: 2.1.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 c043b38..90bb01e 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.1.0.qualifier
+Bundle-Version: 2.1.0
 Bundle-ClassPath: .
 Fragment-Host: org.eclipse.app4mc.validation.core
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8