From ed4416e7c7ac00e8f43d03151f5ce935cd1c8ec1 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 19 Sep 2016 17:56:34 -0400 Subject: [PATCH] Upgrading spring-kafka and spring-integration-kafka dependencies, docs changes --- pom.xml | 2 +- spring-cloud-stream-binder-kafka-0.10-test/pom.xml | 4 ++-- .../src/main/asciidoc/overview.adoc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3749821dc..088039c8c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 1.7 0.9.0.1 - 1.0.3.RELEASE + 1.0.4.RELEASE 2.0.1.RELEASE diff --git a/spring-cloud-stream-binder-kafka-0.10-test/pom.xml b/spring-cloud-stream-binder-kafka-0.10-test/pom.xml index 495540370..e53fd39a4 100644 --- a/spring-cloud-stream-binder-kafka-0.10-test/pom.xml +++ b/spring-cloud-stream-binder-kafka-0.10-test/pom.xml @@ -20,8 +20,8 @@ Spring Integration Kafka versions --> 0.10.0.0 - 1.1.0.M1 - 2.0.1.RELEASE + 1.1.1.RELEASE + 2.1.0.RELEASE diff --git a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc index d4fdaddb2..4a57a516f 100644 --- a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc +++ b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc @@ -306,12 +306,12 @@ Then add these dependencies at the top of the `` section in the po org.springframework.kafka spring-kafka - 1.1.0.M1 + 1.1.1.RELEASE org.springframework.integration spring-integration-kafka - 2.0.1.RELEASE + 2.1.0.RELEASE org.apache.kafka