You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by cd...@apache.org on 2018/04/06 09:12:06 UTC

incubator-edgent git commit: - Updated the kafka client libs to the most recent version.

Repository: incubator-edgent
Updated Branches:
  refs/heads/develop 88a21aff6 -> 572cde06e


- Updated the kafka client libs to the most recent version.


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

Branch: refs/heads/develop
Commit: 572cde06e27c2586bc8a7b33b49f3f6c957a7d66
Parents: 88a21af
Author: Christofer Dutz <ch...@c-ware.de>
Authored: Fri Apr 6 11:12:00 2018 +0200
Committer: Christofer Dutz <ch...@c-ware.de>
Committed: Fri Apr 6 11:12:00 2018 +0200

----------------------------------------------------------------------
 connectors/kafka/pom.xml                   | 6 +++---
 platforms/android/connectors/kafka/pom.xml | 6 +++---
 platforms/java7/connectors/kafka/pom.xml   | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/572cde06/connectors/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/kafka/pom.xml b/connectors/kafka/pom.xml
index fc3404b..51c34a0 100644
--- a/connectors/kafka/pom.xml
+++ b/connectors/kafka/pom.xml
@@ -55,8 +55,8 @@
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
-      <artifactId>kafka_2.10</artifactId>
-      <version>0.8.2.2</version>
+      <artifactId>kafka_2.12</artifactId>
+      <version>1.1.0</version>
       <exclusions>
         <exclusion> <!-- not transitive -->
           <groupId>*</groupId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-clients</artifactId>
-      <version>0.8.2.2</version>
+      <version>1.1.0</version>
       <exclusions>
         <exclusion> <!-- not transitive -->
           <groupId>*</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/572cde06/platforms/android/connectors/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/kafka/pom.xml b/platforms/android/connectors/kafka/pom.xml
index e6cf1b4..8473f4a 100644
--- a/platforms/android/connectors/kafka/pom.xml
+++ b/platforms/android/connectors/kafka/pom.xml
@@ -85,8 +85,8 @@
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
-      <artifactId>kafka_2.10</artifactId>
-      <version>0.8.2.2</version>
+      <artifactId>kafka_2.12</artifactId>
+      <version>1.1.0</version>
       <exclusions>
         <exclusion> <!-- not transitive -->
           <groupId>*</groupId>
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-clients</artifactId>
-      <version>0.8.2.2</version>
+      <version>1.1.0</version>
       <exclusions>
         <exclusion> <!-- not transitive -->
           <groupId>*</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/572cde06/platforms/java7/connectors/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/kafka/pom.xml b/platforms/java7/connectors/kafka/pom.xml
index cbb6689..94823ef 100644
--- a/platforms/java7/connectors/kafka/pom.xml
+++ b/platforms/java7/connectors/kafka/pom.xml
@@ -104,8 +104,8 @@
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
-      <artifactId>kafka_2.10</artifactId>
-      <version>0.8.2.2</version>
+      <artifactId>kafka_2.12</artifactId>
+      <version>1.1.0</version>
       <exclusions>
         <exclusion> <!-- not transitive -->
           <groupId>*</groupId>
@@ -116,7 +116,7 @@
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-clients</artifactId>
-      <version>0.8.2.2</version>
+      <version>1.1.0</version>
       <exclusions>
         <exclusion> <!-- not transitive -->
           <groupId>*</groupId>