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

 - Command: mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=3.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 d6fcf5a..9cf7390 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 09886f2..dc55fae 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 92ac707..c5ea0bb 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 4ff5d29..0c68c5e 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 e6d5447..e9197fe 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 f1e430d..231a14f 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 f66878b..a543537 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 ad59550..1f2e736 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 d8f378c..50f6c0a 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 b06be05..29948a0 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 8841ea6..07738be 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 fe4290a..f075d50 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 38e3be0..fec5b5a 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 d4fe93e..73f2e72 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 ad7610c..c5c41de 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 2131da0..cb8c51e 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 40ba897..62ad67e 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 049561c..eabb470 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 71169c9..e071070 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 f0ea17a..8b0d080 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 20dbe22..092008b 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 e5f65b7..f74186d 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="3.1.0.qualifier"
+      version="3.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 e725651..2831ff5 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="3.1.0.qualifier"
+      version="3.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 59250c7..9e4f488 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="3.1.0.qualifier"
+      version="3.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 54599f3..160b0bc 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="3.1.0.qualifier"
+      version="3.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 5a74317..ec69e38 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="3.1.0.qualifier"
+      version="3.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 d4c728b..d1553e6 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="3.1.0.qualifier"
+      version="3.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 a90a7ff..4c71964 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="3.1.0.qualifier"
+      version="3.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 3a517d2..62fae2e 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="3.1.0.qualifier"
+      version="3.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 4d52928..cb3d7fb 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="3.1.0.qualifier"
+      version="3.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 9a12326..5f92ef7 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="3.1.0.qualifier"
+      version="3.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 67291d5..c820e02 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="3.1.0.qualifier"
+      version="3.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 f181737..6c8b576 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="3.1.0.qualifier"
+      version="3.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 eff58ca..935c5ec 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="3.1.0.qualifier"
+      version="3.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 e0b0eac..8ce6c66 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="3.1.0.qualifier"
+      version="3.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 791118f..a7f1925 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="3.1.0.qualifier"
+      version="3.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 6be8a19..72941bf 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="3.1.0.qualifier"
+      version="3.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 1b00dd9..b684480 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="3.1.0.qualifier"
+      version="3.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 dd69085..4e87ad8 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="3.1.0.qualifier"
+      version="3.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 e81227d..58f8d91 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="3.1.0.qualifier"
+      version="3.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 3a0660d..32a490c 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="3.1.0.qualifier"
+      version="3.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 b6b2622..275c7fb 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="3.1.0.qualifier"
+      version="3.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 b6d170d..dc1cd73 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="3.1.0.qualifier"
+      version="3.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 e986743..03c6626 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="3.1.0.qualifier"
+      version="3.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 512bc58..3df306d 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="3.1.0.qualifier"
+      version="3.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 de93fa9..d97e3a3 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="3.1.0.qualifier"
+      version="3.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 d26938f..8c52e48 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="3.1.0.qualifier"
+      version="3.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 3113d5c..ba39c6e 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="3.1.0.qualifier"
+      version="3.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 3d0b12b..85e8555 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: 3.1.0.qualifier
+Bundle-Version: 3.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 df19504..d4cc6a1 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 93ddc46..657779f 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: 3.1.0.qualifier
+Bundle-Version: 3.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 273cc24..9ddcf48 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 b2aebdd..0c7b1de 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: 3.1.0.qualifier
+Bundle-Version: 3.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 43ed3ae..5cd170c 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 0d5b731..1d47314 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: 3.1.0.qualifier
+Bundle-Version: 3.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 c055eb7..dd78c16 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: 3.1.0.qualifier
+Bundle-Version: 3.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 5ae864f..85884b6 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 6a20756..d3e2adc 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 499ba69..d583df6 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: 3.1.0.qualifier
+Bundle-Version: 3.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 a711999..b8b703c 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: 3.1.0.qualifier
+Bundle-Version: 3.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 27c3ace..f4981c5 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: 3.1.0.qualifier
+Bundle-Version: 3.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 8017de6..4c479aa 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 8a0f3fb..4333faa 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: 3.1.0.qualifier
+Bundle-Version: 3.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 5f536c1..f96e6a1 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime
 Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/plugins/org.eclipse.app4mc.amalthea.model.help/pom.xml b/plugins/org.eclipse.app4mc.amalthea.model.help/pom.xml
