Preparation for tag creation (Tag name: '0.7.0').
diff --git a/bundles/org.eclipse.capra.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.core/META-INF/MANIFEST.MF
index 1b0c275..cfeae14 100644
--- a/bundles/org.eclipse.capra.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Core Functionality
 Bundle-SymbolicName: org.eclipse.capra.core;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.emf.ecore;visibility:=reexport,
  org.eclipse.core.resources
diff --git a/bundles/org.eclipse.capra.core/pom.xml b/bundles/org.eclipse.capra.core/pom.xml
index c9404f3..a0e07ff 100644
--- a/bundles/org.eclipse.capra.core/pom.xml
+++ b/bundles/org.eclipse.capra.core/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.core</artifactId>
diff --git a/bundles/org.eclipse.capra.documentation/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.documentation/META-INF/MANIFEST.MF
index 046c8a2..d8ff0b2 100644
--- a/bundles/org.eclipse.capra.documentation/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.documentation/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Documentation
 Bundle-SymbolicName: org.eclipse.capra.documentation;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.help
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-Vendor: Capra Development Team
diff --git a/bundles/org.eclipse.capra.documentation/pom.xml b/bundles/org.eclipse.capra.documentation/pom.xml
index c696cb6..3351ec6 100644
--- a/bundles/org.eclipse.capra.documentation/pom.xml
+++ b/bundles/org.eclipse.capra.documentation/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.documentation</artifactId>
diff --git a/bundles/org.eclipse.capra.generic.artifactmodel/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.generic.artifactmodel/META-INF/MANIFEST.MF
index 975b443..c496c8e 100644
--- a/bundles/org.eclipse.capra.generic.artifactmodel/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.generic.artifactmodel/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.capra.generic.artifactmodel;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Bundle-ClassPath: .
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.capra.generic.artifactmodel/pom.xml b/bundles/org.eclipse.capra.generic.artifactmodel/pom.xml
index f735ffb..2e1c83f 100644
--- a/bundles/org.eclipse.capra.generic.artifactmodel/pom.xml
+++ b/bundles/org.eclipse.capra.generic.artifactmodel/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.generic.artifactmodel</artifactId>
diff --git a/bundles/org.eclipse.capra.generic.persistence/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.generic.persistence/META-INF/MANIFEST.MF
index afe5a12..8ff5972 100644
--- a/bundles/org.eclipse.capra.generic.persistence/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.generic.persistence/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Generic Trace Persistence Functionality
 Bundle-SymbolicName: org.eclipse.capra.generic.persistence;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.emf,
  org.eclipse.core.resources,
  org.eclipse.core.runtime,
diff --git a/bundles/org.eclipse.capra.generic.persistence/pom.xml b/bundles/org.eclipse.capra.generic.persistence/pom.xml
index b086119..d703bfb 100644
--- a/bundles/org.eclipse.capra.generic.persistence/pom.xml
+++ b/bundles/org.eclipse.capra.generic.persistence/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.generic.persistence</artifactId>
diff --git a/bundles/org.eclipse.capra.generic.priority/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.generic.priority/META-INF/MANIFEST.MF
index 4416df4..3e3ed57 100644
--- a/bundles/org.eclipse.capra.generic.priority/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.generic.priority/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Generic Priority Handler
 Bundle-SymbolicName: org.eclipse.capra.generic.priority;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.capra.core
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-Vendor: Capra Development Team
diff --git a/bundles/org.eclipse.capra.generic.priority/pom.xml b/bundles/org.eclipse.capra.generic.priority/pom.xml
index 551f58f..7deeef5 100644
--- a/bundles/org.eclipse.capra.generic.priority/pom.xml
+++ b/bundles/org.eclipse.capra.generic.priority/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.generic.priority</artifactId>
diff --git a/bundles/org.eclipse.capra.generic.tracemodels/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.generic.tracemodels/META-INF/MANIFEST.MF
index 622407c..4f45f8e 100644
--- a/bundles/org.eclipse.capra.generic.tracemodels/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.generic.tracemodels/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Generic Traceability Metamodel
 Bundle-SymbolicName: org.eclipse.capra.generic.tracemodels;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Bundle-ClassPath: .
 Bundle-Vendor: Capra Development Team
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.capra.generic.tracemodels/pom.xml b/bundles/org.eclipse.capra.generic.tracemodels/pom.xml
index 683f95b..16684e2 100644
--- a/bundles/org.eclipse.capra.generic.tracemodels/pom.xml
+++ b/bundles/org.eclipse.capra.generic.tracemodels/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.generic.tracemodels</artifactId>
diff --git a/bundles/org.eclipse.capra.handler.cdt/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.cdt/META-INF/MANIFEST.MF
index 961bc52..4fd1457 100644
--- a/bundles/org.eclipse.capra.handler.cdt/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.cdt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for C/C++ Elements
 Bundle-SymbolicName: org.eclipse.capra.handler.cdt;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Bundle-Vendor: rt-labs.com
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.cdt.core,
diff --git a/bundles/org.eclipse.capra.handler.cdt/pom.xml b/bundles/org.eclipse.capra.handler.cdt/pom.xml
index efda1f1..ea1084f 100644
--- a/bundles/org.eclipse.capra.handler.cdt/pom.xml
+++ b/bundles/org.eclipse.capra.handler.cdt/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.handler.cdt</artifactId>
diff --git a/bundles/org.eclipse.capra.handler.emf/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.emf/META-INF/MANIFEST.MF
index 97354de..fe69179 100644
--- a/bundles/org.eclipse.capra.handler.emf/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.emf/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for EMF Models
 Bundle-SymbolicName: org.eclipse.capra.handler.emf;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.emf.ecore,
  org.eclipse.capra.core,
  org.eclipse.core.resources,
