Skip to content

Commit

Permalink
Merge pull request #1478 from triceo
Browse files Browse the repository at this point in the history
* pr/1478:
  Polish "Set Timefold Solver compatibility with Boot 3.3.0"
  Set Timefold Solver compatibility with Boot 3.3.0

Closes gh-1478
  • Loading branch information
mhalbritter committed May 27, 2024
2 parents c2b11a0 + dd0ff9f commit fef6b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ initializr:
artifactId: timefold-solver-bom
versionProperty: timefold-solver.version
mappings:
- compatibilityRange: "[3.2.0,3.3.0-M1)"
- compatibilityRange: "[3.2.0,3.4.0-M1)"
version: 1.10.0
vaadin:
groupId: com.vaadin
Expand Down Expand Up @@ -1621,7 +1621,7 @@ initializr:
href: https://docs.spring.io/spring-ai/reference/api/vectordbs/weaviate.html
- name: Timefold Solver
id: timefold-solver
compatibilityRange: "[3.2.0,3.3.0-M1)"
compatibilityRange: "[3.2.0,3.4.0-M1)"
groupId: ai.timefold.solver
artifactId: timefold-solver-spring-boot-starter
description: AI solver to optimize operations and scheduling.
Expand Down

0 comments on commit fef6b04

Please sign in to comment.