Skip to content

Commit

Permalink
separate compatibility range
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Oct 17, 2024
1 parent 8e38af4 commit 008ae11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ initializr:
artifactId: vaadin-bom
versionProperty: vaadin.version
mappings:
- compatibilityRange: "[3.2.0,3.4.0-M1)"
- compatibilityRange: "[3.2.0,3.3.0-M1)"
version: 24.4.13
- compatibilityRange: "[3.3.0,3.4.0-M1)"
version: 24.5.0
platform:
compatibilityRange: "3.2.0"
Expand Down

0 comments on commit 008ae11

Please sign in to comment.