[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 1a9070e..4d6d38d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.streams</groupId>
     <artifactId>apache-streams</artifactId>
-    <version>0.6.1</version>
+    <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
 
     <name>Apache Streams</name>
     <description>Apache Streams</description>
@@ -48,7 +48,7 @@
         <connection>scm:git:https://github.com/apache/streams</connection>
         <developerConnection>scm:git:git@github.com:apache/streams.git</developerConnection>
         <url>scm:git:git@github.com:apache/streams.git</url>
-        <tag>streams-project-0.6.1</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <issueManagement>
diff --git a/streams-cli/pom.xml b/streams-cli/pom.xml
index 86804be..fb4a345 100644
--- a/streams-cli/pom.xml
+++ b/streams-cli/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>apache-streams</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-components/pom.xml b/streams-components/pom.xml
index bc8a5db..88daa84 100644
--- a/streams-components/pom.xml
+++ b/streams-components/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>apache-streams</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-components/streams-converters/pom.xml b/streams-components/streams-converters/pom.xml
index 06a7650..c2f0eb8 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.6.1</version>
+    <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-components</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/streams-components/streams-filters/pom.xml b/streams-components/streams-filters/pom.xml
index 40af1a0..9945e52 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-components/streams-http/pom.xml b/streams-components/streams-http/pom.xml
index ff21a16..69172d9 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-config/pom.xml b/streams-config/pom.xml
index 2ef0bbc..43db687 100644
--- a/streams-config/pom.xml
+++ b/streams-config/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>apache-streams</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-config</artifactId>
diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml
index bdec724..c2eaa3f 100644
--- a/streams-contrib/pom.xml
+++ b/streams-contrib/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-streams</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 cd56d5b..f17f2c2 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 c9c5b71..e52ed07 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 c49a97f..10ff14c 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 1dc3ab6..080cb0e 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 8c1b234..8877156 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 51e66c1..c0fa3e2 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 627a894..ad80d2c 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 c58b835d..276bdf4 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 708cf71..0d88f82 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 9718447..c734232 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 2662f0f..7eb12be 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 3283832..75c9d18 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 89242ac..fd1647a 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 1be5453..fb6aded 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-processor-fullcontact/pom.xml b/streams-contrib/streams-processor-fullcontact/pom.xml
index a44ede1..4cac33c 100644
--- a/streams-contrib/streams-processor-fullcontact/pom.xml
+++ b/streams-contrib/streams-processor-fullcontact/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-fullcontact</artifactId>
diff --git a/streams-contrib/streams-processor-jackson/pom.xml b/streams-contrib/streams-processor-jackson/pom.xml
index 8c3b570..9377850 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 ebd5835..6932d89 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-json</artifactId>
diff --git a/streams-contrib/streams-processor-peopledatalabs/pom.xml b/streams-contrib/streams-processor-peopledatalabs/pom.xml
index f956faa..4b79aeb 100644
--- a/streams-contrib/streams-processor-peopledatalabs/pom.xml
+++ b/streams-contrib/streams-processor-peopledatalabs/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-peopledatalabs</artifactId>
diff --git a/streams-contrib/streams-processor-peoplepattern/pom.xml b/streams-contrib/streams-processor-peoplepattern/pom.xml
index 7a1ba11..0653326 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-peoplepattern</artifactId>
diff --git a/streams-contrib/streams-processor-pipl/pom.xml b/streams-contrib/streams-processor-pipl/pom.xml
index 34ca142..c644668 100644
--- a/streams-contrib/streams-processor-pipl/pom.xml
+++ b/streams-contrib/streams-processor-pipl/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-pipl</artifactId>
diff --git a/streams-contrib/streams-processor-regex/pom.xml b/streams-contrib/streams-processor-regex/pom.xml
index c3d2193..8854943 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-regex</artifactId>
diff --git a/streams-contrib/streams-processor-thedatagroup/pom.xml b/streams-contrib/streams-processor-thedatagroup/pom.xml
index 50eb092f..1a1fc20 100644
--- a/streams-contrib/streams-processor-thedatagroup/pom.xml
+++ b/streams-contrib/streams-processor-thedatagroup/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-thedatagroup</artifactId>
diff --git a/streams-contrib/streams-processor-urls/pom.xml b/streams-contrib/streams-processor-urls/pom.xml
index 4a6851c..b5f3eb9 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 e3ce21f..d69a5ae 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 29f97a3..917e0b9 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-provider-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 e45ac6e..422754c 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-provider-google-gplus</artifactId>
diff --git a/streams-contrib/streams-provider-google/pom.xml b/streams-contrib/streams-provider-google/pom.xml
index 247408a..ce8428b 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 69d0e86..9c3bf59 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-provider-instagram</artifactId>
diff --git a/streams-contrib/streams-provider-linkedin/pom.xml b/streams-contrib/streams-provider-linkedin/pom.xml
index 7ba1e62..cea66d8 100644
--- a/streams-contrib/streams-provider-linkedin/pom.xml
+++ b/streams-contrib/streams-provider-linkedin/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-contrib/streams-provider-moreover/pom.xml b/streams-contrib/streams-provider-moreover/pom.xml
index 7329167..5fc01e2 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 5aaed8e..bf6b8c8 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-provider-rss</artifactId>
diff --git a/streams-contrib/streams-provider-sprinklr/pom.xml b/streams-contrib/streams-provider-sprinklr/pom.xml
index 67cd2fa..2e076ed 100644
--- a/streams-contrib/streams-provider-sprinklr/pom.xml
+++ b/streams-contrib/streams-provider-sprinklr/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-provider-sprinklr</artifactId>
diff --git a/streams-contrib/streams-provider-sysomos/pom.xml b/streams-contrib/streams-provider-sysomos/pom.xml
index ba6dbb7..de2c6da 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 e6027e7..9e9a790 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 b1db252..09af6d0 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-core/pom.xml b/streams-core/pom.xml
index 3c9d983..514f691 100644
--- a/streams-core/pom.xml
+++ b/streams-core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-streams</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-core</artifactId>
diff --git a/streams-dist/pom.xml b/streams-dist/pom.xml
index dba108a..edc1990 100644
--- a/streams-dist/pom.xml
+++ b/streams-dist/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>apache-streams</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-examples/pom.xml b/streams-examples/pom.xml
index 6c1a9e1..040b4e9 100644
--- a/streams-examples/pom.xml
+++ b/streams-examples/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <artifactId>apache-streams</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.streams.examples</groupId>
     <artifactId>streams-examples</artifactId>
-    <version>0.6.1</version>
+    <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>streams-examples</name>
diff --git a/streams-examples/streams-examples-flink/flink-twitter-collection/pom.xml b/streams-examples/streams-examples-flink/flink-twitter-collection/pom.xml
index 006583a..58413a7 100644
--- a/streams-examples/streams-examples-flink/flink-twitter-collection/pom.xml
+++ b/streams-examples/streams-examples-flink/flink-twitter-collection/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams.examples</groupId>
         <artifactId>streams-examples-flink</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/streams-examples/streams-examples-flink/pom.xml b/streams-examples/streams-examples-flink/pom.xml
index 25a467a..5704b40 100644
--- a/streams-examples/streams-examples-flink/pom.xml
+++ b/streams-examples/streams-examples-flink/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>streams-examples</artifactId>
         <groupId>org.apache.streams.examples</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-examples/streams-examples-local/elasticsearch-hdfs/pom.xml b/streams-examples/streams-examples-local/elasticsearch-hdfs/pom.xml
index 550bcd2..902a962 100644
--- a/streams-examples/streams-examples-local/elasticsearch-hdfs/pom.xml
+++ b/streams-examples/streams-examples-local/elasticsearch-hdfs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams.examples</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/streams-examples/streams-examples-local/elasticsearch-reindex/pom.xml b/streams-examples/streams-examples-local/elasticsearch-reindex/pom.xml
index 912a7ff..b1fef21 100644
--- a/streams-examples/streams-examples-local/elasticsearch-reindex/pom.xml
+++ b/streams-examples/streams-examples-local/elasticsearch-reindex/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams.examples</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/streams-examples/streams-examples-local/mongo-elasticsearch-sync/pom.xml b/streams-examples/streams-examples-local/mongo-elasticsearch-sync/pom.xml
index 1dca17a..f36e262 100644
--- a/streams-examples/streams-examples-local/mongo-elasticsearch-sync/pom.xml
+++ b/streams-examples/streams-examples-local/mongo-elasticsearch-sync/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams.examples</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/streams-examples/streams-examples-local/pom.xml b/streams-examples/streams-examples-local/pom.xml
index 3690575..c821feb 100644
--- a/streams-examples/streams-examples-local/pom.xml
+++ b/streams-examples/streams-examples-local/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>streams-examples</artifactId>
         <groupId>org.apache.streams.examples</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-examples/streams-examples-local/twitter-follow-neo4j/pom.xml b/streams-examples/streams-examples-local/twitter-follow-neo4j/pom.xml
index 3a6a891..c5faeb8 100644
--- a/streams-examples/streams-examples-local/twitter-follow-neo4j/pom.xml
+++ b/streams-examples/streams-examples-local/twitter-follow-neo4j/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams.examples</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/streams-examples/streams-examples-local/twitter-history-elasticsearch/pom.xml b/streams-examples/streams-examples-local/twitter-history-elasticsearch/pom.xml
index dba5989..998fc26 100644
--- a/streams-examples/streams-examples-local/twitter-history-elasticsearch/pom.xml
+++ b/streams-examples/streams-examples-local/twitter-history-elasticsearch/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams.examples</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-examples/streams-examples-local/twitter-userstream-elasticsearch/pom.xml b/streams-examples/streams-examples-local/twitter-userstream-elasticsearch/pom.xml
index fb4feea..b36f78c 100644
--- a/streams-examples/streams-examples-local/twitter-userstream-elasticsearch/pom.xml
+++ b/streams-examples/streams-examples-local/twitter-userstream-elasticsearch/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams.examples</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-monitoring/pom.xml b/streams-monitoring/pom.xml
index 33b014d..97a78a0 100644
--- a/streams-monitoring/pom.xml
+++ b/streams-monitoring/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-streams</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-monitoring</artifactId>
diff --git a/streams-plugins/pom.xml b/streams-plugins/pom.xml
index 7c14567..76b9091 100644
--- a/streams-plugins/pom.xml
+++ b/streams-plugins/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-streams</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 e824fc8..3f215de 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.6.1</version>
+    <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-elasticsearch/pom.xml b/streams-plugins/streams-plugin-elasticsearch/pom.xml
index 8377987..3004fa4 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.6.1</version>
+    <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-hbase/pom.xml b/streams-plugins/streams-plugin-hbase/pom.xml
index 6e9a30e..84b8232 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.6.1</version>
+    <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-hive/pom.xml b/streams-plugins/streams-plugin-hive/pom.xml
index b006709..ed8012a 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.6.1</version>
+    <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-pig/pom.xml b/streams-plugins/streams-plugin-pig/pom.xml
index 8c66678..720df40 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.6.1</version>
+    <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-pojo/pom.xml b/streams-plugins/streams-plugin-pojo/pom.xml
index 622daac..3c10718 100644
--- a/streams-plugins/streams-plugin-pojo/pom.xml
+++ b/streams-plugins/streams-plugin-pojo/pom.xml
@@ -21,13 +21,13 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-plugin-pojo</artifactId>
-    <version>0.6.1</version>
+    <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-scala/pom.xml b/streams-plugins/streams-plugin-scala/pom.xml
index 108e957..e70f79e 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.6.1</version>
+    <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/streams-pojo-extensions/pom.xml b/streams-pojo-extensions/pom.xml
index 9d9366d..a413a42 100644
--- a/streams-pojo-extensions/pom.xml
+++ b/streams-pojo-extensions/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>apache-streams</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index f5519bb..6e41daa 100644
--- a/streams-pojo/pom.xml
+++ b/streams-pojo/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>apache-streams</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-runtimes/pom.xml b/streams-runtimes/pom.xml
index f6d7d4b..57f4bb4 100644
--- a/streams-runtimes/pom.xml
+++ b/streams-runtimes/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>apache-streams</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-runtimes</artifactId>
diff --git a/streams-runtimes/streams-runtime-local/pom.xml b/streams-runtimes/streams-runtime-local/pom.xml
index 40a808b..3f0c7bb 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-runtime-local</artifactId>
diff --git a/streams-schemas/pom.xml b/streams-schemas/pom.xml
index 6517799..8d60599 100644
--- a/streams-schemas/pom.xml
+++ b/streams-schemas/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>apache-streams</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 a360465..936c095 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</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 73d0354..2e7109f 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.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-schema-activitystreams2</artifactId>
diff --git a/streams-schemas/streams-schema-jsonschemaorg/pom.xml b/streams-schemas/streams-schema-jsonschemaorg/pom.xml
index 98086b8..a547ce8 100644
--- a/streams-schemas/streams-schema-jsonschemaorg/pom.xml
+++ b/streams-schemas/streams-schema-jsonschemaorg/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-schemas</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-schema-jsonschemaorg</artifactId>
diff --git a/streams-testing/pom.xml b/streams-testing/pom.xml
index ab212a5..c0219a7 100644
--- a/streams-testing/pom.xml
+++ b/streams-testing/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>apache-streams</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-util/pom.xml b/streams-util/pom.xml
index 0af0b2b..6aca49a 100644
--- a/streams-util/pom.xml
+++ b/streams-util/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>apache-streams</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-verbs/pom.xml b/streams-verbs/pom.xml
index 2a323d7..b66ecbd 100644
--- a/streams-verbs/pom.xml
+++ b/streams-verbs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>apache-streams</artifactId>
-        <version>0.6.1</version>
+        <version>0.6.2-SNAPSHOT-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>