You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2014/03/20 02:34:38 UTC

git commit: changing snapshot version to test with downstream builds

Repository: incubator-streams
Updated Branches:
  refs/heads/STREAMS-26 81478217f -> 2ec7fe8cf


changing snapshot version to test with downstream builds


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

Branch: refs/heads/STREAMS-26
Commit: 2ec7fe8cfcfd69b83e0f163362fc681c3bb80017
Parents: 8147821
Author: Steve Blackmon <sb...@w2odigital.com>
Authored: Wed Mar 19 20:33:34 2014 -0500
Committer: Steve Blackmon <sb...@w2odigital.com>
Committed: Wed Mar 19 20:33:34 2014 -0500

----------------------------------------------------------------------
 pom.xml                                         |  2 +-
 poms/compiled/pom.xml                           |  2 +-
 poms/pom.xml                                    |  2 +-
 poms/wrappers/pom.xml                           |  2 +-
 provision/pom.xml                               |  2 +-
 streams-cassandra/pom.xml                       |  2 +-
 streams-config-graph/pom.xml                    |  2 +-
 streams-config/pom.xml                          |  2 +-
 streams-contrib/pom.xml                         |  2 +-
 streams-contrib/streams-components-test/pom.xml |  4 +-
 .../streams-components-test.iml                 | 43 +++-----------------
 streams-contrib/streams-persist-console/pom.xml |  6 +--
 .../streams-persist-elasticsearch/pom.xml       | 10 ++---
 streams-contrib/streams-persist-hdfs/pom.xml    | 10 ++---
 streams-contrib/streams-persist-kafka/pom.xml   | 10 ++---
 streams-contrib/streams-persist-mongo/pom.xml   | 10 ++---
 .../streams-provider-datasift/pom.xml           |  2 +-
 .../streams-provider-facebook/pom.xml           |  2 +-
 .../gnip-edc-facebook/pom.xml                   |  6 +--
 .../gnip-edc-flickr/pom.xml                     |  4 +-
 .../gnip-edc-googleplus/pom.xml                 |  6 +--
 .../gnip-edc-instagram/pom.xml                  |  2 +-
 .../gnip-edc-reddit/pom.xml                     |  6 +--
 .../gnip-edc-youtube/pom.xml                    |  4 +-
 .../gnip-powertrack/pom.xml                     |  2 +-
 streams-contrib/streams-provider-gnip/pom.xml   |  2 +-
 .../streams-provider-moreover/pom.xml           |  2 +-
 streams-contrib/streams-provider-rss/pom.xml    |  4 +-
 .../streams-provider-sysomos/pom.xml            |  2 +-
 .../streams-provider-twitter/pom.xml            |  2 +-
 streams-core/pom.xml                            |  2 +-
 streams-eip-routes/pom.xml                      |  2 +-
 .../activity-consumer/pom.xml                   |  4 +-
 .../activity-registration/pom.xml               |  2 +-
 .../activity-subscriber/pom.xml                 |  2 +-
 streams-osgi-components/pom.xml                 |  2 +-
 .../streams-components-all/pom.xml              |  2 +-
 streams-pojo-extensions/pom.xml                 |  4 +-
 streams-pojo/pom.xml                            |  2 +-
 streams-storm/pom.xml                           | 10 ++---
 streams-util/pom.xml                            |  2 +-
 streams-web/pom.xml                             |  2 +-
 42 files changed, 80 insertions(+), 113 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 42d067d..1fec2b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.streams</groupId>
     <artifactId>streams-project</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
 
     <name>Apache Streams Project</name>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/poms/compiled/pom.xml
----------------------------------------------------------------------
diff --git a/poms/compiled/pom.xml b/poms/compiled/pom.xml
index ca176d2..a7bfe6f 100644
--- a/poms/compiled/pom.xml
+++ b/poms/compiled/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.streams.build</groupId>
     <artifactId>shared-plugin-settings</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
   </parent>
 
   <artifactId>compiled-bundle-settings</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/poms/pom.xml
----------------------------------------------------------------------
diff --git a/poms/pom.xml b/poms/pom.xml
index 321beee..f722997 100644
--- a/poms/pom.xml
+++ b/poms/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.streams</groupId>
     <artifactId>streams-project</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.streams.build</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/poms/wrappers/pom.xml
----------------------------------------------------------------------
diff --git a/poms/wrappers/pom.xml b/poms/wrappers/pom.xml
index 5c83d59..dd14544 100644
--- a/poms/wrappers/pom.xml
+++ b/poms/wrappers/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.streams.build</groupId>
     <artifactId>shared-plugin-settings</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
   </parent>
 
   <artifactId>wrapper-bundle-settings</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/provision/pom.xml
