Skip to content

Commit

Permalink
Merge pull request #1733 from odrotbohm
Browse files Browse the repository at this point in the history
* pr/1733:
  Polish "Update Spring Modulith versions"
  Update Spring Modulith versions

Closes gh-1733
  • Loading branch information
mhalbritter committed Feb 25, 2025
2 parents 3486e17 + 1908fd7 commit ea7556e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,13 @@ initializr:
versionProperty: spring-modulith.version
mappings:
- compatibilityRange: "[3.3.0,3.4.0-M1)"
version: 1.2.8
version: 1.2.9
- compatibilityRange: "[3.4.0,3.5.0-M1)"
version: 1.3.2
version: 1.3.3
- compatibilityRange: "[3.5.0-M1,3.6.0-M1)"
version: 1.4.0-M2
repositories:
- spring-milestones
spring-shell:
groupId: org.springframework.shell
artifactId: spring-shell-dependencies
Expand Down Expand Up @@ -221,7 +225,7 @@ initializr:
- name: Spring Modulith
id: modulith
bom: spring-modulith
compatibilityRange: "[3.3.0,3.5.0-M1)"
compatibilityRange: "[3.3.0,3.6.0-M1)"
group-id: org.springframework.modulith
artifact-id: spring-modulith-starter-core
description: Support for building modular monolithic applications.
Expand Down

0 comments on commit ea7556e

Please sign in to comment.