You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sm...@apache.org on 2016/10/27 03:10:29 UTC

incubator-streams git commit: revert the project version back to '0.4-incubating-SNAPSHOT'

Repository: incubator-streams
Updated Branches:
  refs/heads/master 2daa1b430 -> cf8fdf744


revert the project version back to '0.4-incubating-SNAPSHOT'


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/cf8fdf74
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/cf8fdf74
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/cf8fdf74

Branch: refs/heads/master
Commit: cf8fdf744a2e1d4a705ff72e705e53f1d39bd8b5
Parents: 2daa1b4
Author: smarthi <sm...@apache.org>
Authored: Wed Oct 26 23:10:01 2016 -0400
Committer: smarthi <sm...@apache.org>
Committed: Wed Oct 26 23:10:01 2016 -0400

----------------------------------------------------------------------
 pom.xml                                                          | 4 ++--
 streams-components/pom.xml                                       | 2 +-
 streams-components/streams-converters/pom.xml                    | 4 ++--
 streams-components/streams-filters/pom.xml                       | 2 +-
 streams-components/streams-http/pom.xml                          | 2 +-
 streams-config/pom.xml                                           | 2 +-
 streams-contrib/pom.xml                                          | 2 +-
 streams-contrib/streams-amazon-aws/pom.xml                       | 2 +-
 .../streams-amazon-aws/streams-persist-kinesis/pom.xml           | 2 +-
 streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml    | 2 +-
 streams-contrib/streams-persist-console/pom.xml                  | 2 +-
 streams-contrib/streams-persist-elasticsearch/pom.xml            | 2 +-
 streams-contrib/streams-persist-filebuffer/pom.xml               | 2 +-
 streams-contrib/streams-persist-graph/pom.xml                    | 2 +-
 streams-contrib/streams-persist-hbase/pom.xml                    | 2 +-
 streams-contrib/streams-persist-hdfs/pom.xml                     | 2 +-
 streams-contrib/streams-persist-kafka/pom.xml                    | 2 +-
 streams-contrib/streams-persist-mongo/pom.xml                    | 2 +-
 streams-contrib/streams-processor-jackson/pom.xml                | 2 +-
 streams-contrib/streams-processor-json/pom.xml                   | 2 +-
 streams-contrib/streams-processor-peoplepattern/pom.xml          | 2 +-
 streams-contrib/streams-processor-regex/pom.xml                  | 2 +-
 streams-contrib/streams-processor-urls/pom.xml                   | 2 +-
 streams-contrib/streams-provider-facebook/pom.xml                | 2 +-
 streams-contrib/streams-provider-google/google-gmail/pom.xml     | 2 +-
 streams-contrib/streams-provider-google/google-gplus/pom.xml     | 2 +-
 streams-contrib/streams-provider-google/pom.xml                  | 2 +-
 streams-contrib/streams-provider-instagram/pom.xml               | 2 +-
 streams-contrib/streams-provider-moreover/pom.xml                | 2 +-
 streams-contrib/streams-provider-rss/pom.xml                     | 2 +-
 streams-contrib/streams-provider-sysomos/pom.xml                 | 2 +-
 streams-contrib/streams-provider-twitter/pom.xml                 | 2 +-
 streams-contrib/streams-provider-youtube/pom.xml                 | 2 +-
 streams-core/pom.xml                                             | 2 +-
 streams-monitoring/pom.xml                                       | 2 +-
 streams-plugins/pom.xml                                          | 2 +-
 streams-plugins/streams-plugin-cassandra/pom.xml                 | 4 ++--
 streams-plugins/streams-plugin-elasticsearch/pom.xml             | 4 ++--
 streams-plugins/streams-plugin-hbase/pom.xml                     | 4 ++--
 streams-plugins/streams-plugin-hive/pom.xml                      | 4 ++--
 streams-plugins/streams-plugin-pig/pom.xml                       | 4 ++--
 streams-plugins/streams-plugin-pojo/pom.xml                      | 4 ++--
 streams-plugins/streams-plugin-scala/pom.xml                     | 4 ++--
 streams-pojo-extensions/pom.xml                                  | 2 +-
 streams-pojo/pom.xml                                             | 2 +-
 streams-runtimes/pom.xml                                         | 2 +-
 streams-runtimes/streams-runtime-dropwizard/pom.xml              | 2 +-
 streams-runtimes/streams-runtime-local/pom.xml                   | 2 +-
 streams-runtimes/streams-runtime-pig/pom.xml                     | 2 +-
 streams-schemas/pom.xml                                          | 2 +-
 streams-schemas/streams-schema-activitystreams/pom.xml           | 2 +-
 streams-schemas/streams-schema-activitystreams2/pom.xml          | 2 +-
 streams-testing/pom.xml                                          | 2 +-
 streams-util/pom.xml                                             | 2 +-
 streams-verbs/pom.xml                                            | 2 +-
 55 files changed, 64 insertions(+), 64 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bd9481f..4da52ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-master</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.streams</groupId>
     <artifactId>streams-project</artifactId>