diff --git a/bundles/org.eclipse.capra.handler.emf/pom.xml b/bundles/org.eclipse.capra.handler.emf/pom.xml
index 0984c79..fdb56e5 100644
--- a/bundles/org.eclipse.capra.handler.emf/pom.xml
+++ b/bundles/org.eclipse.capra.handler.emf/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.handler.emf</artifactId>
diff --git a/bundles/org.eclipse.capra.handler.file/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.file/META-INF/MANIFEST.MF
index ab7fbed..fd37a55 100644
--- a/bundles/org.eclipse.capra.handler.file/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.file/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for Arbitrary Files
 Bundle-SymbolicName: org.eclipse.capra.handler.file;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.core.resources,
  org.eclipse.emf.ecore,
  org.eclipse.core.runtime,
diff --git a/bundles/org.eclipse.capra.handler.file/pom.xml b/bundles/org.eclipse.capra.handler.file/pom.xml
index 2e0f4f9..5030f1f 100644
--- a/bundles/org.eclipse.capra.handler.file/pom.xml
+++ b/bundles/org.eclipse.capra.handler.file/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.handler.file</artifactId>
diff --git a/bundles/org.eclipse.capra.handler.gef/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.gef/META-INF/MANIFEST.MF
index 526eb9c..030bd0f 100644
--- a/bundles/org.eclipse.capra.handler.gef/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.gef/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for GEF Models
 Bundle-SymbolicName: org.eclipse.capra.handler.gef;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.capra.core,
  org.eclipse.papyrus.infra.gmfdiag.css,
  org.eclipse.papyrus.infra.emf,
diff --git a/bundles/org.eclipse.capra.handler.gef/pom.xml b/bundles/org.eclipse.capra.handler.gef/pom.xml
index b6c0189..c37a6e1 100644
--- a/bundles/org.eclipse.capra.handler.gef/pom.xml
+++ b/bundles/org.eclipse.capra.handler.gef/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.handler.gef</artifactId>
diff --git a/bundles/org.eclipse.capra.handler.hudson/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.hudson/META-INF/MANIFEST.MF
index 4e130ab..c522ac8 100644
--- a/bundles/org.eclipse.capra.handler.hudson/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.hudson/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for Builds and Testcase Executions in Hudson
 Bundle-SymbolicName: org.eclipse.capra.handler.hudson;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.mylyn.hudson.core,
  org.eclipse.mylyn.builds.core,
  org.eclipse.capra.core,
diff --git a/bundles/org.eclipse.capra.handler.hudson/pom.xml b/bundles/org.eclipse.capra.handler.hudson/pom.xml
index 2865bfa..fa9e783 100644
--- a/bundles/org.eclipse.capra.handler.hudson/pom.xml
+++ b/bundles/org.eclipse.capra.handler.hudson/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.handler.hudson</artifactId>
diff --git a/bundles/org.eclipse.capra.handler.jdt/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.jdt/META-INF/MANIFEST.MF
index 16407b0..eb11300 100644
--- a/bundles/org.eclipse.capra.handler.jdt/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.jdt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for Java Elements
 Bundle-SymbolicName: org.eclipse.capra.handler.jdt;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.jdt.core,
  org.eclipse.capra.core,
  org.eclipse.emf.ecore,
diff --git a/bundles/org.eclipse.capra.handler.jdt/pom.xml b/bundles/org.eclipse.capra.handler.jdt/pom.xml
index d21cf37..0cd7344 100644
--- a/bundles/org.eclipse.capra.handler.jdt/pom.xml
+++ b/bundles/org.eclipse.capra.handler.jdt/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.handler.jdt</artifactId>
diff --git a/bundles/org.eclipse.capra.handler.marker/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.marker/META-INF/MANIFEST.MF
index 24349cb..d3d28e0 100644
--- a/bundles/org.eclipse.capra.handler.marker/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.marker/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for Eclipse Markers
 Bundle-SymbolicName: org.eclipse.capra.handler.marker;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.capra.core,
  org.eclipse.core.resources,
  org.eclipse.core.runtime,
diff --git a/bundles/org.eclipse.capra.handler.marker/pom.xml b/bundles/org.eclipse.capra.handler.marker/pom.xml
index 9fcc28f..4eff5c2 100644
--- a/bundles/org.eclipse.capra.handler.marker/pom.xml
+++ b/bundles/org.eclipse.capra.handler.marker/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.handler.marker</artifactId>
diff --git a/bundles/org.eclipse.capra.handler.mylyn/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.mylyn/META-INF/MANIFEST.MF
index 65b00a7..5adb869 100644
--- a/bundles/org.eclipse.capra.handler.mylyn/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.mylyn/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for Tasks in MyLyn
 Bundle-SymbolicName: org.eclipse.capra.handler.mylyn;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.mylyn.tasks.core,
  org.eclipse.mylyn.tasks.ui,
  org.eclipse.capra.core,
