Repository: storm Updated Branches: refs/heads/PR_736 a26e63091 -> 40198d55f
Revert "[maven-release-plugin] prepare for next development iteration" This reverts commit a26e63091994597e6c4ca426aa14eec79db3f748. Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/c331b83e Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c331b83e Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c331b83e Branch: refs/heads/PR_736 Commit: c331b83e4d0cd5299befd1d477777a4e62333e04 Parents: a26e630 Author: P. Taylor Goetz <[email protected]> Authored: Thu Sep 24 14:09:30 2015 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Thu Sep 24 14:09: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/c331b83e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 08f830d..d6018a8 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.storm</groupId> <artifactId>storm</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.11.0</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>HEAD</tag> + <tag>v0.11.0</tag> <url>https://git-wip-us.apache.org/repos/asf/storm</url> </scm> http://git-wip-us.apache.org/repos/asf/storm/blob/c331b83e/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 f1f1a8a..2f433b2 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.1-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/c331b83e/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 bd80742..28b4dd9 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.1-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/c331b83e/storm-core/pom.xml ---------------------------------------------------------------------- diff --git a/storm-core/pom.xml b/storm-core/pom.xml index 0636a5c..d630908 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.1-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/c331b83e/storm-dist/binary/pom.xml ---------------------------------------------------------------------- diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml index 4378308..021f2f8 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.1-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/c331b83e/storm-dist/source/pom.xml ---------------------------------------------------------------------- diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml index 2b7b203..9b1a056 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.1-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/c331b83e/storm-multilang/javascript/pom.xml ---------------------------------------------------------------------- diff --git a/storm-multilang/javascript/pom.xml b/storm-multilang/javascript/pom.xml index 06d8f11..6b47f58 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.1-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/c331b83e/storm-multilang/python/pom.xml ---------------------------------------------------------------------- diff --git a/storm-multilang/python/pom.xml b/storm-multilang/python/pom.xml index 673d362..6d3b8e1 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.1-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/c331b83e/storm-multilang/ruby/pom.xml ---------------------------------------------------------------------- diff --git a/storm-multilang/ruby/pom.xml b/storm-multilang/ruby/pom.xml index faef50a..54d7056 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.1-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId>