-  <version>0.5-incubating-SNAPSHOT</version>
+  <version>0.4-incubating-SNAPSHOT</version>
 
     <name>Apache Streams Project</name>
     <description>Apache Streams Project</description>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-components/pom.xml
----------------------------------------------------------------------
diff --git a/streams-components/pom.xml b/streams-components/pom.xml
index bc6f65e..6cd56b7 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-components/streams-converters/pom.xml
----------------------------------------------------------------------
diff --git a/streams-components/streams-converters/pom.xml b/streams-components/streams-converters/pom.xml
index c68cfae..6d71abc 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.4-incubating-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-components</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-components/streams-filters/pom.xml
----------------------------------------------------------------------
diff --git a/streams-components/streams-filters/pom.xml b/streams-components/streams-filters/pom.xml
index 8ea6477..7266bbf 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.4-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-components/streams-http/pom.xml
----------------------------------------------------------------------
diff --git a/streams-components/streams-http/pom.xml b/streams-components/streams-http/pom.xml
index 659530b..088e013 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.4-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-config/pom.xml
----------------------------------------------------------------------
diff --git a/streams-config/pom.xml b/streams-config/pom.xml
index 2069489..a70cc0c 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-config</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml
index 71b9a39..b50f440 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-contrib</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-amazon-aws/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-amazon-aws/pom.xml b/streams-contrib/streams-amazon-aws/pom.xml
index 812ff4b..6d1aaae 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-amazon-aws/streams-persist-kinesis/pom.xml
----------------------------------------------------------------------
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 baa4b97..d8a66ab 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
----------------------------------------------------------------------
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 5151d9d..d11b758 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-persist-console/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-console/pom.xml b/streams-contrib/streams-persist-console/pom.xml
index e9a3e1b..8dd6742 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-persist-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-elasticsearch/pom.xml b/streams-contrib/streams-persist-elasticsearch/pom.xml
index d179965..e135e9d 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-persist-filebuffer/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-filebuffer/pom.xml b/streams-contrib/streams-persist-filebuffer/pom.xml
index 2baef27..ebc6d1c 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-persist-graph/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-graph/pom.xml b/streams-contrib/streams-persist-graph/pom.xml
index a5fe203..35abaaf 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-persist-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hbase/pom.xml b/streams-contrib/streams-persist-hbase/pom.xml
index d097a6a..62584b8 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-persist-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hdfs/pom.xml b/streams-contrib/streams-persist-hdfs/pom.xml
index 3a722cf..902cf5c 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-persist-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-kafka/pom.xml b/streams-contrib/streams-persist-kafka/pom.xml
index 4bdb8f2..cb18957 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-persist-mongo/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-mongo/pom.xml b/streams-contrib/streams-persist-mongo/pom.xml
index e81a367..15b6c69 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-processor-jackson/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-jackson/pom.xml b/streams-contrib/streams-processor-jackson/pom.xml
index 76796ea..9d6d246 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-jackson</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-processor-json/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-json/pom.xml b/streams-contrib/streams-processor-json/pom.xml
index 562a1b9..bd79a73 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-json</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-processor-peoplepattern/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-peoplepattern/pom.xml b/streams-contrib/streams-processor-peoplepattern/pom.xml
index 8d010e6..d0d79fc 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-peoplepattern</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-processor-regex/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-regex/pom.xml b/streams-contrib/streams-processor-regex/pom.xml
index 2bb911c..650fcb8 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-regex</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-processor-urls/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-urls/pom.xml b/streams-contrib/streams-processor-urls/pom.xml
index c6a1408..e2de004 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-processor-urls</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-provider-facebook/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-facebook/pom.xml b/streams-contrib/streams-provider-facebook/pom.xml
index 02729a7..4803ce2 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-provider-facebook</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-provider-google/google-gmail/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gmail/pom.xml b/streams-contrib/streams-provider-google/google-gmail/pom.xml
index 77807b6..ee1c6d8 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>google-gmail</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-provider-google/google-gplus/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gplus/pom.xml b/streams-contrib/streams-provider-google/google-gplus/pom.xml
index cfdba45..1856ff9 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>google-gplus</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-provider-google/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/pom.xml b/streams-contrib/streams-provider-google/pom.xml
index 0520e60..fc681f4 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-provider-google</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-provider-instagram/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-instagram/pom.xml b/streams-contrib/streams-provider-instagram/pom.xml
index 4ef4469..d27e161 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-provider-instagram</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-provider-moreover/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-moreover/pom.xml b/streams-contrib/streams-provider-moreover/pom.xml
index 4ae9993..fbc7d2d 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-provider-moreover</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-provider-rss/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-rss/pom.xml b/streams-contrib/streams-provider-rss/pom.xml
index 032585d..3ba12b4 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-provider-rss</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-provider-sysomos/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-sysomos/pom.xml b/streams-contrib/streams-provider-sysomos/pom.xml
index 724ee19..fadbd91 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-provider-sysomos</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-provider-twitter/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-twitter/pom.xml b/streams-contrib/streams-provider-twitter/pom.xml
index e16cee2..7ec0908 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-contrib/streams-provider-youtube/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-youtube/pom.xml b/streams-contrib/streams-provider-youtube/pom.xml
index 92ab036..037d4b6 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-core/pom.xml
----------------------------------------------------------------------
diff --git a/streams-core/pom.xml b/streams-core/pom.xml
index 7bf5efe..1d7ca9e 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-monitoring/pom.xml
----------------------------------------------------------------------
diff --git a/streams-monitoring/pom.xml b/streams-monitoring/pom.xml
index 85e53f4..c26794b 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-monitoring</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/streams-plugins/pom.xml b/streams-plugins/pom.xml
index 75825e0..44487a0 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.4-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-plugins/streams-plugin-cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/streams-plugins/streams-plugin-cassandra/pom.xml b/streams-plugins/streams-plugin-cassandra/pom.xml
index f13df92..0f26368 100644
--- a/streams-plugins/streams-plugin-cassandra/pom.xml
+++ b/streams-plugins/streams-plugin-cassandra/pom.xml
@@ -22,13 +22,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.streams.plugins</groupId>
     <artifactId>streams-plugin-cassandra</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.4-incubating-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-plugins/streams-plugin-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/streams-plugins/streams-plugin-elasticsearch/pom.xml b/streams-plugins/streams-plugin-elasticsearch/pom.xml
