diff --git a/README.md b/README.md index 528a5f5..a11ec8f 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ deckard: Deckard was originally built on Spring Kafka 2.0.x which is only compatible with Spring Boot 2.0.x. To go forward with development for Spring Boot 2.1.x, but also support projects based on Spring Boot 2.0.x, we introduced the following versioning scheme: +- 2.x -> supports Spring Kafka 3.2.x and is compatible with Spring Boot 3.3.x - 1.x -> supports Spring Kafka 2.2.x and is compatible with Spring Boot 2.1.x - 0.x (LEGACY) -> supports Spring Kafka 2.1.x and is compatible with Spring Boot 2.0.x diff --git a/pom.xml b/pom.xml index 25bbb69..d5a1a6b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.idealo.kafka deckard - 1.0.6-RELEASE + 2.0.0-RELEASE jar Deckard