You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/05/28 15:50:04 UTC

[06/12] git commit: STORM-331: Update version of Kafka dependency to 0.8.1.1

STORM-331: Update version of Kafka dependency to 0.8.1.1


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

Branch: refs/heads/security
Commit: 3bf4475ef88cea2fdc70e85051b5f8301ec4a12c
Parents: 36ce171
Author: Michael G. Noll <mn...@verisign.com>
Authored: Thu May 22 11:12:17 2014 +0200
Committer: Michael G. Noll <mn...@verisign.com>
Committed: Thu May 22 11:12:17 2014 +0200

----------------------------------------------------------------------
 external/storm-kafka/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/3bf4475e/external/storm-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-kafka/pom.xml b/external/storm-kafka/pom.xml
index fef74e8..1210dcd 100644
--- a/external/storm-kafka/pom.xml
+++ b/external/storm-kafka/pom.xml
@@ -106,7 +106,7 @@
         <dependency>
             <groupId>org.apache.kafka</groupId>
             <artifactId>${kafkaArtifact}</artifactId>
-            <version>0.8.1</version>
+            <version>0.8.1.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.zookeeper</groupId>