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
commit 2dbc8d392a8ab9ffb25787301593e652b0b3af70 Author: sblackmon <[email protected]> AuthorDate: Fri Jan 19 14:19:52 2024 -0600 [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 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, 74 insertions(+), 74 deletions(-) diff --git a/pom.xml b/pom.xml index 6ce359b333..b1138287e3 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.streams</groupId> <artifactId>apache-streams</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <name>Apache Streams</name> <description>Apache Streams</description> @@ -48,7 +48,7 @@ <connection>scm:git:https://github.com/apache/streams</connection> <developerConnection>scm:git:[email protected]:apache/streams.git</developerConnection> <url>scm:git:[email protected]:apache/streams.git</url> - <tag>apache-streams-0.7.0-rc</tag> + <tag>HEAD</tag> </scm> <issueManagement> diff --git a/streams-cli/pom.xml b/streams-cli/pom.xml index 5f684be34b..e610c126f4 100644 --- a/streams-cli/pom.xml +++ b/streams-cli/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-streams</artifactId> <groupId>org.apache.streams</groupId> - <version>0.7.0</version> + <version>1.0.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 b9e591ad9a..fdc54eee01 100644 --- a/streams-components/pom.xml +++ b/streams-components/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-streams</artifactId> <groupId>org.apache.streams</groupId> - <version>0.7.0</version> + <version>1.0.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 da9a19792e..655fea5cf3 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.7.0</version> + <version>1.0.0-SNAPSHOT</version> <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-components</artifactId> - <version>0.7.0</version> + <version>1.0.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 87194a1a89..95fd4953d5 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.7.0</version> + <version>1.0.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 97ce07ca6d..abd58515b5 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.7.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-config/pom.xml b/streams-config/pom.xml index 3e78de0203..dd0a69c958 100644 --- a/streams-config/pom.xml +++ b/streams-config/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>apache-streams</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml index dea80d3b4f..bfdaa6d273 100644 --- a/streams-contrib/pom.xml +++ b/streams-contrib/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-streams</artifactId> <groupId>org.apache.streams</groupId> - <version>0.7.0</version> + <version>1.0.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 2ce4cd24b6..4bb69e3412 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.7.0</version> + <version>1.0.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 7fa1f41b55..a7826c2f32 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.7.0</version> + <version>1.0.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 1775a4cc2c..e49721748c 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.7.0</version> + <version>1.0.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 7005b4b363..f8731b8f9c 100644 --- a/streams-contrib/streams-persist-cassandra/pom.xml +++ b/streams-contrib/streams-persist-cassandra/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>streams-contrib</artifactId> <groupId>org.apache.streams</groupId> - <version>0.7.0</version> + <version>1.0.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 54d23298e2..fd8bbf8903 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.7.0</version> + <version>1.0.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 229dde6733..5fa78118f5 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.7.0</version> + <version>1.0.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 651540b9e7..6cd0301935 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.7.0</version> + <version>1.0.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 4e446e9a6a..a5902be263 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.7.0</version> + <version>1.0.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 7b6bbed3ea..4571f2d1c7 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.7.0</version> + <version>1.0.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 53860981ba..1264eaa660 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.7.0</version> + <version>1.0.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 ffc84a397e..9a21c261e3 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.7.0</version> + <version>1.0.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 2bfa092d62..f2ebb07a11 100644 --- a/streams-contrib/streams-persist-neo4j/pom.xml +++ b/streams-contrib/streams-persist-neo4j/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>streams-contrib</artifactId> <groupId>org.apache.streams</groupId> - <version>0.7.0</version> + <version>1.0.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 053a6831be..b695c62913 100644 --- a/streams-contrib/streams-persist-riak/pom.xml +++ b/streams-contrib/streams-persist-riak/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>streams-contrib</artifactId> <groupId>org.apache.streams</groupId> - <version>0.7.0</version> + <version>1.0.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 93f56d2359..9efffd58c6 100644 --- a/streams-contrib/streams-processor-fullcontact/pom.xml +++ b/streams-contrib/streams-processor-fullcontact/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.7.0</version> + <version>1.0.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 a74bcc67c0..c9b6461640 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.7.0</version> + <version>1.0.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 43a9398c2b..7243ece52f 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.7.0</version> + <version>1.0.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 ae3f056db9..8f6b592f11 100644 --- a/streams-contrib/streams-processor-peopledatalabs/pom.xml +++ b/streams-contrib/streams-processor-peopledatalabs/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.7.0</version> + <version>1.0.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 551851fe5e..e54e0b07e1 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.7.0</version> + <version>1.0.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 f3f07ff40b..40368d9718 100644 --- a/streams-contrib/streams-processor-pipl/pom.xml +++ b/streams-contrib/streams-processor-pipl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.7.0</version> + <version>1.0.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 65792d9f10..1a03958069 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.7.0</version> + <version>1.0.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 615e0f9efe..50ed5889b0 100644 --- a/streams-contrib/streams-processor-thedatagroup/pom.xml +++ b/streams-contrib/streams-processor-thedatagroup/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.7.0</version> + <version>1.0.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 fd5e4bae9f..f9318a1215 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.7.0</version> + <version>1.0.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 d44f59866d..2a807c123c 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.7.0</version> + <version>1.0.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 3e40ef956e..047882b1e2 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.7.0</version> + <version>1.0.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 757ed778f1..ca037b34c1 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.7.0</version> + <version>1.0.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 5c81d85cbb..490ca1a5fc 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.7.0</version> + <version>1.0.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 029d53e9aa..1bb4b86fa1 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.7.0</version> + <version>1.0.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 5cbdcb1d81..572c5ffa24 100644 --- a/streams-contrib/streams-provider-linkedin/pom.xml +++ b/streams-contrib/streams-provider-linkedin/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.7.0</version> + <version>1.0.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 a372a08fd5..579b1bf528 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.7.0</version> + <version>1.0.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 73f548a1d7..24fc7edf91 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.7.0</version> + <version>1.0.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 cfc8b53663..09ab698365 100644 --- a/streams-contrib/streams-provider-sprinklr/pom.xml +++ b/streams-contrib/streams-provider-sprinklr/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.7.0</version> + <version>1.0.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 0205e6a578..dfd6b44a0c 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.7.0</version> + <version>1.0.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 c8e60da95c..737de659ab 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.7.0</version> + <version>1.0.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>0.7.0</version> + <version>1.0.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 f21f45b094..4d0f87e471 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.7.0</version> + <version>1.0.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 ee02ed67c9..77716d27e9 100644 --- a/streams-core/pom.xml +++ b/streams-core/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-streams</artifactId> <groupId>org.apache.streams</groupId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-dist/pom.xml b/streams-dist/pom.xml index 0bfb3a10d3..c620b6bb75 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>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-monitoring/pom.xml b/streams-monitoring/pom.xml index 1ebed3b263..d890fb857b 100644 --- a/streams-monitoring/pom.xml +++ b/streams-monitoring/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>apache-streams</artifactId> <groupId>org.apache.streams</groupId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-plugins/pom.xml b/streams-plugins/pom.xml index 4640497fe0..212fb6493d 100644 --- a/streams-plugins/pom.xml +++ b/streams-plugins/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>apache-streams</artifactId> <groupId>org.apache.streams</groupId> - <version>0.7.0</version> + <version>1.0.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 484f599870..ebe7636899 100644 --- a/streams-plugins/streams-plugin-cassandra/pom.xml +++ b/streams-plugins/streams-plugin-cassandra/pom.xml @@ -21,13 +21,13 @@ <modelVersion>4.0.0</modelVersion> <artifactId>streams-plugin-cassandra</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.7.0</version> + <version>1.0.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 aae5dbece8..b408cfac89 100644 --- a/streams-plugins/streams-plugin-elasticsearch/pom.xml +++ b/streams-plugins/streams-plugin-elasticsearch/pom.xml @@ -21,13 +21,13 @@ <modelVersion>4.0.0</modelVersion> <artifactId>streams-plugin-elasticsearch</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.7.0</version> + <version>1.0.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 b8d2a490ef..c7bd7acbfb 100644 --- a/streams-plugins/streams-plugin-hbase/pom.xml +++ b/streams-plugins/streams-plugin-hbase/pom.xml @@ -21,13 +21,13 @@ <modelVersion>4.0.0</modelVersion> <artifactId>streams-plugin-hbase</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.7.0</version> + <version>1.0.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 d18fba960d..c0f0c17b3e 100644 --- a/streams-plugins/streams-plugin-hive/pom.xml +++ b/streams-plugins/streams-plugin-hive/pom.xml @@ -21,13 +21,13 @@ <modelVersion>4.0.0</modelVersion> <artifactId>streams-plugin-hive</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.7.0</version> + <version>1.0.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 22d6e7ea69..9422736912 100644 --- a/streams-plugins/streams-plugin-pig/pom.xml +++ b/streams-plugins/streams-plugin-pig/pom.xml @@ -21,13 +21,13 @@ <modelVersion>4.0.0</modelVersion> <artifactId>streams-plugin-pig</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.7.0</version> + <version>1.0.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 08d126a7a9..dee6843f21 100644 --- a/streams-plugins/streams-plugin-pojo/pom.xml +++ b/streams-plugins/streams-plugin-pojo/pom.xml @@ -21,13 +21,13 @@ <modelVersion>4.0.0</modelVersion> <artifactId>streams-plugin-pojo</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.7.0</version> + <version>1.0.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 576880190a..02453cb22a 100644 --- a/streams-plugins/streams-plugin-scala/pom.xml +++ b/streams-plugins/streams-plugin-scala/pom.xml @@ -21,13 +21,13 @@ <modelVersion>4.0.0</modelVersion> <artifactId>streams-plugin-scala</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-pojo-extensions/pom.xml b/streams-pojo-extensions/pom.xml index 8dfa8cf823..407a2d8074 100644 --- a/streams-pojo-extensions/pom.xml +++ b/streams-pojo-extensions/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>apache-streams</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml index c84ac68f41..f85aa7d5c5 100644 --- a/streams-pojo/pom.xml +++ b/streams-pojo/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>apache-streams</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-runtimes/pom.xml b/streams-runtimes/pom.xml index 533f0ffc28..647f1c9ce1 100644 --- a/streams-runtimes/pom.xml +++ b/streams-runtimes/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>apache-streams</artifactId> - <version>0.7.0</version> + <version>1.0.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 7a47eb791f..b448a9f664 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.7.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-schemas/pom.xml b/streams-schemas/pom.xml index c52d5603b2..f273113b31 100644 --- a/streams-schemas/pom.xml +++ b/streams-schemas/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>apache-streams</artifactId> - <version>0.7.0</version> + <version>1.0.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 db7c93accd..51b4c542ed 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.7.0</version> + <version>1.0.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 f679f97252..5039d4966a 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.7.0</version> + <version>1.0.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 69bd066278..06d63dab00 100644 --- a/streams-schemas/streams-schema-jsonschemaorg/pom.xml +++ b/streams-schemas/streams-schema-jsonschemaorg/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-schemas</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-testing/pom.xml b/streams-testing/pom.xml index c2333f8d83..58686b93cb 100644 --- a/streams-testing/pom.xml +++ b/streams-testing/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-streams</artifactId> <groupId>org.apache.streams</groupId> - <version>0.7.0</version> + <version>1.0.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 4768395a3b..7cd9e59a57 100644 --- a/streams-util/pom.xml +++ b/streams-util/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-streams</artifactId> <groupId>org.apache.streams</groupId> - <version>0.7.0</version> + <version>1.0.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 211da8e3a0..89d281f1d6 100644 --- a/streams-verbs/pom.xml +++ b/streams-verbs/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>apache-streams</artifactId> - <version>0.7.0</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>
