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:42 UTC

[28/50] [abbrv] storm git commit: update readme for release 0.3.0

update readme for release 0.3.0


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

Branch: refs/heads/master
Commit: 8e0f167adf3155f55a7c24875e5e7542615e0c5a
Parents: 01a66bf
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue May 5 16:52:03 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue May 5 16:52:03 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/8e0f167a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6683848..6f27219 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,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</version>
+    <version>0.3.0</version>
 </dependency>
 ```
 
@@ -125,7 +125,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</version>
+        <version>0.3.0</version>
     </dependency>
 
     <!-- add user dependencies here... -->
@@ -227,7 +227,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
+Version: 0.3.0
 Parsing file: /Users/hsimpson/Projects/donut_domination/storm/shell_test.yaml
 ---------- TOPOLOGY DETAILS ----------
 Name: shell-topology