This is an automated email from the ASF dual-hosted git repository.
sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git
The following commit(s) were added to refs/heads/master by this push:
new d95d0b0759 reset snapshot version back to 0.8.0-SNAPSHOT
d95d0b0759 is described below
commit d95d0b0759128b63a64703305cb922e55606eed4
Author: Steve Blackmon <[email protected]>
AuthorDate: Fri Feb 9 09:33:41 2024 -0600
reset snapshot version back to 0.8.0-SNAPSHOT
jumping to 1.0.0-SNAPSHOT was premature
---
pom.xml | 2 +-
streams-cli/pom.xml | 2 +-
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-contrib/streams-amazon-aws/streams-persist-kinesis/pom.xml | 2 +-
streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml | 2 +-
streams-contrib/streams-persist-cassandra/pom.xml | 2 +-
streams-contrib/streams-persist-console/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-persist-neo4j/pom.xml | 2 +-
streams-contrib/streams-persist-riak/pom.xml | 2 +-
streams-contrib/streams-processor-fullcontact/pom.xml | 2 +-
streams-contrib/streams-processor-jackson/pom.xml | 2 +-
streams-contrib/streams-processor-json/pom.xml | 2 +-
streams-contrib/streams-processor-peopledatalabs/pom.xml | 2 +-
streams-contrib/streams-processor-peoplepattern/pom.xml | 2 +-
streams-contrib/streams-processor-pipl/pom.xml | 2 +-
streams-contrib/streams-processor-regex/pom.xml | 2 +-
streams-contrib/streams-processor-thedatagroup/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-linkedin/pom.xml | 2 +-
streams-contrib/streams-provider-moreover/pom.xml | 2 +-
streams-contrib/streams-provider-rss/pom.xml | 2 +-
streams-contrib/streams-provider-sprinklr/pom.xml | 2 +-
streams-contrib/streams-provider-sysomos/pom.xml | 2 +-
streams-contrib/streams-provider-twitter/pom.xml | 4 ++--
streams-contrib/streams-provider-youtube/pom.xml | 2 +-
streams-core/pom.xml | 2 +-
streams-dist/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-local/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-schemas/streams-schema-jsonschemaorg/pom.xml | 2 +-
streams-testing/pom.xml | 2 +-
streams-util/pom.xml | 2 +-
streams-verbs/pom.xml | 2 +-
64 files changed, 73 insertions(+), 73 deletions(-)
diff --git a/pom.xml b/pom.xml
index 13b75bffaa..028f9cda2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.streams</groupId>
<artifactId>apache-streams</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<name>Apache Streams</name>
<description>Apache Streams</description>
diff --git a/streams-cli/pom.xml b/streams-cli/pom.xml
index 72ad1bea29..2909234d8d 100644
--- a/streams-cli/pom.xml
+++ b/streams-cli/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>apache-streams</artifactId>
<groupId>org.apache.streams</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-components/pom.xml b/streams-components/pom.xml
index fdc54eee01..dcdf88790a 100644
--- a/streams-components/pom.xml
+++ b/streams-components/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>apache-streams</artifactId>
<groupId>org.apache.streams</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-components/streams-converters/pom.xml
b/streams-components/streams-converters/pom.xml
index 655fea5cf3..1a768da864 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>streams-components</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-components/streams-filters/pom.xml
b/streams-components/streams-filters/pom.xml
index 95fd4953d5..da63c94be4 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-components/streams-http/pom.xml
b/streams-components/streams-http/pom.xml
index abd58515b5..1f467beb28 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-config/pom.xml b/streams-config/pom.xml
index 912e4575f8..841d3047ed 100644
--- a/streams-config/pom.xml
+++ b/streams-config/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>apache-streams</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml
index bfdaa6d273..b3b307aaf4 100644
--- a/streams-contrib/pom.xml
+++ b/streams-contrib/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>apache-streams</artifactId>
<groupId>org.apache.streams</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-amazon-aws/pom.xml
b/streams-contrib/streams-amazon-aws/pom.xml
index 4bb69e3412..c4f1a7e143 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/pom.xml
b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/pom.xml
index a7826c2f32..83ca659310 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
b/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
index e49721748c..7828f3ac05 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-persist-cassandra/pom.xml
b/streams-contrib/streams-persist-cassandra/pom.xml
index f8731b8f9c..699038034b 100644
--- a/streams-contrib/streams-persist-cassandra/pom.xml
+++ b/streams-contrib/streams-persist-cassandra/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>streams-contrib</artifactId>
<groupId>org.apache.streams</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-persist-console/pom.xml
b/streams-contrib/streams-persist-console/pom.xml
index fd8bbf8903..35292390a8 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-persist-filebuffer/pom.xml
b/streams-contrib/streams-persist-filebuffer/pom.xml
index 5fa78118f5..0dd3d6347c 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-persist-graph/pom.xml
b/streams-contrib/streams-persist-graph/pom.xml
index 6cd0301935..b49c6b358d 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-persist-hbase/pom.xml
b/streams-contrib/streams-persist-hbase/pom.xml
index a5902be263..158c913610 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-persist-hdfs/pom.xml
b/streams-contrib/streams-persist-hdfs/pom.xml
index 4571f2d1c7..610aaa8baf 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-persist-kafka/pom.xml
b/streams-contrib/streams-persist-kafka/pom.xml
index 1264eaa660..3387ea1a1c 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-persist-mongo/pom.xml
b/streams-contrib/streams-persist-mongo/pom.xml
index 9a21c261e3..d6c9f3789d 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-persist-neo4j/pom.xml
b/streams-contrib/streams-persist-neo4j/pom.xml
index f2ebb07a11..259979820a 100644
--- a/streams-contrib/streams-persist-neo4j/pom.xml
+++ b/streams-contrib/streams-persist-neo4j/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>streams-contrib</artifactId>
<groupId>org.apache.streams</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-persist-riak/pom.xml
b/streams-contrib/streams-persist-riak/pom.xml
index b695c62913..a1dbc57537 100644
--- a/streams-contrib/streams-persist-riak/pom.xml
+++ b/streams-contrib/streams-persist-riak/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>streams-contrib</artifactId>
<groupId>org.apache.streams</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-processor-fullcontact/pom.xml
b/streams-contrib/streams-processor-fullcontact/pom.xml
index 9efffd58c6..15159982f6 100644
--- a/streams-contrib/streams-processor-fullcontact/pom.xml
+++ b/streams-contrib/streams-processor-fullcontact/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>streams-contrib</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-processor-jackson/pom.xml
b/streams-contrib/streams-processor-jackson/pom.xml
index c9b6461640..ef60216236 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-processor-json/pom.xml
b/streams-contrib/streams-processor-json/pom.xml
index 7243ece52f..e35a954e8c 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-processor-peopledatalabs/pom.xml
b/streams-contrib/streams-processor-peopledatalabs/pom.xml
index 8f6b592f11..f298f55042 100644
--- a/streams-contrib/streams-processor-peopledatalabs/pom.xml
+++ b/streams-contrib/streams-processor-peopledatalabs/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>streams-contrib</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-processor-peoplepattern/pom.xml
b/streams-contrib/streams-processor-peoplepattern/pom.xml
index e54e0b07e1..0047781c38 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-processor-pipl/pom.xml
b/streams-contrib/streams-processor-pipl/pom.xml
index 40368d9718..7d303e410f 100644
--- a/streams-contrib/streams-processor-pipl/pom.xml
+++ b/streams-contrib/streams-processor-pipl/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>streams-contrib</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-processor-regex/pom.xml
b/streams-contrib/streams-processor-regex/pom.xml
index 1a03958069..1301a307b2 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-processor-thedatagroup/pom.xml
b/streams-contrib/streams-processor-thedatagroup/pom.xml
index 50ed5889b0..a363a71530 100644
--- a/streams-contrib/streams-processor-thedatagroup/pom.xml
+++ b/streams-contrib/streams-processor-thedatagroup/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>streams-contrib</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-processor-urls/pom.xml
b/streams-contrib/streams-processor-urls/pom.xml
index f9318a1215..3e6c628233 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-provider-facebook/pom.xml
b/streams-contrib/streams-provider-facebook/pom.xml
index 2a807c123c..062a08199c 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-provider-google/google-gmail/pom.xml
b/streams-contrib/streams-provider-google/google-gmail/pom.xml
index 047882b1e2..b7223def0d 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-provider-google/google-gplus/pom.xml
b/streams-contrib/streams-provider-google/google-gplus/pom.xml
index ca037b34c1..80b2cd645d 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-provider-google/pom.xml
b/streams-contrib/streams-provider-google/pom.xml
index 490ca1a5fc..ac935d24f6 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-provider-instagram/pom.xml
b/streams-contrib/streams-provider-instagram/pom.xml
index 1bb4b86fa1..86ffc1c856 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-provider-linkedin/pom.xml
b/streams-contrib/streams-provider-linkedin/pom.xml
index 572c5ffa24..99336419cf 100644
--- a/streams-contrib/streams-provider-linkedin/pom.xml
+++ b/streams-contrib/streams-provider-linkedin/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>streams-contrib</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-contrib/streams-provider-moreover/pom.xml
b/streams-contrib/streams-provider-moreover/pom.xml
index 579b1bf528..57174c7a6e 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-provider-rss/pom.xml
b/streams-contrib/streams-provider-rss/pom.xml
index 24fc7edf91..7da9e56154 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-provider-sprinklr/pom.xml
b/streams-contrib/streams-provider-sprinklr/pom.xml
index 09ab698365..5d08688d0d 100644
--- a/streams-contrib/streams-provider-sprinklr/pom.xml
+++ b/streams-contrib/streams-provider-sprinklr/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>streams-contrib</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-provider-sysomos/pom.xml
b/streams-contrib/streams-provider-sysomos/pom.xml
index dfd6b44a0c..433e7124a5 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-contrib/streams-provider-twitter/pom.xml
b/streams-contrib/streams-provider-twitter/pom.xml
index 737de659ab..bc84d8a4ad 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -160,7 +160,7 @@
<dependency>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-pojo</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>
diff --git a/streams-contrib/streams-provider-youtube/pom.xml
b/streams-contrib/streams-provider-youtube/pom.xml
index 4d0f87e471..fe551e1fcf 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-core/pom.xml b/streams-core/pom.xml
index 77716d27e9..e0856f7c8d 100644
--- a/streams-core/pom.xml
+++ b/streams-core/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>apache-streams</artifactId>
<groupId>org.apache.streams</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-dist/pom.xml b/streams-dist/pom.xml
index c620b6bb75..531cbeb97e 100644
--- a/streams-dist/pom.xml
+++ b/streams-dist/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>apache-streams</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-monitoring/pom.xml b/streams-monitoring/pom.xml
index d890fb857b..8185ce05db 100644
--- a/streams-monitoring/pom.xml
+++ b/streams-monitoring/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>apache-streams</artifactId>
<groupId>org.apache.streams</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-plugins/pom.xml b/streams-plugins/pom.xml
index 212fb6493d..8103b1a184 100644
--- a/streams-plugins/pom.xml
+++ b/streams-plugins/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>apache-streams</artifactId>
<groupId>org.apache.streams</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-plugins/streams-plugin-cassandra/pom.xml
b/streams-plugins/streams-plugin-cassandra/pom.xml
index ebe7636899..bb771d70f9 100644
--- a/streams-plugins/streams-plugin-cassandra/pom.xml
+++ b/streams-plugins/streams-plugin-cassandra/pom.xml
@@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-plugin-cassandra</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<parent>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-plugins/streams-plugin-elasticsearch/pom.xml
b/streams-plugins/streams-plugin-elasticsearch/pom.xml
index b408cfac89..fd65d70dc3 100644
--- a/streams-plugins/streams-plugin-elasticsearch/pom.xml
+++ b/streams-plugins/streams-plugin-elasticsearch/pom.xml
@@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-plugin-elasticsearch</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<parent>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-plugins/streams-plugin-hbase/pom.xml
b/streams-plugins/streams-plugin-hbase/pom.xml
index c7bd7acbfb..1a64d02cb0 100644
--- a/streams-plugins/streams-plugin-hbase/pom.xml
+++ b/streams-plugins/streams-plugin-hbase/pom.xml
@@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-plugin-hbase</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<parent>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-plugins/streams-plugin-hive/pom.xml
b/streams-plugins/streams-plugin-hive/pom.xml
index c0f0c17b3e..90b680a2c1 100644
--- a/streams-plugins/streams-plugin-hive/pom.xml
+++ b/streams-plugins/streams-plugin-hive/pom.xml
@@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-plugin-hive</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<parent>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-plugins/streams-plugin-pig/pom.xml
b/streams-plugins/streams-plugin-pig/pom.xml
index 9422736912..cd80aa3901 100644
--- a/streams-plugins/streams-plugin-pig/pom.xml
+++ b/streams-plugins/streams-plugin-pig/pom.xml
@@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-plugin-pig</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<parent>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-plugins/streams-plugin-pojo/pom.xml
b/streams-plugins/streams-plugin-pojo/pom.xml
index 01d88b98c4..a5ce97d639 100644
--- a/streams-plugins/streams-plugin-pojo/pom.xml
+++ b/streams-plugins/streams-plugin-pojo/pom.xml
@@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-plugin-pojo</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<parent>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-plugins/streams-plugin-scala/pom.xml
b/streams-plugins/streams-plugin-scala/pom.xml
index 02453cb22a..47755a960f 100644
--- a/streams-plugins/streams-plugin-scala/pom.xml
+++ b/streams-plugins/streams-plugin-scala/pom.xml
@@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-plugin-scala</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<parent>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugins</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-pojo-extensions/pom.xml b/streams-pojo-extensions/pom.xml
index 407a2d8074..ade8f45ff7 100644
--- a/streams-pojo-extensions/pom.xml
+++ b/streams-pojo-extensions/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>apache-streams</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index 00704e1f61..06028e9115 100644
--- a/streams-pojo/pom.xml
+++ b/streams-pojo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>apache-streams</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-runtimes/pom.xml b/streams-runtimes/pom.xml
index 647f1c9ce1..e7dcd1dda9 100644
--- a/streams-runtimes/pom.xml
+++ b/streams-runtimes/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>apache-streams</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-runtimes/streams-runtime-local/pom.xml
b/streams-runtimes/streams-runtime-local/pom.xml
index b448a9f664..d15a60b1df 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-schemas/pom.xml b/streams-schemas/pom.xml
index e7d95e1103..728d4e0eeb 100644
--- a/streams-schemas/pom.xml
+++ b/streams-schemas/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>apache-streams</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-schemas/streams-schema-activitystreams/pom.xml
b/streams-schemas/streams-schema-activitystreams/pom.xml
index d266f07d3d..bf1330eddc 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-schemas/streams-schema-activitystreams2/pom.xml
b/streams-schemas/streams-schema-activitystreams2/pom.xml
index 5039d4966a..3b5d534453 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>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-schemas/streams-schema-jsonschemaorg/pom.xml
b/streams-schemas/streams-schema-jsonschemaorg/pom.xml
index 0acb97bfb6..b77b8fafb5 100644
--- a/streams-schemas/streams-schema-jsonschemaorg/pom.xml
+++ b/streams-schemas/streams-schema-jsonschemaorg/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>streams-schemas</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/streams-testing/pom.xml b/streams-testing/pom.xml
index 58686b93cb..f3826f297c 100644
--- a/streams-testing/pom.xml
+++ b/streams-testing/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>apache-streams</artifactId>
<groupId>org.apache.streams</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-util/pom.xml b/streams-util/pom.xml
index 7cd9e59a57..20c7e943b9 100644
--- a/streams-util/pom.xml
+++ b/streams-util/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>apache-streams</artifactId>
<groupId>org.apache.streams</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/streams-verbs/pom.xml b/streams-verbs/pom.xml
index 89d281f1d6..f73afbcf7c 100644
--- a/streams-verbs/pom.xml
+++ b/streams-verbs/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>apache-streams</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>