update doc version to 0.2.2-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b931d1b3 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b931d1b3 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/b931d1b3 Branch: refs/heads/master Commit: b931d1b3da7008c0c278cb6bab9a5ed366333d8d Parents: 44d5b5b Author: P. Taylor Goetz <[email protected]> Authored: Tue Mar 31 00:19:47 2015 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Tue Mar 31 00:19:47 2015 -0400 ---------------------------------------------------------------------- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/b931d1b3/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 71403e0..78a2723 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.1</version> + <version>0.2.2-SNAPSHOT</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.1</version> + <version>0.2.2-SNAPSHOT</version> </dependency> <!-- add user dependencies here... --> @@ -193,7 +193,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.1 +Version: 0.2.2-SNAPSHOT Parsing file: /Users/hsimpson/Projects/donut_domination/storm/shell_test.yaml ---------- TOPOLOGY DETAILS ---------- Name: shell-topology
