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

[02/50] [abbrv] git commit: updated readme

updated readme


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

Branch: refs/heads/master
Commit: d35a6eee117ec401e5fea992200167ead9f764d7
Parents: a440ecc
Author: wurstmeister <wu...@users.noreply.github.com>
Authored: Sun Dec 22 14:18:19 2013 +0000
Committer: wurstmeister <wu...@users.noreply.github.com>
Committed: Sun Dec 22 14:18:19 2013 +0000

----------------------------------------------------------------------
 README.md | 8 +++++++-
 pom.xml   | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/d35a6eee/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index fbfcdad..b734b5b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,10 @@
 storm-kafka-0.8-plus
 ====================
 
-Port of storm-kafka to support kafka >= 0.8
\ No newline at end of file
+Port of storm-kafka to support kafka >= 0.8
+
+##Usage
+For information on how to use this library in your project see:
+
+[https://clojars.org/net.wurstmeister.storm/storm-kafka-0.8-plus](https://clojars.org/net.wurstmeister.storm/storm-kafka-0.8-plus)
+

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/d35a6eee/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 430ecef..8dfd316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <groupId>net.wurstmeister.storm</groupId>
     <artifactId>storm-kafka-0.8-plus</artifactId>
     <packaging>jar</packaging>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
     <name>storm-kafka-0.8-plus</name>
     <description>Storm module for kafka &gt; 0.8</description>
     <licenses>