diff --git a/bundles/org.eclipse.capra.handler.mylyn/pom.xml b/bundles/org.eclipse.capra.handler.mylyn/pom.xml
index fa4ae0e..c058901 100644
--- a/bundles/org.eclipse.capra.handler.mylyn/pom.xml
+++ b/bundles/org.eclipse.capra.handler.mylyn/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.handler.mylyn</artifactId>
diff --git a/bundles/org.eclipse.capra.handler.office/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.office/META-INF/MANIFEST.MF
index 564804b..7a2d2a4 100644
--- a/bundles/org.eclipse.capra.handler.office/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.office/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for Microsoft Office Files
 Bundle-SymbolicName: org.eclipse.capra.handler.office;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.capra.core,
  org.eclipse.capra.ui.office,
diff --git a/bundles/org.eclipse.capra.handler.office/pom.xml b/bundles/org.eclipse.capra.handler.office/pom.xml
index 52b580c..28de78f 100644
--- a/bundles/org.eclipse.capra.handler.office/pom.xml
+++ b/bundles/org.eclipse.capra.handler.office/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,17 +10,13 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>org.eclipse.capra.handler.office</artifactId>
 	<parent>
 		<artifactId>parent</artifactId>
 		<groupId>org.eclipse.capra</groupId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.capra.handler.papyrus/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.papyrus/META-INF/MANIFEST.MF
index 8501cdd..df338b5 100644
--- a/bundles/org.eclipse.capra.handler.papyrus/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.papyrus/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for Papyrus Models
 Bundle-SymbolicName: org.eclipse.capra.handler.papyrus;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.capra.core,
  org.eclipse.capra.ui,
  org.eclipse.emf.ecore,
diff --git a/bundles/org.eclipse.capra.handler.papyrus/pom.xml b/bundles/org.eclipse.capra.handler.papyrus/pom.xml
index c34ecf6..8567d21 100644
--- a/bundles/org.eclipse.capra.handler.papyrus/pom.xml
+++ b/bundles/org.eclipse.capra.handler.papyrus/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.handler.papyrus</artifactId>
diff --git a/bundles/org.eclipse.capra.handler.php/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.php/META-INF/MANIFEST.MF
index 0d4b070..5f2e0cd 100644
--- a/bundles/org.eclipse.capra.handler.php/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.php/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for PHP Elements
 Bundle-SymbolicName: org.eclipse.capra.handler.php;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.capra.core,
  org.eclipse.capra.core,
  org.eclipse.php.core,
diff --git a/bundles/org.eclipse.capra.handler.php/pom.xml b/bundles/org.eclipse.capra.handler.php/pom.xml
index b2f9f6d..6ecceb5 100644
--- a/bundles/org.eclipse.capra.handler.php/pom.xml
+++ b/bundles/org.eclipse.capra.handler.php/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.handler.php</artifactId>
diff --git a/bundles/org.eclipse.capra.handler.reqIf/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.reqIf/META-INF/MANIFEST.MF
index 1abc192..54abb5d 100644
--- a/bundles/org.eclipse.capra.handler.reqIf/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.reqIf/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for ReqIF Models
 Bundle-SymbolicName: org.eclipse.capra.handler.reqIf;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Export-Package: org.eclipse.capra.handler.reqif,
  org.eclipse.capra.handler.reqif.preferences
 Require-Bundle: org.eclipse.capra.core,
diff --git a/bundles/org.eclipse.capra.handler.reqIf/pom.xml b/bundles/org.eclipse.capra.handler.reqIf/pom.xml
index 788b0cd..6a0540e 100644
--- a/bundles/org.eclipse.capra.handler.reqIf/pom.xml
+++ b/bundles/org.eclipse.capra.handler.reqIf/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,18 +10,14 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>org.eclipse.capra.handler.reqIf</artifactId>
 	<packaging>eclipse-plugin</packaging>
 	<parent>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 </project>
diff --git a/bundles/org.eclipse.capra.handler.uml/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.handler.uml/META-INF/MANIFEST.MF
index 08d6c7e..d7c49ad 100644
--- a/bundles/org.eclipse.capra.handler.uml/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.handler.uml/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Handler for UML Models
 Bundle-SymbolicName: org.eclipse.capra.handler.uml;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Export-Package: org.eclipse.capra.handler.uml
 Require-Bundle: org.eclipse.uml2.uml,
  org.eclipse.emf.ecore,
diff --git a/bundles/org.eclipse.capra.handler.uml/pom.xml b/bundles/org.eclipse.capra.handler.uml/pom.xml
index 2b67872..906e1af 100644
--- a/bundles/org.eclipse.capra.handler.uml/pom.xml
+++ b/bundles/org.eclipse.capra.handler.uml/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,18 +10,14 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>org.eclipse.capra.handler.uml</artifactId>
 	<packaging>eclipse-plugin</packaging>
 	<parent>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 </project>
diff --git a/bundles/org.eclipse.capra.ui.cdt/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.ui.cdt/META-INF/MANIFEST.MF
index 191f93b..4809d42 100644
--- a/bundles/org.eclipse.capra.ui.cdt/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.ui.cdt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.capra.ui.cdt;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Bundle-Activator: org.eclipse.capra.ui.cdt.Activator
 Bundle-Vendor: %Bundle-Vendor
 Require-Bundle: org.eclipse.ui,
