Repository: bahir Updated Branches: refs/heads/master 154edd761 -> 853b95060
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/853b9506 Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/853b9506 Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/853b9506 Branch: refs/heads/master Commit: 853b95060f4bb516e1798b86a04e7ef3bf2f75cd Parents: 154edd7 Author: Luciano Resende <[email protected]> Authored: Sun Jun 26 11:30:43 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Sun Jun 26 11:30:43 2016 -0700 ---------------------------------------------------------------------- distribution/pom.xml | 2 +- pom.xml | 4 ++-- streaming-akka/pom.xml | 2 +- streaming-mqtt/pom.xml | 2 +- streaming-twitter/pom.xml | 2 +- streaming-zeromq/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/853b9506/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 4dcbe8b..24a7912 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-preview</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir/blob/853b9506/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6534cff..d50fb47 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-preview</version> + <version>2.0.0-SNAPSHOT</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>2.0.0-preview-rc1</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/bahir/blob/853b9506/streaming-akka/pom.xml ---------------------------------------------------------------------- diff --git a/streaming-akka/pom.xml b/streaming-akka/pom.xml index 497d680..1dc87e4 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-preview</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir/blob/853b9506/streaming-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/streaming-mqtt/pom.xml b/streaming-mqtt/pom.xml index 65f7b64..efa62ca 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-preview</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir/blob/853b9506/streaming-twitter/pom.xml ---------------------------------------------------------------------- diff --git a/streaming-twitter/pom.xml b/streaming-twitter/pom.xml index d5ecce1..995fba3 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-preview</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/bahir/blob/853b9506/streaming-zeromq/pom.xml ---------------------------------------------------------------------- diff --git a/streaming-zeromq/pom.xml b/streaming-zeromq/pom.xml index fdf0b19..aca7d23 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-preview</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>
