Skip to content

Commit

Permalink
chore: bumps version and adds 2.x.x compatibility info [AI:CoPilot]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-j committed Nov 12, 2024
1 parent e9e8d45 commit bada4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.idealo.kafka</groupId>
<artifactId>deckard</artifactId>
<version>1.0.6-RELEASE</version>
<version>2.0.0-RELEASE</version>
<packaging>jar</packaging>

<name>Deckard</name>
Expand Down

0 comments on commit bada4f7

Please sign in to comment.