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/03 19:35:23 UTC

[09/50] [abbrv] storm git commit: prep for 0.2.2 release

prep for 0.2.2 release


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

Branch: refs/heads/master
Commit: 14970de2091485f4ca777606735788657f7bec84
Parents: c3cffa0
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Apr 1 13:25:52 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Apr 1 13:25:52 2015 -0400

----------------------------------------------------------------------
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/14970de2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 78a2723..92fec10 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ The current version of Flux is available in Maven Central at the following coord
 <dependency>
     <groupId>com.github.ptgoetz</groupId>
     <artifactId>flux-core</artifactId>
-    <version>0.2.2-SNAPSHOT</version>
+    <version>0.2.2</version>
 </dependency>
 ```
 
@@ -92,7 +92,7 @@ The example below illustrates Flux usage with the Maven shade plugin:
     <dependency>
         <groupId>com.github.ptgoetz</groupId>
         <artifactId>flux-core</artifactId>
-        <version>0.2.2-SNAPSHOT</version>
+        <version>0.2.2</version>
     </dependency>
 
     <!-- add user dependencies here... -->
@@ -171,6 +171,7 @@ usage: storm jar <my_topology_uber_jar.jar> org.apache.storm.flux.Flux
  -z,--zookeeper <host:port>   When running in local mode, use the
                               ZooKeeper at the specified <host>:<port>
                               instead of the in-process ZooKeeper.
+                              (requires Storm 0.9.3 or later)
 ```
 
 **NOTE:** Flux tries to avoid command line switch collision with the `storm` command, and allows any other command line
@@ -193,7 +194,7 @@ storm jar myTopology-0.1.0-SNAPSHOT.jar org.apache.storm.flux.Flux --remote my_c
 ╚═╝     ╚══════╝ ╚═════╝ ╚═╝  ╚═╝
 +-         Apache Storm        -+
 +-  data FLow User eXperience  -+
-Version: 0.2.2-SNAPSHOT
+Version: 0.2.2
 Parsing file: /Users/hsimpson/Projects/donut_domination/storm/shell_test.yaml
 ---------- TOPOLOGY DETAILS ----------
 Name: shell-topology