[ 
https://issues.apache.org/jira/browse/STREAMS-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16528260#comment-16528260
 ] 

ASF GitHub Bot commented on STREAMS-609:
----------------------------------------

jfrazee closed pull request #454: STREAMS-609 Prepare for 0.6.1 development 
iteration
URL: https://github.com/apache/streams/pull/454
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index d98057dfe5..660aa39576 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.streams</groupId>
     <artifactId>apache-streams</artifactId>
-    <version>0.5.2-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
 
     <name>Apache Streams</name>
     <description>Apache Streams</description>
diff --git a/streams-components/pom.xml b/streams-components/pom.xml
index 5975b56c1c..92da5243c2 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 e19c068ef6..a597878553 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.2-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-components</artifactId>
-        <version>0.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/streams-components/streams-filters/pom.xml 
b/streams-components/streams-filters/pom.xml
index e484c14f87..1b216f7d06 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.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-components/streams-http/pom.xml 
b/streams-components/streams-http/pom.xml
index 054c5c4661..224e794df8 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.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-config/pom.xml b/streams-config/pom.xml
index 0c4d5c8569..7e788bf426 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-config</artifactId>
diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml
index 884545c573..e1a4ef73d3 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 1cddbfaa1c..266e9b3fa8 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 ca90ec1809..3f91d60bb6 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 25af921ab3..94eafebb5a 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 089aa6ad6b..c674d06a75 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 9fc9a1c991..ba794743a9 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 1f2ad84fcd..0fcd1e4796 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 5192bf5db7..d44386eea6 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 386f343b7c..0e8925e5f7 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 ad1ee167d5..131a2a450f 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 c2e8d948fd..0840ee2d59 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 d5f508cc2e..6532aa457a 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 937455df51..8b9f01623a 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 714bee8f20..6e44625ff8 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 becd92a9e0..193c944767 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.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</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 9d3b232326..9e8d7e8f74 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 f5cd0a234e..cdddc57584 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.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</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 9a211642a1..4cc3ca009d 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.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</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 9b729de3ee..66cabf4b73 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.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</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 52874de2c4..f46d221caf 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 691f9891d4..e8d1816f23 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 09672bd5e7..334d4b1819 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 d40cc3bea6..2e80e7f835 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 d2df101ba5..10738ec261 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 60160de170..1707e61ab5 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.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</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 b85026ec76..e751cde3ca 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 ec41788909..1b6945decb 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.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</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 0a0bd286d0..12228fb241 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 9f5030a806..b1e90c9f02 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 713374a31c..b7b640535d 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.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-core/pom.xml b/streams-core/pom.xml
index 6503b249bd..f5f0b950a8 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-core</artifactId>
diff --git a/streams-dist/pom.xml b/streams-dist/pom.xml
index 20c761ec45..70027f8ba0 100644
--- a/streams-dist/pom.xml
+++ b/streams-dist/pom.xml
@@ -15,15 +15,14 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<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>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>apache-streams</artifactId>
-        <version>0.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-examples/pom.xml b/streams-examples/pom.xml
index 27990fb695..eed864061f 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.streams.examples</groupId>
     <artifactId>streams-examples</artifactId>
-    <version>0.5.2-SNAPSHOT</version>
+    <version>0.6.1-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 c6aa35e14e..84cde915da 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 c462206e82..6439ee4df1 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 2783dfb4f9..6bab7e7641 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 9aa5318c92..c0d2a8fcbd 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 61d1573aa5..2e8644cc58 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 9987df3a66..637254b9bc 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 46da871807..248e6165be 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 4bfaac1682..4ba1937164 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 58ca6663e4..70f1e9e9dd 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-monitoring/pom.xml b/streams-monitoring/pom.xml
index 3195899093..b595a4a8d0 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-monitoring</artifactId>
diff --git a/streams-plugins/pom.xml b/streams-plugins/pom.xml
index 74ee9bfa97..34d92da58d 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 147ab7291b..c92941abb6 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.2-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-elasticsearch/pom.xml 
b/streams-plugins/streams-plugin-elasticsearch/pom.xml
index c6344e4c71..16dbb2abb0 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.2-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-hbase/pom.xml 
b/streams-plugins/streams-plugin-hbase/pom.xml
index 08bb801f33..c798acf67c 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.2-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-hive/pom.xml 
b/streams-plugins/streams-plugin-hive/pom.xml
index 7467b073ac..b1cf490860 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.2-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-pig/pom.xml 
b/streams-plugins/streams-plugin-pig/pom.xml
index a195acdd33..73d997a74b 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.2-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-pojo/pom.xml 
b/streams-plugins/streams-plugin-pojo/pom.xml
index 3d3fda7316..e4cf466c06 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.5.2-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/streams-plugins/streams-plugin-scala/pom.xml 
b/streams-plugins/streams-plugin-scala/pom.xml
index c1e545c5e9..af05d85081 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.2-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams.plugins</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
 
     <dependencies>
diff --git a/streams-pojo-extensions/pom.xml b/streams-pojo-extensions/pom.xml
index d649004ded..f34954db8e 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index ddabe697e6..eebc7747f2 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/streams-runtimes/pom.xml b/streams-runtimes/pom.xml
index 3d54be4c5c..c9453d706d 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 2b72a9a4bd..70641c8119 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.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-runtime-local</artifactId>
diff --git a/streams-schemas/pom.xml b/streams-schemas/pom.xml
index 1810ca0bef..99ec5d9061 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-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 34ccf2200c..a7dd3ee597 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.2-SNAPSHOT</version>
+        <version>0.6.1-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 9683385e40..09f6264713 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.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-schema-activitystreams2</artifactId>
diff --git a/streams-testing/pom.xml b/streams-testing/pom.xml
index a9354ca84c..50b8fde308 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-util/pom.xml b/streams-util/pom.xml
index ef21d70905..ef4a0a7cb0 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/streams-verbs/pom.xml b/streams-verbs/pom.xml
index 9fa8d7b4a9..e4076a841d 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.5.2-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Prepare for 0.6.1 development iteration
> ---------------------------------------
>
>                 Key: STREAMS-609
>                 URL: https://issues.apache.org/jira/browse/STREAMS-609
>             Project: Streams
>          Issue Type: Task
>            Reporter: Joey Frazee
>            Assignee: Joey Frazee
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to