----------------------------------------------------------------------
diff --git a/provision/pom.xml b/provision/pom.xml
index 2b66e2e..f0e7979 100644
--- a/provision/pom.xml
+++ b/provision/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.streams</groupId>
     <artifactId>streams-project</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.streams.build</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/streams-cassandra/pom.xml b/streams-cassandra/pom.xml
index 4837649..53d158a 100644
--- a/streams-cassandra/pom.xml
+++ b/streams-cassandra/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-project</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-cassandra</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-config-graph/pom.xml
----------------------------------------------------------------------
diff --git a/streams-config-graph/pom.xml b/streams-config-graph/pom.xml
index d4a3dbb..8ec62c3 100644
--- a/streams-config-graph/pom.xml
+++ b/streams-config-graph/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-project</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-config-graph</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-config/pom.xml
----------------------------------------------------------------------
diff --git a/streams-config/pom.xml b/streams-config/pom.xml
index a8cdd9a..59b725c 100644
--- a/streams-config/pom.xml
+++ b/streams-config/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-project</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-config</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml
index 37ee3b7..896bb9b 100644
--- a/streams-contrib/pom.xml
+++ b/streams-contrib/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/streams-components-test/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-components-test/pom.xml b/streams-contrib/streams-components-test/pom.xml
index 88973ba..c63385e 100644
--- a/streams-contrib/streams-components-test/pom.xml
+++ b/streams-contrib/streams-components-test/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -16,7 +16,7 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/streams-components-test/streams-components-test.iml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-components-test/streams-components-test.iml b/streams-contrib/streams-components-test/streams-components-test.iml
index 7bc994e..fbec879 100644
--- a/streams-contrib/streams-components-test/streams-components-test.iml
+++ b/streams-contrib/streams-components-test/streams-components-test.iml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
   <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
-    <output url="file://$MAVEN_REPOSITORY$/org/apache/streams/streams-master/0.2-incubating-SNAPSHOT/target/classes" />
-    <output-test url="file://$MAVEN_REPOSITORY$/org/apache/streams/streams-master/0.2-incubating-SNAPSHOT/target/test-classes" />
+    <output url="file://$MODULE_DIR$/target/classes" />
+    <output-test url="file://$MODULE_DIR$/target/test-classes" />
     <content url="file://$MODULE_DIR$">
       <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
       <sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
@@ -10,45 +10,12 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="streams-core" />
-    <orderEntry type="library" name="Maven: joda-time:joda-time:2.2" level="project" />
-    <orderEntry type="module" module-name="streams-util" />
-    <orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.1" level="project" />
-    <orderEntry type="library" name="Maven: com.google.guava:guava:16.0.1" level="project" />
+    <orderEntry type="module" module-name="streams-core (1)" />
+    <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
+    <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
     <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.6" level="project" />
     <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.0.9" level="project" />
     <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.0.9" level="project" />
-    <orderEntry type="module" module-name="streams-pojo" />
-    <orderEntry type="library" name="Maven: org.jsonschema2pojo:jsonschema2pojo-core:0.4.0" level="project" />
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.2.1" level="project" />
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.2.1" level="project" />
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.2.1" level="project" />
-    <orderEntry type="library" name="Maven: com.sun.codemodel:codemodel:2.6" level="project" />
-    <orderEntry type="library" name="Maven: commons-lang:commons-lang:2.6" level="project" />
-    <orderEntry type="library" name="Maven: javax.validation:validation-api:1.0.0.GA" level="project" />
-    <orderEntry type="library" name="Maven: org.codehaus.jackson:jackson-mapper-asl:1.9.11" level="project" />
-    <orderEntry type="library" name="Maven: org.codehaus.jackson:jackson-core-asl:1.9.11" level="project" />
-    <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.2.4" level="project" />
-    <orderEntry type="library" name="Maven: com.google.code.findbugs:annotations:1.3.9" level="project" />
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.2.1" level="project" />
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.2.1" level="project" />
-    <orderEntry type="library" name="Maven: org.codehaus.woodstox:stax2-api:3.1.1" level="project" />
-    <orderEntry type="library" name="Maven: javax.xml.stream:stax-api:1.0-2" level="project" />
-    <orderEntry type="library" name="Maven: com.fasterxml:jackson-xml-databind:0.5.0" level="project" />
-    <orderEntry type="library" name="Maven: org.codehaus.jackson:jackson-xc:1.7.0" level="project" />
-    <orderEntry type="library" name="Maven: com.fasterxml:aalto-xml:0.9.9" level="project" />
-    <orderEntry type="library" name="Maven: nz.net.ultraq.jaxb:jaxb-utilities:1.2.6" level="project" />
-    <orderEntry type="library" name="Maven: com.sun.xml.bind:jaxb-impl:2.2.7" level="project" />
-    <orderEntry type="library" name="Maven: com.sun.xml.bind:jaxb-core:2.2.7" level="project" />
-    <orderEntry type="library" name="Maven: javax.xml.bind:jaxb-api:2.2.7" level="project" />
-    <orderEntry type="library" name="Maven: com.sun.istack:istack-commons-runtime:2.16" level="project" />
-    <orderEntry type="library" name="Maven: com.sun.xml.fastinfoset:FastInfoset:1.2.12" level="project" />
-    <orderEntry type="library" name="Maven: javax.xml.bind:jsr173_api:1.0" level="project" />
-    <orderEntry type="library" name="Maven: commons-io:commons-io:2.4" level="project" />
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.2.1" level="project" />
-    <orderEntry type="library" name="Maven: org.json:json:20090211" level="project" />
-    <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
-    <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
   </component>
   <component name="POM File Configuration" pomFile="" />
 </module>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/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 c7f2cd3..c10a830 100644
