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 f4b3158c81 Revert "[maven-release-plugin] prepare for next development iteration" f4b3158c81 is described below commit f4b3158c81ec9c96d4947d8e9b5de16d46fe38f4 Author: sblackmon <sblack...@apache.org> AuthorDate: Fri Jan 19 13:23:20 2024 -0600 Revert "[maven-release-plugin] prepare for next development iteration" This reverts commit 9037718cd7cd2ab7cfea219d728322cbedb0db7c. --- 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 a4a7c35031..11ef2fce99 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.streams</groupId> <artifactId>apache-streams</artifactId> - <version>0.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <name>Apache Streams</name> <description>Apache Streams</description> diff --git a/streams-cli/pom.xml b/streams-cli/pom.xml index e093b56520..322b701aef 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 9c1b28b982..4cb3ffaee6 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 aa4d5f0162..c5a984d13a 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-components</artifactId> - <version>0.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-components/streams-filters/pom.xml b/streams-components/streams-filters/pom.xml index a388ab15ff..4daa86fcb9 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-components/streams-http/pom.xml b/streams-components/streams-http/pom.xml index f20baa8ea8..8a91416653 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-config/pom.xml b/streams-config/pom.xml index 892a010c0f..0e2c13ae7e 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml index 0d77796cae..8e9e21284d 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 87235c959a..1d2efbc69f 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 a09f6ecd26..2a1798c00c 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 2c200c5f66..2357c0cab2 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 585feb8a1e..d088efb6ce 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 57f90e8576..37c5dd6727 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 80193a5721..accd2d282e 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 782a7a90f2..7d6591d2a8 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 ae5b3ae7a9..56e0f4b455 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 47204b6683..ed3704e50a 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 062f7aeec8..a518fe6ba4 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 4ded5424c0..0c16627c4f 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 639c63ab57..6c3b6e8e23 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 6273d535ee..1632edf663 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 d89983fbb6..cec86ab8e5 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 efb3a101e2..cb7eefcb40 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 7e4142c76a..eb200ea887 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 1047fadf0b..c2c81b5a50 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 7e4e853a36..9d8a0a3dc5 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 8e965fa202..bf7d3d069e 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 fbb54d8e5e..99cefe4d78 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 cc93c6bba9..25eede0a15 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 29c3ea2900..296a25c127 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 e9e096cc43..673909ab64 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 258a12a588..2ad8f324aa 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 78b0255903..2291f66045 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 4486c0b7bb..e0d662c10a 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 f7ed8a4dc9..a0b634bffe 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 78028b5098..286b59bfd9 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 9daa9ab365..22c1ca12c9 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 c1e3551295..42d000bd7d 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 2ae6cd9cf6..0b113d4eaf 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 8b1f717a33..2b1d88da08 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 c20b53ba1e..a2dac3c8e4 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -179,7 +179,7 @@ <includeDynamicAccessors>true</includeDynamicAccessors> <includeHashcodeAndEquals>true</includeHashcodeAndEquals> <outputDirectory>${project.basedir}/target/generated-sources/pojo</outputDirectory> - <propertyWordDelimiters /> + <propertyWordDelimiters></propertyWordDelimiters> <removeOldOutput>true</removeOldOutput> <serializable>true</serializable> <sourcePaths> diff --git a/streams-contrib/streams-provider-youtube/pom.xml b/streams-contrib/streams-provider-youtube/pom.xml index d54f7c1ff7..3d6009274d 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 e1747c5d43..2d999e2297 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-dist/pom.xml b/streams-dist/pom.xml index 485ef3b772..d625f1f6a4 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-monitoring/pom.xml b/streams-monitoring/pom.xml index 3ecfcbb229..0d689166ec 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-plugins/pom.xml b/streams-plugins/pom.xml index fa8d335cb4..02ad1bd581 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 eee4113e2d..37d6233493 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 2239b8351b..ac1041cd36 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 6193c7b7ff..6d90c5fe82 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 1cf7f55ff3..ed309b9776 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 b0e4d490ce..f08f797d9d 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 e9e2b9df57..3f60db235f 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 cdb62f6891..81a459b4fb 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <parent> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugins</artifactId> - <version>0.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-pojo-extensions/pom.xml b/streams-pojo-extensions/pom.xml index bc486fcaa5..3749a0c75a 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml index ea7ef2a5bb..581e78b3cc 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-runtimes/pom.xml b/streams-runtimes/pom.xml index 61e121fa4a..d669759c65 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 b2abfba036..cc8d52ed85 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-schemas/pom.xml b/streams-schemas/pom.xml index 169aca3fb6..48949af6fd 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 5e76ff3db1..73aad6dd34 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 c7fda052ba..c9503b3a01 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 0cfb5b0a42..6997373e2f 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/streams-testing/pom.xml b/streams-testing/pom.xml index 2e77756479..440ca3e9c4 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 ca93ca8675..219d0fc286 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-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 ff0ad1dcb4..3138513e15 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.8.0-SNAPSHOT-SNAPSHOT</version> + <version>0.6.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>