From bada4f7054c0985d29c1f7fa584d37843f28848a Mon Sep 17 00:00:00 2001
From: marcus-j <18111840+marcus-j@users.noreply.github.com>
Date: Tue, 12 Nov 2024 14:32:27 +0100
Subject: [PATCH] chore: bumps version and adds 2.x.x compatibility info
[AI:CoPilot]
---
README.md | 1 +
pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
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