Repository: bahir Updated Branches: refs/heads/master 9ad566815 -> 368c436ae
[maven-release-plugin] prepare release v2.0.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/368c436a Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/368c436a Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/368c436a Branch: refs/heads/master Commit: 368c436ae2ad34b3ca64d11801aee69e478555f7 Parents: 9ad5668 Author: Luciano Resende <[email protected]> Authored: Sat Aug 6 12:55:58 2016 +0300 Committer: Luciano Resende <[email protected]> Committed: Sat Aug 6 12:55:58 2016 +0300 ---------------------------------------------------------------------- distribution/pom.xml | 2 +- pom.xml | 4 ++-- sql-streaming-mqtt/pom.xml | 2 +- streaming-akka/pom.xml | 2 +- streaming-mqtt/pom.xml | 2 +- streaming-twitter/pom.xml | 2 +- streaming-zeromq/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/368c436a/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index ab696d4..1b2dbd3 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-parent_2.11</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir/blob/368c436a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 81b8187..9ce0c3a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-parent_2.11</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <name>Apache Bahir - Parent POM</name> <url>http://bahir.apache.org/</url> @@ -40,7 +40,7 @@ <connection>scm:git:[email protected]:apache/bahir.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/bahir.git</developerConnection> <url>scm:git:[email protected]:apache/bahir.git</url> - <tag>HEAD</tag> + <tag>v2.0.0-rc1</tag> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/bahir/blob/368c436a/sql-streaming-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/sql-streaming-mqtt/pom.xml b/sql-streaming-mqtt/pom.xml index 9d0d188..a5bfb8a 100644 --- a/sql-streaming-mqtt/pom.xml +++ b/sql-streaming-mqtt/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-parent_2.11</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir/blob/368c436a/streaming-akka/pom.xml ---------------------------------------------------------------------- diff --git a/streaming-akka/pom.xml b/streaming-akka/pom.xml index 1dc87e4..3715fad 100644 --- a/streaming-akka/pom.xml +++ b/streaming-akka/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-parent_2.11</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir/blob/368c436a/streaming-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/streaming-mqtt/pom.xml b/streaming-mqtt/pom.xml index efa62ca..c5b4bdc 100644 --- a/streaming-mqtt/pom.xml +++ b/streaming-mqtt/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-parent_2.11</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir/blob/368c436a/streaming-twitter/pom.xml ---------------------------------------------------------------------- diff --git a/streaming-twitter/pom.xml b/streaming-twitter/pom.xml index 995fba3..fffaf68 100644 --- a/streaming-twitter/pom.xml +++ b/streaming-twitter/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-parent_2.11</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir/blob/368c436a/streaming-zeromq/pom.xml ---------------------------------------------------------------------- diff --git a/streaming-zeromq/pom.xml b/streaming-zeromq/pom.xml index aca7d23..f4d2dd3 100644 --- a/streaming-zeromq/pom.xml +++ b/streaming-zeromq/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bahir</groupId> <artifactId>bahir-parent_2.11</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../pom.xml</relativePath> </parent>