diff --git a/bundles/org.eclipse.capra.ui.cdt/pom.xml b/bundles/org.eclipse.capra.ui.cdt/pom.xml
index eea44aa..dae4d40 100644
--- a/bundles/org.eclipse.capra.ui.cdt/pom.xml
+++ b/bundles/org.eclipse.capra.ui.cdt/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.ui.cdt</artifactId>
diff --git a/bundles/org.eclipse.capra.ui.drive/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.ui.drive/META-INF/MANIFEST.MF
index 6cac751..aa57910 100644
--- a/bundles/org.eclipse.capra.ui.drive/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.ui.drive/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: %Bundle-Name
 Bundle-Vendor: C%Bundle-Vendor
 Bundle-SymbolicName: org.eclipse.capra.ui.drive;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.equinox.registry,
  org.eclipse.capra.ui.office,
diff --git a/bundles/org.eclipse.capra.ui.drive/pom.xml b/bundles/org.eclipse.capra.ui.drive/pom.xml
index 45932b1..4722867 100644
--- a/bundles/org.eclipse.capra.ui.drive/pom.xml
+++ b/bundles/org.eclipse.capra.ui.drive/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.ui.drive</artifactId>
diff --git a/bundles/org.eclipse.capra.ui.jdt/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.ui.jdt/META-INF/MANIFEST.MF
index b8171ea..25f6142 100644
--- a/bundles/org.eclipse.capra.ui.jdt/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.ui.jdt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.capra.ui.jdt;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Bundle-Activator: org.eclipse.capra.ui.jdt.Activator
 Bundle-Vendor: %Bundle-Vendor
 Require-Bundle: org.eclipse.ui,
diff --git a/bundles/org.eclipse.capra.ui.jdt/pom.xml b/bundles/org.eclipse.capra.ui.jdt/pom.xml
index 00b47cc..0b134df 100644
--- a/bundles/org.eclipse.capra.ui.jdt/pom.xml
+++ b/bundles/org.eclipse.capra.ui.jdt/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.ui.jdt</artifactId>
diff --git a/bundles/org.eclipse.capra.ui.notification/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.ui.notification/META-INF/MANIFEST.MF
index e2aed4d..12814ea 100644
--- a/bundles/org.eclipse.capra.ui.notification/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.ui.notification/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.capra.ui.notification;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.capra.core,
  org.eclipse.core.resources,
diff --git a/bundles/org.eclipse.capra.ui.notification/pom.xml b/bundles/org.eclipse.capra.ui.notification/pom.xml
index 2135b1b..a9f6841 100644
--- a/bundles/org.eclipse.capra.ui.notification/pom.xml
+++ b/bundles/org.eclipse.capra.ui.notification/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.ui.notification</artifactId>
diff --git a/bundles/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF
index c5164f7..b1868aa 100644
--- a/bundles/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.capra.ui.office;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Bundle-ClassPath: .,
  lib/poi-3.10.1-20140818.jar,
  lib/poi-ooxml-schemas-3.10.1-20140818.jar,
diff --git a/bundles/org.eclipse.capra.ui.office/pom.xml b/bundles/org.eclipse.capra.ui.office/pom.xml
index dca1f14..4b01fd0 100644
--- a/bundles/org.eclipse.capra.ui.office/pom.xml
+++ b/bundles/org.eclipse.capra.ui.office/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,10 +18,10 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.ui.office</artifactId>
 	<packaging>eclipse-plugin</packaging>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/bundles/org.eclipse.capra.ui.plantuml/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.ui.plantuml/META-INF/MANIFEST.MF
index 226f9d2..82d8b32 100644
--- a/bundles/org.eclipse.capra.ui.plantuml/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.ui.plantuml/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.capra.ui.plantuml;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.ui.workbench,
  org.eclipse.jface,
  org.eclipse.capra.core,
diff --git a/bundles/org.eclipse.capra.ui.plantuml/pom.xml b/bundles/org.eclipse.capra.ui.plantuml/pom.xml
index a81ba88..b3a9ee9 100644
--- a/bundles/org.eclipse.capra.ui.plantuml/pom.xml
+++ b/bundles/org.eclipse.capra.ui.plantuml/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.ui.plantuml</artifactId>
diff --git a/bundles/org.eclipse.capra.ui.reqif/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.ui.reqif/META-INF/MANIFEST.MF
index c4e1fe8..fa5dca1 100644
--- a/bundles/org.eclipse.capra.ui.reqif/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.ui.reqif/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: ReqIf UI Plugin
 Bundle-SymbolicName: org.eclipse.capra.ui.reqif;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.jface,
  org.eclipse.ui.workbench,
  org.eclipse.equinox.preferences,
diff --git a/bundles/org.eclipse.capra.ui.reqif/pom.xml b/bundles/org.eclipse.capra.ui.reqif/pom.xml
index c2bfc24..78a0d49 100644
--- a/bundles/org.eclipse.capra.ui.reqif/pom.xml
+++ b/bundles/org.eclipse.capra.ui.reqif/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.ui.reqif</artifactId>
diff --git a/bundles/org.eclipse.capra.ui.zest/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.ui.zest/META-INF/MANIFEST.MF
index b7083b3..df87b37 100644
--- a/bundles/org.eclipse.capra.ui.zest/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.ui.zest/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.capra.ui.zest;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.capra.core,
diff --git a/bundles/org.eclipse.capra.ui.zest/pom.xml b/bundles/org.eclipse.capra.ui.zest/pom.xml
index 9a3e9e3..c0251b7 100644
--- a/bundles/org.eclipse.capra.ui.zest/pom.xml
+++ b/bundles/org.eclipse.capra.ui.zest/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.ui.zest</artifactId>
diff --git a/bundles/org.eclipse.capra.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.capra.ui/META-INF/MANIFEST.MF
index 2e9a996..13dd865 100644
--- a/bundles/org.eclipse.capra.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.capra.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.capra.ui;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Bundle-ClassPath: .
 Bundle-Vendor: %Bundle-Vendor
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/bundles/org.eclipse.capra.ui/pom.xml b/bundles/org.eclipse.capra.ui/pom.xml
index 0e26f02..7d83970 100644
--- a/bundles/org.eclipse.capra.ui/pom.xml
+++ b/bundles/org.eclipse.capra.ui/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 
 	<artifactId>org.eclipse.capra.ui</artifactId>