index ad7acd0..755d438 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 661bd45..74816fd 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-ClassPath: .
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Export-Package: org.eclipse.app4mc.amalthea.model;version="3.1.0";
diff --git a/plugins/org.eclipse.app4mc.amalthea.model/pom.xml b/plugins/org.eclipse.app4mc.amalthea.model/pom.xml
index 96cf8b5..fe292b7 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>3.1.0-SNAPSHOT</version>
+        <version>3.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 537cb9c..9353626 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.validations.inchron
 Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.inchron/pom.xml b/plugins/org.eclipse.app4mc.amalthea.validations.inchron/pom.xml
index f8f8743..0e5a3d2 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>3.1.0-SNAPSHOT</version>
+        <version>3.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 693692b..89aa9a9 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.validations.sim
 Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.sim/pom.xml b/plugins/org.eclipse.app4mc.amalthea.validations.sim/pom.xml
index 11b5cf5..8239701 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>3.1.0-SNAPSHOT</version>
+        <version>3.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 47c7712..af2ad7d 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Automatic-Module-Name: org.eclipse.app4mc.validations.amalthea.standard
 Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.standard/pom.xml b/plugins/org.eclipse.app4mc.amalthea.validations.standard/pom.xml
index f824407..9d4e0e1 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>3.1.0-SNAPSHOT</version>
+        <version>3.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 4532a1c..1c23168 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.validations.ta
 Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/plugins/org.eclipse.app4mc.amalthea.validations.ta/pom.xml b/plugins/org.eclipse.app4mc.amalthea.validations.ta/pom.xml
index 3345ce1..ffda2b4 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>3.1.0-SNAPSHOT</version>
+        <version>3.1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
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 9eb4af6..db6b1ec 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: 3.1.0.qualifier

+Bundle-Version: 3.1.0

 Bundle-Vendor: Eclipse APP4MC

 Bundle-RequiredExecutionEnvironment: JavaSE-11

 Bundle-ActivationPolicy: lazy

diff --git a/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/META-INF/MANIFEST.MF
index 5968c64..26a55c2 100644
--- a/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: APP4MC Amalthea Visualizations (JavaFX)
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.visualizations.javafx
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.visualizations.javafx
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/META-INF/MANIFEST.MF
index 88420e6..9d6902f 100644
--- a/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: APP4MC Amalthea Visualizations (SVG)
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.visualizations.svg
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.visualizations.svg
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/META-INF/MANIFEST.MF
index b6cb79a..f2625a6 100644
--- a/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: APP4MC Amalthea Visualizations (SWT)
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.visualizations.swt
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.visualizations.swt
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Require-Bundle: org.eclipse.osgi,
  org.eclipse.equinox.common,
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 2b09449..f31056e 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: 3.1.0.qualifier
+Bundle-Version: 3.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 9855263..0d45134 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: 3.1.0.qualifier
+Bundle-Version: 3.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 754d79d..5807151 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: 3.1.0.qualifier
+Bundle-Version: 3.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 86921eb..a7a2cf3 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 635e2f1..8fe9bda 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 9bf1766..528005c 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: 3.1.0.qualifier
+Bundle-Version: 3.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 293f841..a530276 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: 3.1.0.qualifier
+Bundle-Version: 3.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 c28ce8d..e18dad7 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: 3.1.0.qualifier
+Bundle-Version: 3.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 7bb6a9d..6dc82ef 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Require-Bundle: org.sqlite.jdbc;visibility:=reexport
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.app4mc.emf.visualizations/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.emf.visualizations/META-INF/MANIFEST.MF
index 977315a..c63ceea 100644
--- a/plugins/org.eclipse.app4mc.emf.visualizations/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.emf.visualizations/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: APP4MC EMF Visualizations
 Bundle-SymbolicName: org.eclipse.app4mc.emf.visualizations
 Automatic-Module-Name: org.eclipse.app4mc.emf.visualizations
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 337c85d..5c2361f 100644
--- a/plugins/org.eclipse.app4mc.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.help/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Documentation
 Bundle-SymbolicName: org.eclipse.app4mc.help;singleton:=true
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/plugins/org.eclipse.app4mc.help/pom.xml b/plugins/org.eclipse.app4mc.help/pom.xml
index 13905ca..74851d2 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 25b9a8d..c3c9797 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 b0ec2ba..99f3f60 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 f431c17..30b651a 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 d358d25..6a9c1a6 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-ClassPath: .
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-11
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 70670be..a53d420 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 9bde4b7..f614eda 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 51407ea..0589bc8 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>3.1.0-SNAPSHOT</version>
+        <version>3.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 1097e20..a5f9352 100644
--- a/plugins/org.eclipse.app4mc.validation.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.validation.help/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Validation Help
 Bundle-SymbolicName: org.eclipse.app4mc.validation.help;singleton:=true
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Require-Bundle: org.eclipse.help
 Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/plugins/org.eclipse.app4mc.validation.help/pom.xml b/plugins/org.eclipse.app4mc.validation.help/pom.xml
