TAMAYA-408 Preparing release.
diff --git a/buildconfigurations/pom.xml b/buildconfigurations/pom.xml
index ac695e5..d98b5ee 100644
--- a/buildconfigurations/pom.xml
+++ b/buildconfigurations/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-all</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>buildconfigurations</artifactId>
diff --git a/code/api/pom.xml b/code/api/pom.xml
index 08ec34d..a901fc9 100644
--- a/code/api/pom.xml
+++ b/code/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-code</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>tamaya-api</artifactId>
diff --git a/code/core/pom.xml b/code/core/pom.xml
index 8220e62..c0222d0 100644
--- a/code/core/pom.xml
+++ b/code/core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-code</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>tamaya-core</artifactId>
diff --git a/code/pom.xml b/code/pom.xml
index 719d498..17e6123 100644
--- a/code/pom.xml
+++ b/code/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-all</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>tamaya-code</artifactId>
diff --git a/code/spi-support/pom.xml b/code/spi-support/pom.xml
index 152c0dc..b1e0fb2 100644
--- a/code/spi-support/pom.xml
+++ b/code/spi-support/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-code</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>tamaya-spisupport</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index f7f386d..a64121a 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-all</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>tamaya-distribution</artifactId>
diff --git a/examples/01-minimal/pom.xml b/examples/01-minimal/pom.xml
index eac821c..867563a 100644
--- a/examples/01-minimal/pom.xml
+++ b/examples/01-minimal/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.tamaya.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>01-minimal</artifactId>
diff --git a/examples/02-custom-property-source/pom.xml b/examples/02-custom-property-source/pom.xml
index 3e21a14..2a3da8f 100644
--- a/examples/02-custom-property-source/pom.xml
+++ b/examples/02-custom-property-source/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.tamaya.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>02-custom-property-source</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index b498821..3135ec7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-all</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
 
diff --git a/pom.xml b/pom.xml
index 7d8209d..0b7da6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     </parent>
     <groupId>org.apache.tamaya</groupId>
     <artifactId>tamaya-all</artifactId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
     <packaging>pom</packaging>
 
     <name>Apache Tamaya Base</name>