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

[27/50] [abbrv] git commit: preparing for tag

preparing for tag


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

Branch: refs/heads/master
Commit: f573001db106d6b8d6af2167bb2b88f38a3738e5
Parents: bd0cc45
Author: wurstmeister <wu...@users.noreply.github.com>
Authored: Wed Feb 26 22:08:36 2014 +0000
Committer: wurstmeister <wu...@users.noreply.github.com>
Committed: Wed Feb 26 22:16:11 2014 +0000

----------------------------------------------------------------------
 CHANGELOG.md | 4 ++++
 pom.xml      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/f573001d/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ced0ffc..74ab824 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.4.0
+* added support for reading kafka message keys
+* configurable metrics emit interval
 ## 0.3.0
 * updated partition path in zookeeper
 * added error handling for fetch request
+

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/f573001d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 910041a..c542158 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.4.0-SNAPSHOT</version>
+    <version>0.4.0</version>
     <name>storm-kafka-0.8-plus</name>
     <description>Storm module for kafka &gt; 0.8</description>
     <licenses>