index 65a6f4e..90fdb6a 100644
--- a/streams-plugins/streams-plugin-elasticsearch/pom.xml
+++ b/streams-plugins/streams-plugin-elasticsearch/pom.xml
@@ -22,13 +22,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.streams.plugins</groupId>
     <artifactId>streams-plugin-elasticsearch</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.4-incubating-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-plugins/streams-plugin-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/streams-plugins/streams-plugin-hbase/pom.xml b/streams-plugins/streams-plugin-hbase/pom.xml
index 547ff23..4e354ab 100644
--- a/streams-plugins/streams-plugin-hbase/pom.xml
+++ b/streams-plugins/streams-plugin-hbase/pom.xml
@@ -22,13 +22,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.streams.plugins</groupId>
     <artifactId>streams-plugin-hbase</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.4-incubating-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-plugins/streams-plugin-hive/pom.xml
----------------------------------------------------------------------
diff --git a/streams-plugins/streams-plugin-hive/pom.xml b/streams-plugins/streams-plugin-hive/pom.xml
index 470d449..a494b41 100644
--- a/streams-plugins/streams-plugin-hive/pom.xml
+++ b/streams-plugins/streams-plugin-hive/pom.xml
@@ -22,13 +22,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.streams.plugins</groupId>
     <artifactId>streams-plugin-hive</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.4-incubating-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-plugins/streams-plugin-pig/pom.xml