diff --git a/features/org.eclipse.capra.core.feature/feature.xml b/features/org.eclipse.capra.core.feature/feature.xml
index 5c159d9..f7a32e1 100644
--- a/features/org.eclipse.capra.core.feature/feature.xml
+++ b/features/org.eclipse.capra.core.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.core.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.core.feature/pom.xml b/features/org.eclipse.capra.core.feature/pom.xml
index e2fbdda..87d5370 100644
--- a/features/org.eclipse.capra.core.feature/pom.xml
+++ b/features/org.eclipse.capra.core.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,9 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -21,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.core.feature</artifactId>
diff --git a/features/org.eclipse.capra.feature/feature.xml b/features/org.eclipse.capra.feature/feature.xml
index c25580d..54b86d1 100644
--- a/features/org.eclipse.capra.feature/feature.xml
+++ b/features/org.eclipse.capra.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.feature/pom.xml b/features/org.eclipse.capra.feature/pom.xml
index c327c73..b9848d9 100644
--- a/features/org.eclipse.capra.feature/pom.xml
+++ b/features/org.eclipse.capra.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,9 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -21,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.feature</artifactId>
diff --git a/features/org.eclipse.capra.generic.feature/feature.xml b/features/org.eclipse.capra.generic.feature/feature.xml
index 1da284f..7f9c28b 100644
--- a/features/org.eclipse.capra.generic.feature/feature.xml
+++ b/features/org.eclipse.capra.generic.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.generic.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.generic.feature/pom.xml b/features/org.eclipse.capra.generic.feature/pom.xml
index a6cf5f7..19551a6 100644
--- a/features/org.eclipse.capra.generic.feature/pom.xml
+++ b/features/org.eclipse.capra.generic.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,9 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -21,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.generic.feature</artifactId>
diff --git a/features/org.eclipse.capra.handler.cdt.feature/feature.xml b/features/org.eclipse.capra.handler.cdt.feature/feature.xml
index cb1a168..aae0656 100644
--- a/features/org.eclipse.capra.handler.cdt.feature/feature.xml
+++ b/features/org.eclipse.capra.handler.cdt.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.handler.cdt.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.handler.cdt.feature/pom.xml b/features/org.eclipse.capra.handler.cdt.feature/pom.xml
index fddbc59..7a8b7f9 100644
--- a/features/org.eclipse.capra.handler.cdt.feature/pom.xml
+++ b/features/org.eclipse.capra.handler.cdt.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,9 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -21,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.handler.cdt.feature</artifactId>
diff --git a/features/org.eclipse.capra.handler.hudson.feature/feature.xml b/features/org.eclipse.capra.handler.hudson.feature/feature.xml
index e60c56e..b6ddf30 100644
--- a/features/org.eclipse.capra.handler.hudson.feature/feature.xml
+++ b/features/org.eclipse.capra.handler.hudson.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.handler.hudson.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.handler.hudson.feature/pom.xml b/features/org.eclipse.capra.handler.hudson.feature/pom.xml
index 1aeebf0..37f8df1 100644
--- a/features/org.eclipse.capra.handler.hudson.feature/pom.xml
+++ b/features/org.eclipse.capra.handler.hudson.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,9 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -21,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.handler.hudson.feature</artifactId>
diff --git a/features/org.eclipse.capra.handler.jdt.feature/feature.xml b/features/org.eclipse.capra.handler.jdt.feature/feature.xml
index 480848e..cd4d466 100644
--- a/features/org.eclipse.capra.handler.jdt.feature/feature.xml
+++ b/features/org.eclipse.capra.handler.jdt.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.handler.jdt.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.handler.jdt.feature/pom.xml b/features/org.eclipse.capra.handler.jdt.feature/pom.xml
index d268217..11b3504 100644
--- a/features/org.eclipse.capra.handler.jdt.feature/pom.xml
+++ b/features/org.eclipse.capra.handler.jdt.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,9 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -21,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.handler.jdt.feature</artifactId>
diff --git a/features/org.eclipse.capra.handler.office.feature/feature.xml b/features/org.eclipse.capra.handler.office.feature/feature.xml
index 4b611d3..d9bd7a9 100644
--- a/features/org.eclipse.capra.handler.office.feature/feature.xml
+++ b/features/org.eclipse.capra.handler.office.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.handler.office.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.handler.office.feature/pom.xml b/features/org.eclipse.capra.handler.office.feature/pom.xml
index 1a76819..ccd9eb5 100644
--- a/features/org.eclipse.capra.handler.office.feature/pom.xml
+++ b/features/org.eclipse.capra.handler.office.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,9 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -21,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.handler.office.feature</artifactId>
diff --git a/features/org.eclipse.capra.handler.papyrus.feature/feature.xml b/features/org.eclipse.capra.handler.papyrus.feature/feature.xml
index 4e756d8..da6483f 100644
--- a/features/org.eclipse.capra.handler.papyrus.feature/feature.xml
+++ b/features/org.eclipse.capra.handler.papyrus.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.handler.papyrus.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.handler.papyrus.feature/pom.xml b/features/org.eclipse.capra.handler.papyrus.feature/pom.xml
index b3b9d61..bd0f86c 100644
--- a/features/org.eclipse.capra.handler.papyrus.feature/pom.xml
+++ b/features/org.eclipse.capra.handler.papyrus.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,9 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -21,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.handler.papyrus.feature</artifactId>
diff --git a/features/org.eclipse.capra.handler.php.feature/feature.xml b/features/org.eclipse.capra.handler.php.feature/feature.xml
index 74b2625..02bce75 100644
--- a/features/org.eclipse.capra.handler.php.feature/feature.xml
+++ b/features/org.eclipse.capra.handler.php.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.handler.php.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.handler.php.feature/pom.xml b/features/org.eclipse.capra.handler.php.feature/pom.xml
index 78a0259..15c72ec 100644
--- a/features/org.eclipse.capra.handler.php.feature/pom.xml
+++ b/features/org.eclipse.capra.handler.php.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,9 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -21,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.handler.php.feature</artifactId>
diff --git a/features/org.eclipse.capra.handler.reqIf.feature/feature.xml b/features/org.eclipse.capra.handler.reqIf.feature/feature.xml
index 57fdd6c..35bf64f 100644
--- a/features/org.eclipse.capra.handler.reqIf.feature/feature.xml
+++ b/features/org.eclipse.capra.handler.reqIf.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.handler.reqif.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.handler.reqIf.feature/pom.xml b/features/org.eclipse.capra.handler.reqIf.feature/pom.xml
index d709dd1..7a23ea2 100644
--- a/features/org.eclipse.capra.handler.reqIf.feature/pom.xml
+++ b/features/org.eclipse.capra.handler.reqIf.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,9 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -21,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.handler.reqif.feature</artifactId>
diff --git a/features/org.eclipse.capra.ui.feature/feature.xml b/features/org.eclipse.capra.ui.feature/feature.xml
index 73ff152..17867c3 100644
--- a/features/org.eclipse.capra.ui.feature/feature.xml
+++ b/features/org.eclipse.capra.ui.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.ui.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.ui.feature/pom.xml b/features/org.eclipse.capra.ui.feature/pom.xml
index 0cb1939..15cf433 100644
--- a/features/org.eclipse.capra.ui.feature/pom.xml
+++ b/features/org.eclipse.capra.ui.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.ui.feature</artifactId>
diff --git a/features/org.eclipse.capra.ui.plantuml.feature/feature.xml b/features/org.eclipse.capra.ui.plantuml.feature/feature.xml
index 0ad185d..f623ec9 100644
--- a/features/org.eclipse.capra.ui.plantuml.feature/feature.xml
+++ b/features/org.eclipse.capra.ui.plantuml.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.ui.plantuml.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.ui.plantuml.feature/pom.xml b/features/org.eclipse.capra.ui.plantuml.feature/pom.xml
index 1e4c3f6..ab150f1 100644
--- a/features/org.eclipse.capra.ui.plantuml.feature/pom.xml
+++ b/features/org.eclipse.capra.ui.plantuml.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.ui.plantuml.feature</artifactId>
diff --git a/features/org.eclipse.capra.ui.zest.feature/feature.xml b/features/org.eclipse.capra.ui.zest.feature/feature.xml
index ff22064..d3a6885 100644
--- a/features/org.eclipse.capra.ui.zest.feature/feature.xml
+++ b/features/org.eclipse.capra.ui.zest.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.capra.ui.zest.feature"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.0"
       provider-name="%providerName">
 
    <description url="%descriptionURL">
