From 2aa8e9eefa7828bb068ca8df45a3ac32d45e8eda Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Sun, 21 May 2017 11:17:58 -0400 Subject: [PATCH] Update version to 2.0.0.BUILD-SNAPSHOT - Update Spring Boot to version 2.0.0.BUILD-SNAPSHOT - Set Kafka version to 0.10.2 - Remove tests for Kafka 0.9 and 0.10.0 --- pom.xml | 25 +++++++++------- spring-cloud-starter-stream-kafka/pom.xml | 2 +- spring-cloud-stream-binder-kafka-core/pom.xml | 2 +- spring-cloud-stream-binder-kafka-docs/pom.xml | 2 +- spring-cloud-stream-binder-kafka/pom.xml | 29 +++++++++++++++++++ 5 files changed, 47 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 6ba52a1b9..69883f33a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,34 +2,39 @@ 4.0.0 spring-cloud-stream-binder-kafka-parent - 1.3.1.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT pom org.springframework.cloud spring-cloud-build - 1.3.5.RELEASE + 2.0.0.BUILD-SNAPSHOT 1.7 - 0.10.1.1 - 1.1.6.RELEASE - 2.1.2.RELEASE - 1.3.1.BUILD-SNAPSHOT - 1.3.5.RELEASE + 0.10.2.0 + 2.0.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT + 3.0.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT spring-cloud-stream-binder-kafka spring-cloud-starter-stream-kafka spring-cloud-stream-binder-kafka-docs - spring-cloud-stream-binder-kafka-0.10.1-test - spring-cloud-stream-binder-kafka-0.10.2-test spring-cloud-stream-binder-kafka-core spring-cloud-stream-binder-kstream + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + import + pom + org.springframework.cloud spring-cloud-stream-binder-kafka-core @@ -160,7 +165,7 @@ org.springframework.cloud spring-cloud-build-tools - ${spring-cloud-build.version} + 2.0.0.BUILD-SNAPSHOT diff --git a/spring-cloud-starter-stream-kafka/pom.xml b/spring-cloud-starter-stream-kafka/pom.xml index 83dbe10b3..9a5909595 100644 --- a/spring-cloud-starter-stream-kafka/pom.xml +++ b/spring-cloud-starter-stream-kafka/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka-parent - 1.3.1.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT spring-cloud-starter-stream-kafka Spring Cloud Starter Stream Kafka diff --git a/spring-cloud-stream-binder-kafka-core/pom.xml b/spring-cloud-stream-binder-kafka-core/pom.xml index 212cc8e9c..6890ca948 100644 --- a/spring-cloud-stream-binder-kafka-core/pom.xml +++ b/spring-cloud-stream-binder-kafka-core/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka-parent - 1.3.1.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT spring-cloud-stream-binder-kafka-core Spring Cloud Stream Kafka Binder Core diff --git a/spring-cloud-stream-binder-kafka-docs/pom.xml b/spring-cloud-stream-binder-kafka-docs/pom.xml index c457b5070..666702d56 100644 --- a/spring-cloud-stream-binder-kafka-docs/pom.xml +++ b/spring-cloud-stream-binder-kafka-docs/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka-parent - 1.3.1.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT spring-cloud-stream-binder-kafka-docs diff --git a/spring-cloud-stream-binder-kafka/pom.xml b/spring-cloud-stream-binder-kafka/pom.xml index f3b0ebbe7..028d52614 100644 --- a/spring-cloud-stream-binder-kafka/pom.xml +++ b/spring-cloud-stream-binder-kafka/pom.xml @@ -10,13 +10,21 @@ org.springframework.cloud spring-cloud-stream-binder-kafka-parent +<<<<<<< e3460d6fcef9406fc9c6018f0f828630b929a815 1.3.1.BUILD-SNAPSHOT +======= + 2.0.0.BUILD-SNAPSHOT +>>>>>>> Update version to 2.0.0.BUILD-SNAPSHOT org.springframework.cloud spring-cloud-stream-binder-kafka-core +<<<<<<< e3460d6fcef9406fc9c6018f0f828630b929a815 +======= + 2.0.0.BUILD-SNAPSHOT +>>>>>>> Update version to 2.0.0.BUILD-SNAPSHOT org.springframework.boot @@ -74,6 +82,27 @@ spring-cloud-stream-binder-test test +<<<<<<< e3460d6fcef9406fc9c6018f0f828630b929a815 +======= + + org.springframework.cloud + spring-cloud-stream-schema + ${spring-cloud-stream.version} + test + + + io.confluent + kafka-avro-serializer + 3.2.1 + test + + + io.confluent + kafka-schema-registry + 3.2.1 + test + +>>>>>>> Update version to 2.0.0.BUILD-SNAPSHOT