----------------------------------------------------------------------
diff --git a/streams-plugins/streams-plugin-pig/pom.xml b/streams-plugins/streams-plugin-pig/pom.xml
index f5b7283..474ade9 100644
--- a/streams-plugins/streams-plugin-pig/pom.xml
+++ b/streams-plugins/streams-plugin-pig/pom.xml
@@ -22,13 +22,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.streams.plugins</groupId>
     <artifactId>streams-plugin-pig</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.4-incubating-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-plugins/streams-plugin-pojo/pom.xml
----------------------------------------------------------------------
diff --git a/streams-plugins/streams-plugin-pojo/pom.xml b/streams-plugins/streams-plugin-pojo/pom.xml
index 91e34d5..9b03997 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.4-incubating-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-plugins/streams-plugin-scala/pom.xml
----------------------------------------------------------------------
diff --git a/streams-plugins/streams-plugin-scala/pom.xml b/streams-plugins/streams-plugin-scala/pom.xml
index 205e760..e0a6d97 100644
--- a/streams-plugins/streams-plugin-scala/pom.xml
+++ b/streams-plugins/streams-plugin-scala/pom.xml
@@ -22,13 +22,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.streams.plugins</groupId>
     <artifactId>streams-plugin-scala</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.4-incubating-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-plugins</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-pojo-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/streams-pojo-extensions/pom.xml b/streams-pojo-extensions/pom.xml
index ace795a..caef3a3 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.4-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-pojo/pom.xml
----------------------------------------------------------------------
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index 57f5f61..24a379f 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.4-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-runtimes/pom.xml
----------------------------------------------------------------------
diff --git a/streams-runtimes/pom.xml b/streams-runtimes/pom.xml
index cdf1561..ed18c65 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-runtimes</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-runtimes/streams-runtime-dropwizard/pom.xml
----------------------------------------------------------------------
diff --git a/streams-runtimes/streams-runtime-dropwizard/pom.xml b/streams-runtimes/streams-runtime-dropwizard/pom.xml
index d04d8fb..a476de0 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-runtime-dropwizard</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-runtimes/streams-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/streams-runtimes/streams-runtime-local/pom.xml b/streams-runtimes/streams-runtime-local/pom.xml
index 404db72..55b78ce 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-runtime-local</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-runtimes/streams-runtime-pig/pom.xml
----------------------------------------------------------------------
diff --git a/streams-runtimes/streams-runtime-pig/pom.xml b/streams-runtimes/streams-runtime-pig/pom.xml
index 2b3ee83..900cebe 100644
--- a/streams-runtimes/streams-runtime-pig/pom.xml
+++ b/streams-runtimes/streams-runtime-pig/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>streams-runtimes</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.4-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>streams-runtime-pig</artifactId>
     <name>${project.artifactId}</name>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-schemas/pom.xml
----------------------------------------------------------------------
diff --git a/streams-schemas/pom.xml b/streams-schemas/pom.xml
index 1c6c933..3c67afa 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-schemas</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-schemas/streams-schema-activitystreams/pom.xml
----------------------------------------------------------------------
diff --git a/streams-schemas/streams-schema-activitystreams/pom.xml b/streams-schemas/streams-schema-activitystreams/pom.xml
index 422665b..376758d 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-schema-activitystreams</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-schemas/streams-schema-activitystreams2/pom.xml
----------------------------------------------------------------------
diff --git a/streams-schemas/streams-schema-activitystreams2/pom.xml b/streams-schemas/streams-schema-activitystreams2/pom.xml
index ffcf604..9125187 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.4-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-schema-activitystreams2</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-testing/pom.xml
----------------------------------------------------------------------
diff --git a/streams-testing/pom.xml b/streams-testing/pom.xml
index e6221be..4c06a92 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-util/pom.xml
----------------------------------------------------------------------
diff --git a/streams-util/pom.xml b/streams-util/pom.xml
index 4e1c849..42ff80b 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.4-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cf8fdf74/streams-verbs/pom.xml
----------------------------------------------------------------------
diff --git a/streams-verbs/pom.xml b/streams-verbs/pom.xml
index 13055cc..e91608d 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.4-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>