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 2015/06/04 04:06:32 UTC

[50/50] [abbrv] storm git commit: fix version in pom

fix version in pom


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

Branch: refs/heads/0.10.x-branch
Commit: b26429621741a785658d1984d113b15d491052e3
Parents: c3cc4dc
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Jun 3 22:02:44 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Jun 3 22:02:44 2015 -0400

----------------------------------------------------------------------
 storm-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b2642962/storm-core/pom.xml
----------------------------------------------------------------------
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 765a1dd..db54481 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-SNAPSHOT</version>
+        <version>0.10.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <groupId>org.apache.storm</groupId>