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