This is an automated email from the ASF dual-hosted git repository.
csterling pushed a commit to branch releases/0.5.0-incubating-RC0
in repository https://gitbox.apache.org/repos/asf/incubator-samoa.git
The following commit(s) were added to refs/heads/releases/0.5.0-incubating-RC0
by this push:
new 4079932 [maven-release-plugin] prepare release v0.5.0-incubating
4079932 is described below
commit 40799327b7e01508eddeece410f714cca768c83e
Author: csterling <[email protected]>
AuthorDate: Mon Dec 2 15:17:40 2019 +1300
[maven-release-plugin] prepare release v0.5.0-incubating
---
pom.xml | 4 ++--
samoa-apex/pom.xml | 5 ++---
samoa-api/pom.xml | 2 +-
samoa-flink/pom.xml | 2 +-
samoa-instances/pom.xml | 2 +-
samoa-local/pom.xml | 2 +-
samoa-samza/pom.xml | 2 +-
samoa-storm/pom.xml | 2 +-
samoa-test/pom.xml | 2 +-
samoa-threads/pom.xml | 2 +-
10 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index 90d6a5f..36a4b1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.samoa</groupId>
<artifactId>samoa</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-incubating</version>
<organization>
<name>The Apache Software Foundation</name>
@@ -41,7 +41,7 @@
<url>https://git-wip-us.apache.org/repos/asf/incubator-samoa.git</url>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-samoa.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-samoa.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>v0.5.0-incubating</tag>
</scm>
<profiles>
diff --git a/samoa-apex/pom.xml b/samoa-apex/pom.xml
index 018ff07..e74a7c1 100644
--- a/samoa-apex/pom.xml
+++ b/samoa-apex/pom.xml
@@ -20,8 +20,7 @@
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -35,7 +34,7 @@
<parent>
<groupId>org.apache.samoa</groupId>
<artifactId>samoa</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-incubating</version>
</parent>
<repositories>
diff --git a/samoa-api/pom.xml b/samoa-api/pom.xml
index e2e007a..532672f 100644
--- a/samoa-api/pom.xml
+++ b/samoa-api/pom.xml
@@ -32,7 +32,7 @@ limitations under the License.
<parent>
<groupId>org.apache.samoa</groupId>
<artifactId>samoa</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-incubating</version>
</parent>
<dependencies>
diff --git a/samoa-flink/pom.xml b/samoa-flink/pom.xml
index 7277931..3d4ef5f 100644
--- a/samoa-flink/pom.xml
+++ b/samoa-flink/pom.xml
@@ -33,7 +33,7 @@
<parent>
<groupId>org.apache.samoa</groupId>
<artifactId>samoa</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-incubating</version>
</parent>
<repositories>
diff --git a/samoa-instances/pom.xml b/samoa-instances/pom.xml
index e3b7378..1c951f6 100644
--- a/samoa-instances/pom.xml
+++ b/samoa-instances/pom.xml
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.samoa</groupId>
<artifactId>samoa</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-incubating</version>
</parent>
<dependencies>
<dependency>
diff --git a/samoa-local/pom.xml b/samoa-local/pom.xml
index 0cabd82..ce846e2 100644
--- a/samoa-local/pom.xml
+++ b/samoa-local/pom.xml
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.samoa</groupId>
<artifactId>samoa</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-incubating</version>
</parent>
<dependencies>
diff --git a/samoa-samza/pom.xml b/samoa-samza/pom.xml
index 1c610fb..a0b8dbe 100644
--- a/samoa-samza/pom.xml
+++ b/samoa-samza/pom.xml
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.samoa</groupId>
<artifactId>samoa</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-incubating</version>
</parent>
<dependencies>
diff --git a/samoa-storm/pom.xml b/samoa-storm/pom.xml
index 1975fc7..99a34f0 100644
--- a/samoa-storm/pom.xml
+++ b/samoa-storm/pom.xml
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.samoa</groupId>
<artifactId>samoa</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-incubating</version>
</parent>
<repositories>
diff --git a/samoa-test/pom.xml b/samoa-test/pom.xml
index bf5d251..58028d1 100644
--- a/samoa-test/pom.xml
+++ b/samoa-test/pom.xml
@@ -29,7 +29,7 @@
<parent>
<artifactId>samoa</artifactId>
<groupId>org.apache.samoa</groupId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-incubating</version>
</parent>
<dependencies>
diff --git a/samoa-threads/pom.xml b/samoa-threads/pom.xml
index 0401caf..dc147c6 100644
--- a/samoa-threads/pom.xml
+++ b/samoa-threads/pom.xml
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.samoa</groupId>
<artifactId>samoa</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-incubating</version>
</parent>
<dependencies>