--- a/streams-contrib/streams-persist-console/pom.xml
+++ b/streams-contrib/streams-persist-console/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -15,12 +15,12 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-pojo</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/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 a7a4979..cb321f3 100644
--- a/streams-contrib/streams-persist-elasticsearch/pom.xml
+++ b/streams-contrib/streams-persist-elasticsearch/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -15,22 +15,22 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-config</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-pojo</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-util</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.elasticsearch</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/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 40e73a5..45dcc32 100644
--- a/streams-contrib/streams-persist-hdfs/pom.xml
+++ b/streams-contrib/streams-persist-hdfs/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -15,22 +15,22 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-config</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-pojo</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-util</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.hadoop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/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 f4fcaea..eb519f4 100644
--- a/streams-contrib/streams-persist-kafka/pom.xml
+++ b/streams-contrib/streams-persist-kafka/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -15,22 +15,22 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-config</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-pojo</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-util</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.kafka</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/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 a209acb..0e99483 100644
--- a/streams-contrib/streams-persist-mongo/pom.xml
+++ b/streams-contrib/streams-persist-mongo/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -15,22 +15,22 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-config</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-pojo</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-util</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.mongodb</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/streams-provider-datasift/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-datasift/pom.xml b/streams-contrib/streams-provider-datasift/pom.xml
index b49db93..dff9c98 100644
--- a/streams-contrib/streams-provider-datasift/pom.xml
+++ b/streams-contrib/streams-provider-datasift/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/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 bda986b..3d511bf 100644
--- a/streams-contrib/streams-provider-facebook/pom.xml
+++ b/streams-contrib/streams-provider-facebook/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>streams-contrib</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-provider-facebook</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml b/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
index 39befa4..add41af 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>streams-provider-gnip</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -48,12 +48,12 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-provider-facebook</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>gnip-powertrack</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml b/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml
index f56f9cc..9496f13 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>streams-provider-gnip</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>gnip-powertrack</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml b/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
index 9933f57..2f1d900 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-provider-gnip</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -67,13 +67,13 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-pojo</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>gnip-powertrack</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml b/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml
index fd50125..cde8a5a 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-provider-gnip</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml b/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
index d74def2..de63e03 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-provider-gnip</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -65,13 +65,13 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-pojo</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>gnip-powertrack</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
 
     </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
index 1acaae6..db8a69b 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>streams-provider-gnip</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>gnip-powertrack</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml b/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
index 57578f0..0399392 100644
--- a/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-provider-gnip</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-contrib/streams-provider-gnip/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/pom.xml b/streams-contrib/streams-provider-gnip/pom.xml
index 68d6591..00b983a 100644
--- a/streams-contrib/streams-provider-gnip/pom.xml
+++ b/streams-contrib/streams-provider-gnip/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/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 521a865..d038dd2 100644
--- a/streams-contrib/streams-provider-moreover/pom.xml
+++ b/streams-contrib/streams-provider-moreover/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/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 ae2d00f..a919dad 100644
--- a/streams-contrib/streams-provider-rss/pom.xml
+++ b/streams-contrib/streams-provider-rss/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-persist-console</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/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 5a42b17..32e320e 100644
--- a/streams-contrib/streams-provider-sysomos/pom.xml
+++ b/streams-contrib/streams-provider-sysomos/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/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 9a12bbc..76ae5f7 100644
--- a/streams-contrib/streams-provider-twitter/pom.xml
+++ b/streams-contrib/streams-provider-twitter/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-contrib</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-core/pom.xml
----------------------------------------------------------------------
diff --git a/streams-core/pom.xml b/streams-core/pom.xml
index 7f22cb1..e46d109 100644
--- a/streams-core/pom.xml
+++ b/streams-core/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-eip-routes/pom.xml
----------------------------------------------------------------------
diff --git a/streams-eip-routes/pom.xml b/streams-eip-routes/pom.xml
index 78d0767..a4f4e10 100644
--- a/streams-eip-routes/pom.xml
+++ b/streams-eip-routes/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.streams</groupId>
     <artifactId>streams-project</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
   </parent>
 
   <artifactId>streams-eip-routes</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-osgi-components/activity-consumer/pom.xml
