You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by mi...@apache.org on 2014/05/27 10:25:59 UTC

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

Repository: incubator-storm
Updated Branches:
  refs/heads/master 021f5d5d5 -> 4091e4b3a


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/master
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>


[3/3] git commit: STORM-331: Add CHANGELOG entry

Posted by mi...@apache.org.
STORM-331: Add CHANGELOG entry


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

Branch: refs/heads/master
Commit: 4091e4b3a758b7718a0f27aa0a61a9d2b8561d21
Parents: 76c5a6c
Author: Michael G. Noll <mi...@apache.org>
Authored: Tue May 27 10:25:09 2014 +0200
Committer: Michael G. Noll <mi...@apache.org>
Committed: Tue May 27 10:25:09 2014 +0200

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/4091e4b3/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a1ab8d..960473c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-331: Update the Kafka dependency of storm-kafka to 0.8.1.1
  * STORM-308: Add support for config_value to {supervisor,nimbus,ui,drpc,logviewer} childopts
  * STORM-309: storm-starter Readme: windows documentation update
  * STORM-318: update storm-kafka to use apache curator-2.4.0


[2/3] git commit: Merge branch 'STORM-331' of github.com:miguno/incubator-storm into STORM-331

Posted by mi...@apache.org.
Merge branch 'STORM-331' of github.com:miguno/incubator-storm into STORM-331


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

Branch: refs/heads/master
Commit: 76c5a6c2911c7b2524bd563d0e63d1a2d8ab228c
Parents: 021f5d5 3bf4475
Author: Michael G. Noll <mi...@apache.org>
Authored: Tue May 27 10:20:08 2014 +0200
Committer: Michael G. Noll <mi...@apache.org>
Committed: Tue May 27 10:20:08 2014 +0200

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