diff --git a/features/org.eclipse.capra.ui.zest.feature/pom.xml b/features/org.eclipse.capra.ui.zest.feature/pom.xml
index 19a3c79..5b641b9 100644
--- a/features/org.eclipse.capra.ui.zest.feature/pom.xml
+++ b/features/org.eclipse.capra.ui.zest.feature/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
         <modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
                 <relativePath>../../pom.xml</relativePath>
                 <groupId>org.eclipse.capra</groupId>
                 <artifactId>parent</artifactId>
-                <version>0.7.0-SNAPSHOT</version>
+                <version>0.7.0</version>
         </parent>
 
         <artifactId>org.eclipse.capra.ui.zest.feature</artifactId>
diff --git a/pom.xml b/pom.xml
index 9633fbe..7f72d2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
 	<groupId>org.eclipse.capra</groupId>
 	<artifactId>parent</artifactId>
-	<version>0.7.0-SNAPSHOT</version>
+	<version>0.7.0</version>
 	<packaging>pom</packaging>
     <name>Capra</name>
 
@@ -110,7 +110,7 @@
 	 <scm>
        <connection>scm:git:https://git.eclipse.org/r/capra/org.eclipse.capra.git</connection>
        <developerConnection>scm:git:https://git.eclipse.org/r/capra/org.eclipse.capra.git</developerConnection>
-       <tag>HEAD</tag>
+       <tag>0.7.0</tag>
    </scm>
 
 	<build>
@@ -150,7 +150,7 @@
 						<artifact>
 							<groupId>org.eclipse.capra</groupId>
 							<artifactId>org.eclipse.capra.releng.target</artifactId>
