You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2015/10/07 23:53:26 UTC

[06/17] nifi git commit: Bumped nifi-kafka-processors Kafka version

Bumped nifi-kafka-processors Kafka version

This closes #99.

Signed-off-by: Aldrin Piri <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/31fba6b3
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/31fba6b3
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/31fba6b3

Branch: refs/heads/NIFI-810-InputRequirement
Commit: 31fba6b3332978ca2f6a1d693f6053d719fb9daa
Parents: 6b2f5ad
Author: Randy Gelhausen <rg...@gmail.com>
Authored: Fri Oct 2 18:09:02 2015 -0400
Committer: Aldrin Piri <al...@apache.org>
Committed: Mon Oct 5 10:39:22 2015 -0400

----------------------------------------------------------------------
 nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/31fba6b3/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml
index e4db495..ff10c09 100644
--- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml
@@ -36,8 +36,8 @@
         </dependency>
         <dependency>
             <groupId>org.apache.kafka</groupId>
-            <artifactId>kafka_2.8.2</artifactId>
-            <version>0.8.1</version>
+            <artifactId>kafka_2.9.1</artifactId>
+            <version>0.8.2.2</version>
             <exclusions>
                 <!-- Transitive dependencies excluded because they are located 
                 in a legacy Maven repository, which Maven 3 doesn't support. -->