[maven-release-plugin] prepare release qi4j-core-1.2
diff --git a/api/pom.xml b/api/pom.xml
index c221605..95d73a6 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.qi4j</groupId>
     <artifactId>qi4j-core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.qi4j.core</groupId>
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml
index d6a75f4..2b403a5 100644
--- a/bootstrap/pom.xml
+++ b/bootstrap/pom.xml
@@ -1,10 +1,9 @@
-<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/maven-v4_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/maven-v4_0_0.xsd">
 
     <parent>
         <groupId>org.qi4j</groupId>
         <artifactId>qi4j-core</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index d10102e..7422d67 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.qi4j</groupId>
   <artifactId>qi4j-buildtools</artifactId>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.2</version>
   <name>Qi4j Build tools</name>
 
   <description>This module contains the resources needed to build Qi4j itself.</description>
diff --git a/pom.xml b/pom.xml
index 39c1a38..831e831 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,8 @@
-<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/maven-v4_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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.qi4j</groupId>
     <artifactId>qi4j-core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <name>Qi4j Core (Build POM)</name>
     <packaging>pom</packaging>
     <description>
@@ -75,7 +74,7 @@
         <developer>
             <id>mesirii</id>
             <name>Michael Hunger</name>
-            <organization/>
+            <organization />
             <email>qi4j@jexp.de</email>
             <timezone>CET</timezone>
         </developer>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 7a5a7d9..e3439df 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -1,9 +1,8 @@
-<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/maven-v4_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/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.qi4j</groupId>
     <artifactId>qi4j-core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -67,7 +66,7 @@
     <dependency>
       <groupId>org.qi4j.core</groupId>
       <artifactId>qi4j-core-testsupport</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>1.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/spi/pom.xml b/spi/pom.xml
index 992f72e..d878389 100644
--- a/spi/pom.xml
+++ b/spi/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.qi4j</groupId>
     <artifactId>qi4j-core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.qi4j.core</groupId>
diff --git a/testsupport/pom.xml b/testsupport/pom.xml
index 8dedf36..6ea8126 100644
--- a/testsupport/pom.xml
+++ b/testsupport/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.qi4j</groupId>
     <artifactId>qi4j-core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.qi4j.core</groupId>