You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/04/21 21:44:30 UTC

[31/50] [abbrv] git commit: update storm to 0.9.1-incubating

update storm to 0.9.1-incubating


Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/c62d2e11
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/c62d2e11
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/c62d2e11

Branch: refs/heads/master
Commit: c62d2e115fd2fcbdb2f8030913ac8492ea59c302
Parents: 9796b52
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Mar 18 11:42:48 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Mar 18 11:42:48 2014 -0400

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/c62d2e11/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 910041a..a9ceef1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,9 +168,9 @@
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>storm</groupId>
-            <artifactId>storm</artifactId>
-            <version>0.9.0</version>
+            <groupId>org.apache.storm</groupId>
+            <artifactId>storm-core</artifactId>
+            <version>0.9.1-incubating</version>
             <scope>provided</scope>
         </dependency>
         <dependency>