Skip to content

Commit

Permalink
Upgrade compatibility mappings for Spring Modulith.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 23, 2023
1 parent 5031617 commit 7dd89bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ initializr:
groupId: org.springframework.modulith
artifactId: spring-modulith-bom
mappings:
- compatibility-range: "[3.1.0,3.2.0-M1)"
version: 1.0.0
- compatibility-range: "3.2.0-M1"
version: 1.1.0-M1
- compatibility-range: "[3.1.0,3.2.0-RC1)"
version: 1.0.2
- compatibility-range: "3.2.0-RC1"
version: 1.1.0-RC1
repositories: spring-milestones
spring-shell:
groupId: org.springframework.shell
Expand Down

0 comments on commit 7dd89bc

Please sign in to comment.