[maven-release-plugin] prepare release streams-project-0.5-incubating
diff --git a/pom.xml b/pom.xml
index 844d5fc..63f1cda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.streams</groupId>
     <artifactId>streams-project</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.5-incubating</version>
 
     <name>Apache Streams</name>
     <description>Apache Streams</description>
@@ -48,7 +48,7 @@
         <connection>scm:git:git@github.com:apache/incubator-streams.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-streams.git</developerConnection>
         <url>scm:git:git@github.com:apache/incubator-streams.git</url>
-        <tag>HEAD</tag>
+        <tag>streams-project-0.5-incubating</tag>
     </scm>
 
     <issueManagement>
diff --git a/streams-components/pom.xml b/streams-components/pom.xml
index bc6f65e..97b8ea1 100644
--- a/streams-components/pom.xml
+++ b/streams-components/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-components/streams-converters/pom.xml b/streams-components/streams-converters/pom.xml
index b1642bd..754787a 100644
--- a/streams-components/streams-converters/pom.xml
+++ b/streams-components/streams-converters/pom.xml
@@ -20,12 +20,12 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-converters</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.5-incubating</version>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-components</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <dependencies>
diff --git a/streams-components/streams-filters/pom.xml b/streams-components/streams-filters/pom.xml
index 0f762e6..07b3cb5 100644
--- a/streams-components/streams-filters/pom.xml
+++ b/streams-components/streams-filters/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-components</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-components/streams-http/pom.xml b/streams-components/streams-http/pom.xml
index 7db1dff..275a729 100644
--- a/streams-components/streams-http/pom.xml
+++ b/streams-components/streams-http/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-components</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-config/pom.xml b/streams-config/pom.xml
index f9917a7..9cd0343 100644
--- a/streams-config/pom.xml
+++ b/streams-config/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-project</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-config</artifactId>
diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml
index 1d9eee5..c3b3263 100644
--- a/streams-contrib/pom.xml
+++ b/streams-contrib/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-contrib</artifactId>
diff --git a/streams-contrib/streams-amazon-aws/pom.xml b/streams-contrib/streams-amazon-aws/pom.xml
index 812ff4b..eab7d76 100644
--- a/streams-contrib/streams-amazon-aws/pom.xml
+++ b/streams-contrib/streams-amazon-aws/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/pom.xml b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/pom.xml
index 5f9417f..e293ef0 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/pom.xml
+++ b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-amazon-aws</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml b/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
index 2e0cce9..1c35fd1 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
+++ b/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-amazon-aws</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-persist-cassandra/pom.xml b/streams-contrib/streams-persist-cassandra/pom.xml
index 30a9f7a..bf57463 100644
--- a/streams-contrib/streams-persist-cassandra/pom.xml
+++ b/streams-contrib/streams-persist-cassandra/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-persist-console/pom.xml b/streams-contrib/streams-persist-console/pom.xml
index 8332f69..f4964b4 100644
--- a/streams-contrib/streams-persist-console/pom.xml
+++ b/streams-contrib/streams-persist-console/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-persist-elasticsearch/pom.xml b/streams-contrib/streams-persist-elasticsearch/pom.xml
index 9574027..fbaaed6 100644
--- a/streams-contrib/streams-persist-elasticsearch/pom.xml
+++ b/streams-contrib/streams-persist-elasticsearch/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-persist-filebuffer/pom.xml b/streams-contrib/streams-persist-filebuffer/pom.xml
index 392001e..83a2001 100644
--- a/streams-contrib/streams-persist-filebuffer/pom.xml
+++ b/streams-contrib/streams-persist-filebuffer/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-persist-graph/pom.xml b/streams-contrib/streams-persist-graph/pom.xml
index bacefbd..5dcc3b5 100644
--- a/streams-contrib/streams-persist-graph/pom.xml
+++ b/streams-contrib/streams-persist-graph/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-persist-hbase/pom.xml b/streams-contrib/streams-persist-hbase/pom.xml
index 2988c37..f07a99f 100644
--- a/streams-contrib/streams-persist-hbase/pom.xml
+++ b/streams-contrib/streams-persist-hbase/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-persist-hdfs/pom.xml b/streams-contrib/streams-persist-hdfs/pom.xml
index 78e378a..c14fd95 100644
--- a/streams-contrib/streams-persist-hdfs/pom.xml
+++ b/streams-contrib/streams-persist-hdfs/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-persist-kafka/pom.xml b/streams-contrib/streams-persist-kafka/pom.xml
index 4cec6ac..46f497f 100644
--- a/streams-contrib/streams-persist-kafka/pom.xml
+++ b/streams-contrib/streams-persist-kafka/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-persist-mongo/pom.xml b/streams-contrib/streams-persist-mongo/pom.xml
index ce38959..bece6bf 100644
--- a/streams-contrib/streams-persist-mongo/pom.xml
+++ b/streams-contrib/streams-persist-mongo/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-persist-neo4j/pom.xml b/streams-contrib/streams-persist-neo4j/pom.xml
index 5f7d2f6..f9d354d 100644
--- a/streams-contrib/streams-persist-neo4j/pom.xml
+++ b/streams-contrib/streams-persist-neo4j/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-persist-riak/pom.xml b/streams-contrib/streams-persist-riak/pom.xml
index 7b0b41e..4261ccc 100644
--- a/streams-contrib/streams-persist-riak/pom.xml
+++ b/streams-contrib/streams-persist-riak/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-processor-jackson/pom.xml b/streams-contrib/streams-processor-jackson/pom.xml
index 76796ea..26da032 100644
--- a/streams-contrib/streams-processor-jackson/pom.xml
+++ b/streams-contrib/streams-processor-jackson/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-processor-jackson</artifactId>
diff --git a/streams-contrib/streams-processor-json/pom.xml b/streams-contrib/streams-processor-json/pom.xml
index 3a1f1e4..d6507e8 100644
--- a/streams-contrib/streams-processor-json/pom.xml
+++ b/streams-contrib/streams-processor-json/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-processor-json</artifactId>
diff --git a/streams-contrib/streams-processor-peoplepattern/pom.xml b/streams-contrib/streams-processor-peoplepattern/pom.xml
index a39af03..f2d662c 100644
--- a/streams-contrib/streams-processor-peoplepattern/pom.xml
+++ b/streams-contrib/streams-processor-peoplepattern/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-processor-peoplepattern</artifactId>
diff --git a/streams-contrib/streams-processor-regex/pom.xml b/streams-contrib/streams-processor-regex/pom.xml
index 2bb911c..f43b86b 100644
--- a/streams-contrib/streams-processor-regex/pom.xml
+++ b/streams-contrib/streams-processor-regex/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-processor-regex</artifactId>
diff --git a/streams-contrib/streams-processor-urls/pom.xml b/streams-contrib/streams-processor-urls/pom.xml
index ad8c4d1..dbbdfe8 100644
--- a/streams-contrib/streams-processor-urls/pom.xml
+++ b/streams-contrib/streams-processor-urls/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-processor-urls</artifactId>
diff --git a/streams-contrib/streams-provider-facebook/pom.xml b/streams-contrib/streams-provider-facebook/pom.xml
index b311e3f..4d308e4 100644
--- a/streams-contrib/streams-provider-facebook/pom.xml
+++ b/streams-contrib/streams-provider-facebook/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-provider-facebook</artifactId>
diff --git a/streams-contrib/streams-provider-google/google-gmail/pom.xml b/streams-contrib/streams-provider-google/google-gmail/pom.xml
index bd88b5c..d3778d2 100644
--- a/streams-contrib/streams-provider-google/google-gmail/pom.xml
+++ b/streams-contrib/streams-provider-google/google-gmail/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-provider-google</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>google-gmail</artifactId>
diff --git a/streams-contrib/streams-provider-google/google-gplus/pom.xml b/streams-contrib/streams-provider-google/google-gplus/pom.xml
index 0c33be3..c91de98 100644
--- a/streams-contrib/streams-provider-google/google-gplus/pom.xml
+++ b/streams-contrib/streams-provider-google/google-gplus/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-provider-google</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>google-gplus</artifactId>
diff --git a/streams-contrib/streams-provider-google/pom.xml b/streams-contrib/streams-provider-google/pom.xml
index 0520e60..a23c568 100644
--- a/streams-contrib/streams-provider-google/pom.xml
+++ b/streams-contrib/streams-provider-google/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-provider-google</artifactId>
diff --git a/streams-contrib/streams-provider-instagram/pom.xml b/streams-contrib/streams-provider-instagram/pom.xml
index e946b2a..269cd32 100644
--- a/streams-contrib/streams-provider-instagram/pom.xml
+++ b/streams-contrib/streams-provider-instagram/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-provider-instagram</artifactId>
diff --git a/streams-contrib/streams-provider-moreover/pom.xml b/streams-contrib/streams-provider-moreover/pom.xml
index 1c037d2..bb29cae 100644
--- a/streams-contrib/streams-provider-moreover/pom.xml
+++ b/streams-contrib/streams-provider-moreover/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-provider-moreover</artifactId>
diff --git a/streams-contrib/streams-provider-rss/pom.xml b/streams-contrib/streams-provider-rss/pom.xml
index a999704..9416d74 100644
--- a/streams-contrib/streams-provider-rss/pom.xml
+++ b/streams-contrib/streams-provider-rss/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-provider-rss</artifactId>
diff --git a/streams-contrib/streams-provider-sysomos/pom.xml b/streams-contrib/streams-provider-sysomos/pom.xml
index 8609e61..5581860 100644
--- a/streams-contrib/streams-provider-sysomos/pom.xml
+++ b/streams-contrib/streams-provider-sysomos/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-provider-sysomos</artifactId>
diff --git a/streams-contrib/streams-provider-twitter/pom.xml b/streams-contrib/streams-provider-twitter/pom.xml
index 599e930..bac2936 100644
--- a/streams-contrib/streams-provider-twitter/pom.xml
+++ b/streams-contrib/streams-provider-twitter/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-provider-youtube/pom.xml b/streams-contrib/streams-provider-youtube/pom.xml
index 8502d76..0fca50f 100644
--- a/streams-contrib/streams-provider-youtube/pom.xml
+++ b/streams-contrib/streams-provider-youtube/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-core/pom.xml b/streams-core/pom.xml
index 7bf5efe..9cd8362 100644
--- a/streams-core/pom.xml
+++ b/streams-core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-core</artifactId>
diff --git a/streams-monitoring/pom.xml b/streams-monitoring/pom.xml
index 4910a4e..d653528 100644
--- a/streams-monitoring/pom.xml
+++ b/streams-monitoring/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-monitoring</artifactId>
diff --git a/streams-plugins/pom.xml b/streams-plugins/pom.xml
index 166636a..0132365 100644
--- a/streams-plugins/pom.xml
+++ b/streams-plugins/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-cassandra/pom.xml b/streams-plugins/streams-plugin-cassandra/pom.xml
index 8009bfd..78ddf81 100644
--- a/streams-plugins/streams-plugin-cassandra/pom.xml
+++ b/streams-plugins/streams-plugin-cassandra/pom.xml
@@ -21,13 +21,13 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-plugin-cassandra</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.5-incubating</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-elasticsearch/pom.xml b/streams-plugins/streams-plugin-elasticsearch/pom.xml
index 7487745..1067b84 100644
--- a/streams-plugins/streams-plugin-elasticsearch/pom.xml
+++ b/streams-plugins/streams-plugin-elasticsearch/pom.xml
@@ -21,13 +21,13 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-plugin-elasticsearch</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.5-incubating</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-hbase/pom.xml b/streams-plugins/streams-plugin-hbase/pom.xml
index d521c88..b080a3d 100644
--- a/streams-plugins/streams-plugin-hbase/pom.xml
+++ b/streams-plugins/streams-plugin-hbase/pom.xml
@@ -21,13 +21,13 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-plugin-hbase</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.5-incubating</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-hive/pom.xml b/streams-plugins/streams-plugin-hive/pom.xml
index 7b9da30..492e062 100644
--- a/streams-plugins/streams-plugin-hive/pom.xml
+++ b/streams-plugins/streams-plugin-hive/pom.xml
@@ -21,13 +21,13 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-plugin-hive</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.5-incubating</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-pig/pom.xml b/streams-plugins/streams-plugin-pig/pom.xml
index f85d00e..ebd3616 100644
--- a/streams-plugins/streams-plugin-pig/pom.xml
+++ b/streams-plugins/streams-plugin-pig/pom.xml
@@ -21,13 +21,13 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-plugin-pig</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.5-incubating</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-pojo/pom.xml b/streams-plugins/streams-plugin-pojo/pom.xml
index 8d8df74..86bc717 100644
--- a/streams-plugins/streams-plugin-pojo/pom.xml
+++ b/streams-plugins/streams-plugin-pojo/pom.xml
@@ -22,13 +22,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.streams.plugins</groupId>
     <artifactId>streams-plugin-pojo</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.5-incubating</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-scala/pom.xml b/streams-plugins/streams-plugin-scala/pom.xml
