Skip to content

Commit bcebbd2

Browse files
committed
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
1 parent 0388712 commit bcebbd2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ You may of course always setup a fresh system with the newest version.
4040

4141
## Prerequisites
4242

43-
This library was tested with Spring Boot 2.0.3.RELEASE and relies on an existing configured PostgreSQL DataSource. If
44-
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.
43+
This library was tested with Spring Boot 2.0.3.RELEASE and relies on an existing configured PostgreSQL DataSource.
44+
**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)).**
4545

4646
This library also uses:
4747

nakadi-producer-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.zalando</groupId>
1212
<artifactId>nakadi-producer-reactor</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>20.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>nakadi-producer-spring-boot-starter</artifactId>

nakadi-producer-starter-spring-boot-2-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.zalando</groupId>
1212
<artifactId>nakadi-producer-reactor</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>20.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

nakadi-producer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.zalando</groupId>
1212
<artifactId>nakadi-producer-reactor</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>20.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>nakadi-producer</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<artifactId>nakadi-producer-reactor</artifactId>
1717
<groupId>org.zalando</groupId>
18-
<version>5.0.0-SNAPSHOT</version>
18+
<version>20.0.0-SNAPSHOT</version>
1919
<packaging>pom</packaging>
2020
<name>Nakadi Event Producer Reactor</name>
2121

0 commit comments

Comments
 (0)