-							<version>0.7.0-SNAPSHOT</version>
+							<version>0.7.0</version>
 						</artifact>
 					</target>
 					<environments>
diff --git a/releng/org.eclipse.capra.releng.p2/category.xml b/releng/org.eclipse.capra.releng.p2/category.xml
index 10127f0..0725d7b 100644
--- a/releng/org.eclipse.capra.releng.p2/category.xml
+++ b/releng/org.eclipse.capra.releng.p2/category.xml
@@ -1,33 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-   <feature url="features/org.eclipse.capra.feature_0.7.0.qualifier.jar" id="org.eclipse.capra.feature" version="0.7.0.qualifier">
+   <feature url="features/org.eclipse.capra.feature_0.7.0.jar" id="org.eclipse.capra.feature" version="0.7.0">
       <category name="org.eclipse.capra"/>
    </feature>
-   <feature url="features/org.eclipse.capra.handler.cdt.feature_0.7.0.qualifier.jar" id="org.eclipse.capra.handler.cdt.feature" version="0.7.0.qualifier">
+   <feature url="features/org.eclipse.capra.handler.cdt.feature_0.7.0.jar" id="org.eclipse.capra.handler.cdt.feature" version="0.7.0">
       <category name="org.eclipse.capra.handler"/>
    </feature>
-   <feature url="features/org.eclipse.capra.handler.hudson.feature_0.7.0.qualifier.jar" id="org.eclipse.capra.handler.hudson.feature" version="0.7.0.qualifier">
+   <feature url="features/org.eclipse.capra.handler.hudson.feature_0.7.0.jar" id="org.eclipse.capra.handler.hudson.feature" version="0.7.0">
       <category name="org.eclipse.capra.handler"/>
    </feature>
-   <feature url="features/org.eclipse.capra.handler.jdt.feature_0.7.0.qualifier.jar" id="org.eclipse.capra.handler.jdt.feature" version="0.7.0.qualifier">
+   <feature url="features/org.eclipse.capra.handler.jdt.feature_0.7.0.jar" id="org.eclipse.capra.handler.jdt.feature" version="0.7.0">
       <category name="org.eclipse.capra.handler"/>
    </feature>
-   <feature url="features/org.eclipse.capra.handler.papyrus.feature_0.7.0.qualifier.jar" id="org.eclipse.capra.handler.papyrus.feature" version="0.7.0.qualifier">
+   <feature url="features/org.eclipse.capra.handler.papyrus.feature_0.7.0.jar" id="org.eclipse.capra.handler.papyrus.feature" version="0.7.0">
       <category name="org.eclipse.capra.handler"/>
    </feature>
-   <feature url="features/org.eclipse.capra.handler.reqif.feature_0.7.0.qualifier.jar" id="org.eclipse.capra.handler.reqif.feature" version="0.7.0.qualifier">
+   <feature url="features/org.eclipse.capra.handler.reqif.feature_0.7.0.jar" id="org.eclipse.capra.handler.reqif.feature" version="0.7.0">
       <category name="org.eclipse.capra.handler"/>
    </feature>
-   <feature url="features/org.eclipse.capra.handler.office.feature_0.7.0.qualifier.jar" id="org.eclipse.capra.handler.office.feature" version="0.7.0.qualifier">
+   <feature url="features/org.eclipse.capra.handler.office.feature_0.7.0.jar" id="org.eclipse.capra.handler.office.feature" version="0.7.0">
       <category name="org.eclipse.capra.handler"/>
    </feature>
-   <feature url="features/org.eclipse.capra.ui.plantuml.feature_0.7.0.qualifier.jar" id="org.eclipse.capra.ui.plantuml.feature" version="0.7.0.qualifier">
+   <feature url="features/org.eclipse.capra.ui.plantuml.feature_0.7.0.jar" id="org.eclipse.capra.ui.plantuml.feature" version="0.7.0">
       <category name="org.eclipse.capra.ui"/>
    </feature>
-   <feature url="features/org.eclipse.capra.ui.zest.feature_0.7.0.qualifier.jar" id="org.eclipse.capra.ui.zest.feature" version="0.7.0.qualifier">
+   <feature url="features/org.eclipse.capra.ui.zest.feature_0.7.0.jar" id="org.eclipse.capra.ui.zest.feature" version="0.7.0">
       <category name="org.eclipse.capra.ui"/>
    </feature>
-   <feature url="features/org.eclipse.capra.handler.php.feature_0.7.0.qualifier.jar" id="org.eclipse.capra.handler.php.feature" version="0.7.0.qualifier">
+   <feature url="features/org.eclipse.capra.handler.php.feature_0.7.0.jar" id="org.eclipse.capra.handler.php.feature" version="0.7.0">
       <category name="org.eclipse.capra.handler"/>
    </feature>
    <category-def name="org.eclipse.capra" label="Eclipse Capra Traceability">
diff --git a/releng/org.eclipse.capra.releng.p2/pom.xml b/releng/org.eclipse.capra.releng.p2/pom.xml
index 6a57640..49d0684 100644
--- a/releng/org.eclipse.capra.releng.p2/pom.xml
+++ b/releng/org.eclipse.capra.releng.p2/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,21 +10,17 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <relativePath>../../pom.xml</relativePath>
     <groupId>org.eclipse.capra</groupId>
     <artifactId>parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
   </parent>
   <groupId>org.eclipse.capra</groupId>
   <artifactId>org.eclipse.capra.p2</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</version>
   <packaging>eclipse-repository</packaging>
   <name>Capra update site</name>
 