index 6299b02..1d7192f 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 5a9dede..00e8fcb 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Automatic-Module-Name: org.eclipse.app4mc.validation.ui
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 6af2126..09aff04 100644
--- a/plugins/org.eclipse.app4mc.visualization.help/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.visualization.help/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Visualization Help
 Bundle-SymbolicName: org.eclipse.app4mc.visualization.help;singleton:=true
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Require-Bundle: org.eclipse.help
 Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/plugins/org.eclipse.app4mc.visualization.help/pom.xml b/plugins/org.eclipse.app4mc.visualization.help/pom.xml
index 6824917..98e91d9 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 dc0a550..a52794c 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Vendor: Eclipse APP4MC
 Export-Package: org.eclipse.app4mc.visualization.ui;version="3.1.0",
  org.eclipse.app4mc.visualization.ui.handler;version="3.1.0",
diff --git a/plugins/org.eclipse.app4mc.visualization.util.svg/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.visualization.util.svg/META-INF/MANIFEST.MF
index 5dec3ed..a8c01eb 100644
--- a/plugins/org.eclipse.app4mc.visualization.util.svg/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.visualization.util.svg/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: APP4MC Visualization Utilities SVG (PlantUML, GraphViz)
 Bundle-SymbolicName: org.eclipse.app4mc.visualization.util.svg
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Automatic-Module-Name: org.eclipse.app4mc.visualization.util.svg
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-Vendor: Eclipse APP4MC
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 499b565..1a2cc06 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 39821f9..8696696 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.emf.common.ui;bundle-version="2.10.1"
 Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/pom.xml b/pom.xml
index 516e85f..b962869 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
 
 	<groupId>org.eclipse.app4mc.build</groupId>
 	<artifactId>parent</artifactId>
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.1.0</version>
 
 	<packaging>pom</packaging>
 
@@ -52,7 +52,7 @@
 	</scm>
 
 	<properties>
-		<app4mc.version>3.1.0-SNAPSHOT</app4mc.version>
+		<app4mc.version>3.1.0</app4mc.version>
 		<app4mc.baseline>3.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 4f936bb..01c6ca3 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 e13a462..a5713c6 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="3.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="3.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 0de9102..5a4e2a4 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>3.1.0-SNAPSHOT</version>
+		<version>3.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 f341d4e..92319a9 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Fragment-Host: org.eclipse.app4mc.amalthea.model
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 74af377..f666089 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Fragment-Host: org.eclipse.app4mc.amalthea.validations.inchron
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 5f399e3..b832ad8 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Fragment-Host: org.eclipse.app4mc.amalthea.validations.sim
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 4cd626d..d423e14 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Fragment-Host: org.eclipse.app4mc.amalthea.validations.standard
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 03ca5d1..5818561 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Fragment-Host: org.eclipse.app4mc.amalthea.validations.ta
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 7c8977a..8399000 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Fragment-Host: org.eclipse.app4mc.atdb
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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 2e1358c..20e8ca5 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: 3.1.0.qualifier
+Bundle-Version: 3.1.0
 Bundle-ClassPath: .
 Fragment-Host: org.eclipse.app4mc.validation.core
 Bundle-RequiredExecutionEnvironment: JavaSE-11