----------------------------------------------------------------------
diff --git a/streams-osgi-components/activity-consumer/pom.xml b/streams-osgi-components/activity-consumer/pom.xml
index aa03c47..98b28f8 100644
--- a/streams-osgi-components/activity-consumer/pom.xml
+++ b/streams-osgi-components/activity-consumer/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.streams.osgi.components</groupId>
     <artifactId>streams-osgi-components</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
   </parent>
 
   <artifactId>activity-consumer</artifactId>
@@ -142,7 +142,7 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-cassandra</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
 
     </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-osgi-components/activity-registration/pom.xml
----------------------------------------------------------------------
diff --git a/streams-osgi-components/activity-registration/pom.xml b/streams-osgi-components/activity-registration/pom.xml
index 9ab8a74..aee2d05 100644
--- a/streams-osgi-components/activity-registration/pom.xml
+++ b/streams-osgi-components/activity-registration/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.streams.osgi.components</groupId>
     <artifactId>streams-osgi-components</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
   </parent>
 
   <artifactId>activity-registration</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-osgi-components/activity-subscriber/pom.xml
----------------------------------------------------------------------
diff --git a/streams-osgi-components/activity-subscriber/pom.xml b/streams-osgi-components/activity-subscriber/pom.xml
index 367fee7..8d072a3 100644
--- a/streams-osgi-components/activity-subscriber/pom.xml
+++ b/streams-osgi-components/activity-subscriber/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.streams.osgi.components</groupId>
     <artifactId>streams-osgi-components</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
   </parent>
 
   <artifactId>activity-subscriber</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-osgi-components/pom.xml
----------------------------------------------------------------------
diff --git a/streams-osgi-components/pom.xml b/streams-osgi-components/pom.xml
index d7f68cd..a4eae29 100644
--- a/streams-osgi-components/pom.xml
+++ b/streams-osgi-components/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.streams</groupId>
     <artifactId>streams-project</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.streams.osgi.components</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-osgi-components/streams-components-all/pom.xml
----------------------------------------------------------------------
diff --git a/streams-osgi-components/streams-components-all/pom.xml b/streams-osgi-components/streams-components-all/pom.xml
index 7fb055c..c89fe96 100644
--- a/streams-osgi-components/streams-components-all/pom.xml
+++ b/streams-osgi-components/streams-components-all/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.streams.osgi.components</groupId>
     <artifactId>streams-osgi-components</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
   </parent>
 
   <artifactId>streams-components-all</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-pojo-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/streams-pojo-extensions/pom.xml b/streams-pojo-extensions/pom.xml
index 85796dd..aadc4e8 100644
--- a/streams-pojo-extensions/pom.xml
+++ b/streams-pojo-extensions/pom.xml
@@ -23,14 +23,14 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-project</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>streams-pojo-extensions</artifactId>
 
     <properties>
-    <streams.version>0.1-SNAPSHOT</streams.version>
+    <streams.version>0.1.STREAMS26-SNAPSHOT</streams.version>
     </properties>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-pojo/pom.xml
----------------------------------------------------------------------
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index 082e481..be4c510 100644
--- a/streams-pojo/pom.xml
+++ b/streams-pojo/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-project</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-storm/pom.xml
----------------------------------------------------------------------
diff --git a/streams-storm/pom.xml b/streams-storm/pom.xml
index fb8f8a2..bcfabad 100644
--- a/streams-storm/pom.xml
+++ b/streams-storm/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-storm</artifactId>
@@ -32,22 +32,22 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-config</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-config-graph</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-util</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.STREAMS26-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-util/pom.xml
----------------------------------------------------------------------
diff --git a/streams-util/pom.xml b/streams-util/pom.xml
index cd6d031..4ab7a1a 100644
--- a/streams-util/pom.xml
+++ b/streams-util/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.STREAMS26-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2ec7fe8c/streams-web/pom.xml
----------------------------------------------------------------------
diff --git a/streams-web/pom.xml b/streams-web/pom.xml
index 2a44e43..09ad06b 100644
--- a/streams-web/pom.xml
+++ b/streams-web/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>streams-project</artifactId>
     <groupId>org.apache.streams</groupId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.STREAMS26-SNAPSHOT</version>
   </parent>
   <artifactId>streams-web</artifactId>
   <packaging>war</packaging>