This is an automated email from the ASF dual-hosted git repository.
rawkintrevo 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 c287c6b STREAMS-563 Remove Incubating from all pom.xml (#408)
c287c6b is described below
commit c287c6b91a997f31c59f28d3a2ea7f47d6fb1d93
Author: Trevor Grant <[email protected]>
AuthorDate: Thu Jan 4 09:26:58 2018 -0600
STREAMS-563 Remove Incubating from all pom.xml (#408)
* STREAMS-563 Remove Incubating from all pom.xml
* STREAMS-563 Update all poms to 0.5.1-SNAPSHOT
---
.../src/test/resources/streams-plugin-cassandra/pom.xml | 4 ++--
.../src/test/resources/streams-plugin-elasticsearch/pom.xml | 4 ++--
.../src/test/resources/streams-plugin-hbase/pom.xml | 4 ++--
.../src/test/resources/streams-plugin-hive/pom.xml | 4 ++--
.../streams-plugin-pig/src/test/resources/streams-plugin-pig/pom.xml | 4 ++--
.../src/test/resources/streams-plugin-pojo/pom.xml | 2 +-
.../src/test/resources/streams-plugin-scala/pom.xml | 4 ++--
7 files changed, 13 insertions(+), 13 deletions(-)
diff --git
a/streams-plugins/streams-plugin-cassandra/src/test/resources/streams-plugin-cassandra/pom.xml
b/streams-plugins/streams-plugin-cassandra/src/test/resources/streams-plugin-cassandra/pom.xml
index 89056fa..16730c4 100644
---
a/streams-plugins/streams-plugin-cassandra/src/test/resources/streams-plugin-cassandra/pom.xml
+++
b/streams-plugins/streams-plugin-cassandra/src/test/resources/streams-plugin-cassandra/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-cassandra-test</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test StreamsCassandraResourceGeneratorMojo</name>
@@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-cassandra</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<configuration>
<sourcePaths>
<sourcePath>target/test-classes/activitystreams-schemas/activity.json</sourcePath>
diff --git
a/streams-plugins/streams-plugin-elasticsearch/src/test/resources/streams-plugin-elasticsearch/pom.xml
b/streams-plugins/streams-plugin-elasticsearch/src/test/resources/streams-plugin-elasticsearch/pom.xml
index 87b536d..cd38d7a 100644
---
a/streams-plugins/streams-plugin-elasticsearch/src/test/resources/streams-plugin-elasticsearch/pom.xml
+++
b/streams-plugins/streams-plugin-elasticsearch/src/test/resources/streams-plugin-elasticsearch/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-elasticsearch-test</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test StreamsElasticsearchResourceGeneratorMojo</name>
@@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-elasticsearch</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<configuration>
<sourcePaths>
<sourcePath>target/test-classes/activitystreams-schemas/activity.json</sourcePath>
diff --git
a/streams-plugins/streams-plugin-hbase/src/test/resources/streams-plugin-hbase/pom.xml
b/streams-plugins/streams-plugin-hbase/src/test/resources/streams-plugin-hbase/pom.xml
index 67799a7..78e83f1 100644
---
a/streams-plugins/streams-plugin-hbase/src/test/resources/streams-plugin-hbase/pom.xml
+++
b/streams-plugins/streams-plugin-hbase/src/test/resources/streams-plugin-hbase/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-hbase-test</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test StreamsHbaseResourceGeneratorMojo</name>
@@ -99,7 +99,7 @@
<plugin>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-hbase</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<configuration>
<sourcePaths>
<sourcePath>target/test-classes/activitystreams-schemas/activity.json</sourcePath>
diff --git
a/streams-plugins/streams-plugin-hive/src/test/resources/streams-plugin-hive/pom.xml
b/streams-plugins/streams-plugin-hive/src/test/resources/streams-plugin-hive/pom.xml
index 5e338e7..6d0b949 100644
---
a/streams-plugins/streams-plugin-hive/src/test/resources/streams-plugin-hive/pom.xml
+++
b/streams-plugins/streams-plugin-hive/src/test/resources/streams-plugin-hive/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-hive-test</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test StreamsPojoHiveMojo</name>
@@ -99,7 +99,7 @@
<plugin>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-hive</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<configuration>
<sourcePaths>
<sourcePath>target/test-classes/activitystreams-schemas/activity.json</sourcePath>
diff --git
a/streams-plugins/streams-plugin-pig/src/test/resources/streams-plugin-pig/pom.xml
b/streams-plugins/streams-plugin-pig/src/test/resources/streams-plugin-pig/pom.xml
index 4fe6f49..6c3cc5a 100644
---
a/streams-plugins/streams-plugin-pig/src/test/resources/streams-plugin-pig/pom.xml
+++
b/streams-plugins/streams-plugin-pig/src/test/resources/streams-plugin-pig/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-pig-test</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test StreamsPigResourceGeneratorMojo</name>
@@ -99,7 +99,7 @@
<plugin>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-pig</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<configuration>
<sourcePaths>
<sourcePath>target/test-classes/activitystreams-schemas/activity.json</sourcePath>
diff --git
a/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
b/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
index 337168d..8325077 100644
---
a/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
+++
b/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-pojo-test</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test StreamsPojoMojo</name>
diff --git
a/streams-plugins/streams-plugin-scala/src/test/resources/streams-plugin-scala/pom.xml
b/streams-plugins/streams-plugin-scala/src/test/resources/streams-plugin-scala/pom.xml
index fb03784..e0570f4 100644
---
a/streams-plugins/streams-plugin-scala/src/test/resources/streams-plugin-scala/pom.xml
+++
b/streams-plugins/streams-plugin-scala/src/test/resources/streams-plugin-scala/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-scala-test</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test StreamsPojoScalaMojo</name>
@@ -99,7 +99,7 @@
<plugin>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-scala</artifactId>
- <version>0.5-incubating-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<configuration>
<packages>org.apache.streams.pojo.json</packages>
<target>target/generated-sources/scala-mojo</target>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].