index 70bd622..2ae583e 100644
--- a/streams-plugins/streams-plugin-scala/pom.xml
+++ b/streams-plugins/streams-plugin-scala/pom.xml
@@ -21,13 +21,13 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-plugin-scala</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.5-incubating</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <dependencies>
diff --git a/streams-pojo-extensions/pom.xml b/streams-pojo-extensions/pom.xml
index b717583..7dcc93f 100644
--- a/streams-pojo-extensions/pom.xml
+++ b/streams-pojo-extensions/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-project</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index cf75f12..e79b5bc 100644
--- a/streams-pojo/pom.xml
+++ b/streams-pojo/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-project</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-runtimes/pom.xml b/streams-runtimes/pom.xml
index 35749c9..42fbdfb 100644
--- a/streams-runtimes/pom.xml
+++ b/streams-runtimes/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-project</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-runtimes</artifactId>
diff --git a/streams-runtimes/streams-runtime-dropwizard/pom.xml b/streams-runtimes/streams-runtime-dropwizard/pom.xml
index 2cc6670..c61ae28 100644
--- a/streams-runtimes/streams-runtime-dropwizard/pom.xml
+++ b/streams-runtimes/streams-runtime-dropwizard/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-runtimes</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-runtime-dropwizard</artifactId>
diff --git a/streams-runtimes/streams-runtime-local/pom.xml b/streams-runtimes/streams-runtime-local/pom.xml
index df62f5b..cf5a1f8 100644
--- a/streams-runtimes/streams-runtime-local/pom.xml
+++ b/streams-runtimes/streams-runtime-local/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-runtimes</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-runtime-local</artifactId>
diff --git a/streams-schemas/pom.xml b/streams-schemas/pom.xml
index 1c6c933..8ff0daf 100644
--- a/streams-schemas/pom.xml
+++ b/streams-schemas/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-project</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-schemas</artifactId>
diff --git a/streams-schemas/streams-schema-activitystreams/pom.xml b/streams-schemas/streams-schema-activitystreams/pom.xml
index 59e2872..213255d 100644
--- a/streams-schemas/streams-schema-activitystreams/pom.xml
+++ b/streams-schemas/streams-schema-activitystreams/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-schemas</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-schema-activitystreams</artifactId>
diff --git a/streams-schemas/streams-schema-activitystreams2/pom.xml b/streams-schemas/streams-schema-activitystreams2/pom.xml
index ffcf604..3948ef4 100644
--- a/streams-schemas/streams-schema-activitystreams2/pom.xml
+++ b/streams-schemas/streams-schema-activitystreams2/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-schemas</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
 
     <artifactId>streams-schema-activitystreams2</artifactId>
diff --git a/streams-testing/pom.xml b/streams-testing/pom.xml
index e6221be..9416637 100644
--- a/streams-testing/pom.xml
+++ b/streams-testing/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-util/pom.xml b/streams-util/pom.xml
index ecf7dc3..803e3fa 100644
--- a/streams-util/pom.xml
+++ b/streams-util/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-verbs/pom.xml b/streams-verbs/pom.xml
index d23ee3c..2cb8b4a 100644
--- a/streams-verbs/pom.xml
+++ b/streams-verbs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-project</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>