Skip to content

Commit 73d0bf3

Browse files
Update README.md
1 parent e8a3a73 commit 73d0bf3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,11 @@ extension to it and does not bring it transitively.
186186
This repository maintains two major versions, supporting Spring Boot 3 and 4. The goal is to maintain both versions at
187187
least until Spring Boot 3 reaches its end of life or becomes irrelevant.
188188

189-
| branch | info | latest |
190-
|------------------|--------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
191-
| `main` | version `2.x` supporting Spring Boot `4.x` | [![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom?filter=2.*)][maven-central] |
192-
| `release-v1.*.x` | version `1.x` supporting Spring Boot `3.x` | [![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom?filter=1.*)][maven-central] |
189+
| branch | info | latest |
190+
|------------------|--------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
191+
| `main` | version `3.x` supporting Spring Boot `4.x`, based on `problem4j-core-v2` | [![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom?filter=3.*)][maven-central] |
192+
| `release-v2.*.x` | version `2.x` supporting Spring Boot `4.x`, based on `problem4j-core-v1` | [![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom?filter=2.*)][maven-central] |
193+
| `release-v1.*.x` | version `1.x` supporting Spring Boot `3.x`, based on `problem4j-core-v1` | [![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom?filter=1.*)][maven-central] |
193194

194195
## Project Status
195196

0 commit comments

Comments
 (0)