diff --git a/releng/org.eclipse.capra.releng.target/pom.xml b/releng/org.eclipse.capra.releng.target/pom.xml
index 1f7bffc..3f461fa 100644
--- a/releng/org.eclipse.capra.releng.target/pom.xml
+++ b/releng/org.eclipse.capra.releng.target/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,20 +10,17 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <relativePath>../../pom.xml</relativePath>
     <groupId>org.eclipse.capra</groupId>
     <artifactId>parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
   </parent>
   <groupId>org.eclipse.capra</groupId>
   <artifactId>org.eclipse.capra.releng.target</artifactId>
   <packaging>eclipse-target-definition</packaging>
   <name>Eclipse Capra Target Definitions</name>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</version>
 </project>
diff --git a/tests/org.eclipse.capra.handler.cdt.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.capra.handler.cdt.tests/META-INF/MANIFEST.MF
index ba86f9d..1103b33 100644
--- a/tests/org.eclipse.capra.handler.cdt.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.capra.handler.cdt.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: CDT Handler tests
 Bundle-SymbolicName: org.eclipse.capra.handler.cdt.tests
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Fragment-Host: org.eclipse.capra.handler.cdt
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.core.resources,
diff --git a/tests/org.eclipse.capra.handler.cdt.tests/pom.xml b/tests/org.eclipse.capra.handler.cdt.tests/pom.xml
index 6bab506..09f5ce9 100644
--- a/tests/org.eclipse.capra.handler.cdt.tests/pom.xml
+++ b/tests/org.eclipse.capra.handler.cdt.tests/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 	
 	<artifactId>org.eclipse.capra.handler.cdt.tests</artifactId>
diff --git a/tests/org.eclipse.capra.handler.jdt.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.capra.handler.jdt.tests/META-INF/MANIFEST.MF
index d056d2c..87fdd4a 100644
--- a/tests/org.eclipse.capra.handler.jdt.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.capra.handler.jdt.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: Tests for the Capra Handler for Java Elements
 Bundle-Vendor: Capra Development Team
 Bundle-SymbolicName: org.eclipse.capra.handler.jdt.tests
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Fragment-Host: org.eclipse.capra.handler.jdt
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.junit,
diff --git a/tests/org.eclipse.capra.handler.jdt.tests/pom.xml b/tests/org.eclipse.capra.handler.jdt.tests/pom.xml
index 537333a..8354f8b 100644
--- a/tests/org.eclipse.capra.handler.jdt.tests/pom.xml
+++ b/tests/org.eclipse.capra.handler.jdt.tests/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 	
 	<artifactId>org.eclipse.capra.handler.jdt.tests</artifactId>
diff --git a/tests/org.eclipse.capra.handler.uml.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.capra.handler.uml.tests/META-INF/MANIFEST.MF
index 78d2497..3a3d6e1 100644
--- a/tests/org.eclipse.capra.handler.uml.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.capra.handler.uml.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Tests for the Capra Handler for UML Models
 Bundle-SymbolicName: org.eclipse.capra.handler.uml.tests
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Require-Bundle: 
  org.eclipse.capra.core,
  org.eclipse.capra.generic.tracemodels,
diff --git a/tests/org.eclipse.capra.handler.uml.tests/pom.xml b/tests/org.eclipse.capra.handler.uml.tests/pom.xml
index 40a4ff9..5533e59 100644
--- a/tests/org.eclipse.capra.handler.uml.tests/pom.xml
+++ b/tests/org.eclipse.capra.handler.uml.tests/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
 	Copyright (c) 2016 Chalmers | University of Gothenburg, rt-labs and others.
 	All rights reserved. This program and the accompanying materials
 	are made available under the terms of the Eclipse Public License v1.0
@@ -8,10 +7,7 @@
 
 	Contributors:
 		Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -19,7 +15,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 	
 	<artifactId>org.eclipse.capra.handler.uml.tests</artifactId>
diff --git a/tests/org.eclipse.capra.testsuite/META-INF/MANIFEST.MF b/tests/org.eclipse.capra.testsuite/META-INF/MANIFEST.MF
index 8eced00..ab09988 100644
--- a/tests/org.eclipse.capra.testsuite/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.capra.testsuite/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Capra Testsuite
 Bundle-SymbolicName: org.eclipse.capra.testsuite;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
 Export-Package: org.eclipse.capra.testsuite
 Require-Bundle: org.junit,
  org.eclipse.equinox.registry,
diff --git a/tests/org.eclipse.capra.testsuite/pom.xml b/tests/org.eclipse.capra.testsuite/pom.xml
index 1648d0b..c078bab 100644
--- a/tests/org.eclipse.capra.testsuite/pom.xml
+++ b/tests/org.eclipse.capra.testsuite/pom.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
     Copyright (c) 2016, 2019 Chalmers | University of Gothenburg, rt-labs and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v2.0
@@ -11,10 +10,7 @@
     Contributors:
          Chalmers | University of Gothenburg and rt-labs - initial API and implementation and/or initial documentation
          Chalmers | University of Gothenburg - additional features, updated API
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 
@@ -22,7 +18,7 @@
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.capra</groupId>
 		<artifactId>parent</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.7.0</version>
 	</parent>
 	
 	<artifactId>org.eclipse.capra.testsuite</artifactId>