Repository: storm Updated Branches: refs/heads/PR_736 40198d55f -> 67c0bf826
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/67c0bf82 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/67c0bf82 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/67c0bf82 Branch: refs/heads/PR_736 Commit: 67c0bf8267bdae035a4a9136d0c91de3a1474f25 Parents: 40198d5 Author: P. Taylor Goetz <ptgo...@gmail.com> Authored: Thu Sep 24 14:17:30 2015 -0400 Committer: P. Taylor Goetz <ptgo...@gmail.com> Committed: Thu Sep 24 14:17:30 2015 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- storm-buildtools/maven-shade-clojure-transformer/pom.xml | 2 +- storm-buildtools/storm-maven-plugins/pom.xml | 2 +- storm-core/pom.xml | 2 +- storm-dist/binary/pom.xml | 2 +- storm-dist/source/pom.xml | 2 +- storm-multilang/javascript/pom.xml | 2 +- storm-multilang/python/pom.xml | 2 +- storm-multilang/ruby/pom.xml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/67c0bf82/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d6018a8..08f830d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.storm</groupId> <artifactId>storm</artifactId> - <version>0.11.0</version> + <version>0.11.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Storm</name> <description>Distributed and fault-tolerant realtime computation</description> @@ -157,7 +157,7 @@ <scm> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/storm.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/storm.git</developerConnection> - <tag>v0.11.0</tag> + <tag>HEAD</tag> <url>https://git-wip-us.apache.org/repos/asf/storm</url> </scm> http://git-wip-us.apache.org/repos/asf/storm/blob/67c0bf82/storm-buildtools/maven-shade-clojure-transformer/pom.xml ---------------------------------------------------------------------- diff --git a/storm-buildtools/maven-shade-clojure-transformer/pom.xml b/storm-buildtools/maven-shade-clojure-transformer/pom.xml index 2f433b2..f1f1a8a 100644 --- a/storm-buildtools/maven-shade-clojure-transformer/pom.xml +++ b/storm-buildtools/maven-shade-clojure-transformer/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>0.11.0</version> + <version>0.11.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/67c0bf82/storm-buildtools/storm-maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/storm-buildtools/storm-maven-plugins/pom.xml b/storm-buildtools/storm-maven-plugins/pom.xml index 28b4dd9..bd80742 100644 --- a/storm-buildtools/storm-maven-plugins/pom.xml +++ b/storm-buildtools/storm-maven-plugins/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>0.11.0</version> + <version>0.11.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/67c0bf82/storm-core/pom.xml ---------------------------------------------------------------------- diff --git a/storm-core/pom.xml b/storm-core/pom.xml index d630908..0636a5c 100644 --- a/storm-core/pom.xml +++ b/storm-core/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>0.11.0</version> + <version>0.11.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/67c0bf82/storm-dist/binary/pom.xml ---------------------------------------------------------------------- diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml index 021f2f8..4378308 100644 --- a/storm-dist/binary/pom.xml +++ b/storm-dist/binary/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>0.11.0</version> + <version>0.11.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/67c0bf82/storm-dist/source/pom.xml ---------------------------------------------------------------------- diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml index 9b1a056..2b7b203 100644 --- a/storm-dist/source/pom.xml +++ b/storm-dist/source/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>0.11.0</version> + <version>0.11.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/67c0bf82/storm-multilang/javascript/pom.xml ---------------------------------------------------------------------- diff --git a/storm-multilang/javascript/pom.xml b/storm-multilang/javascript/pom.xml index 6b47f58..06d8f11 100644 --- a/storm-multilang/javascript/pom.xml +++ b/storm-multilang/javascript/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>0.11.0</version> + <version>0.11.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/67c0bf82/storm-multilang/python/pom.xml ---------------------------------------------------------------------- diff --git a/storm-multilang/python/pom.xml b/storm-multilang/python/pom.xml index 6d3b8e1..673d362 100644 --- a/storm-multilang/python/pom.xml +++ b/storm-multilang/python/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>0.11.0</version> + <version>0.11.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/67c0bf82/storm-multilang/ruby/pom.xml ---------------------------------------------------------------------- diff --git a/storm-multilang/ruby/pom.xml b/storm-multilang/ruby/pom.xml index 54d7056..faef50a 100644 --- a/storm-multilang/ruby/pom.xml +++ b/storm-multilang/ruby/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>0.11.0</version> + <version>0.11.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId>