From bcebbd23d971095aa523fd2a34f7d2fe12aa5f9a Mon Sep 17 00:00:00 2001 From: bgehrels Date: Wed, 11 Jul 2018 18:38:39 +0200 Subject: [PATCH] Switching to Version 20.0.0 since it matches the 2.0 of Spring boot so nicely and gives us 16 Major Releases time before the Spring Boot 1.x release train overtakes the Spring Boot 2 one --- README.md | 4 ++-- nakadi-producer-spring-boot-starter/pom.xml | 2 +- nakadi-producer-starter-spring-boot-2-test/pom.xml | 2 +- nakadi-producer/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 914a9cc1..f624cc61 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ You may of course always setup a fresh system with the newest version. ## Prerequisites -This library was tested with Spring Boot 2.0.3.RELEASE and relies on an existing configured PostgreSQL DataSource. If -you are still using Spring Boot 1.x, please use version 4.2.0 ([Release Notes](https://github.com/zalando-nakadi/nakadi-producer-spring-boot-starter/releases/tag/4.2.0), [Documentation](https://github.com/zalando-nakadi/nakadi-producer-spring-boot-starter/blob/4.2.0/README.md)) versions of this library. +This library was tested with Spring Boot 2.0.3.RELEASE and relies on an existing configured PostgreSQL DataSource. +**If you are still using Spring Boot 1.x, please use versions < 20.0.0, they are still actively maintained ([Documentation](https://github.com/zalando-nakadi/nakadi-producer-spring-boot-starter/tree/spring-boot-1)).** This library also uses: diff --git a/nakadi-producer-spring-boot-starter/pom.xml b/nakadi-producer-spring-boot-starter/pom.xml index 57679bc2..7236d2a0 100644 --- a/nakadi-producer-spring-boot-starter/pom.xml +++ b/nakadi-producer-spring-boot-starter/pom.xml @@ -10,7 +10,7 @@ org.zalando nakadi-producer-reactor - 5.0.0-SNAPSHOT + 20.0.0-SNAPSHOT nakadi-producer-spring-boot-starter diff --git a/nakadi-producer-starter-spring-boot-2-test/pom.xml b/nakadi-producer-starter-spring-boot-2-test/pom.xml index 4e867ab2..d2f6c912 100644 --- a/nakadi-producer-starter-spring-boot-2-test/pom.xml +++ b/nakadi-producer-starter-spring-boot-2-test/pom.xml @@ -10,7 +10,7 @@ org.zalando nakadi-producer-reactor - 5.0.0-SNAPSHOT + 20.0.0-SNAPSHOT diff --git a/nakadi-producer/pom.xml b/nakadi-producer/pom.xml index e91aa8a6..cd1ab088 100644 --- a/nakadi-producer/pom.xml +++ b/nakadi-producer/pom.xml @@ -10,7 +10,7 @@ org.zalando nakadi-producer-reactor - 5.0.0-SNAPSHOT + 20.0.0-SNAPSHOT nakadi-producer diff --git a/pom.xml b/pom.xml index a2fe8c86..83d16fc0 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ nakadi-producer-reactor org.zalando - 5.0.0-SNAPSHOT + 20.0.0-SNAPSHOT pom Nakadi Event Producer Reactor