Prepared the next release. Set the version to 0.3-incubating. This will be the second vote for this release.
diff --git a/buildconfigurations/pom.xml b/buildconfigurations/pom.xml
index da51621..3dcd579 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.3-incubating-SNAPSHOT</version>
+        <version>0.3-incubating</version>
     </parent>
 
     <artifactId>buildconfigurations</artifactId>
diff --git a/code/api/pom.xml b/code/api/pom.xml
index e9f2ad9..2af6ee1 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.3-incubating-SNAPSHOT</version>
+        <version>0.3-incubating</version>
     </parent>
 
     <artifactId>tamaya-api</artifactId>
diff --git a/code/core/pom.xml b/code/core/pom.xml
index f9566c7..147082f 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.3-incubating-SNAPSHOT</version>
+        <version>0.3-incubating</version>
     </parent>
 
     <artifactId>tamaya-core</artifactId>
diff --git a/code/pom.xml b/code/pom.xml
index 9d227bb..c02fee1 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.3-incubating-SNAPSHOT</version>
+        <version>0.3-incubating</version>
     </parent>
 
     <artifactId>tamaya-code</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index fde9f87..56fbe8e 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.3-incubating-SNAPSHOT</version>
+        <version>0.3-incubating</version>
     </parent>
 
     <artifactId>tamaya-distribution</artifactId>
diff --git a/examples/01-minimal/pom.xml b/examples/01-minimal/pom.xml
index ee8844d..52a1b32 100644
--- a/examples/01-minimal/pom.xml
+++ b/examples/01-minimal/pom.xml
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.apache.tamaya.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-incubating</version>
     </parent>
 
     <groupId>org.apache.tamaya.examples</groupId>
     <artifactId>01-minimal</artifactId>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.3-incubating</version>
 
     <name>Apache Tamaya Minimal Example</name>
 
diff --git a/examples/02-custom-property-source/pom.xml b/examples/02-custom-property-source/pom.xml
index ce64331..fc664b2 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.3-incubating-SNAPSHOT</version>
+        <version>0.3-incubating</version>
     </parent>
 
     <artifactId>02-custom-property-source</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 06f5647..9372266 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.apache.tamaya</groupId>
         <artifactId>tamaya-all</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-incubating</version>
     </parent>
 
 
     <groupId>org.apache.tamaya.examples</groupId>
     <artifactId>examples</artifactId>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.3-incubating</version>
 
     <name>Apache Tamaya Core Examples</name>
 
diff --git a/pom.xml b/pom.xml
index 636dea7..fcb62cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     </parent>
     <groupId>org.apache.tamaya</groupId>
     <artifactId>tamaya-all</artifactId>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.3-incubating</version>
     <packaging>pom</packaging>
 
     <name>Apache Tamaya Base</name>