From 24b445b54248edbb05cbd56153c500c6770bd45c Mon Sep 17 00:00:00 2001 From: Timefold Release Bot Date: Tue, 14 May 2024 07:55:51 +0000 Subject: [PATCH] build: release version 1.10.0 --- benchmark/pom.xml | 2 +- build/bom/pom.xml | 2 +- build/build-parent/pom.xml | 2 +- build/ide-config/pom.xml | 2 +- core/pom.xml | 2 +- docs/pom.xml | 2 +- docs/src/antora.yml | 18 +++++++----------- migration/pom.xml | 2 +- persistence/common/pom.xml | 2 +- persistence/jackson/pom.xml | 2 +- persistence/jaxb/pom.xml | 2 +- persistence/jpa/pom.xml | 2 +- persistence/jsonb/pom.xml | 2 +- persistence/pom.xml | 2 +- pom.xml | 2 +- quarkus-integration/pom.xml | 2 +- .../quarkus-benchmark/deployment/pom.xml | 2 +- .../quarkus-benchmark/integration-test/pom.xml | 2 +- quarkus-integration/quarkus-benchmark/pom.xml | 2 +- .../quarkus-benchmark/runtime/pom.xml | 2 +- .../quarkus-jackson/deployment/pom.xml | 2 +- .../quarkus-jackson/integration-test/pom.xml | 2 +- quarkus-integration/quarkus-jackson/pom.xml | 2 +- .../quarkus-jackson/runtime/pom.xml | 2 +- .../quarkus-jsonb/deployment/pom.xml | 2 +- .../quarkus-jsonb/integration-test/pom.xml | 2 +- quarkus-integration/quarkus-jsonb/pom.xml | 2 +- .../quarkus-jsonb/runtime/pom.xml | 2 +- quarkus-integration/quarkus/deployment/pom.xml | 2 +- .../quarkus/devui-integration-test/pom.xml | 2 +- .../quarkus/integration-test/pom.xml | 2 +- quarkus-integration/quarkus/pom.xml | 2 +- .../reflection-integration-test/pom.xml | 2 +- quarkus-integration/quarkus/runtime/pom.xml | 2 +- spring-integration/pom.xml | 2 +- .../spring-boot-autoconfigure/pom.xml | 2 +- .../spring-boot-integration-test/pom.xml | 2 +- spring-integration/spring-boot-starter/pom.xml | 2 +- test/pom.xml | 2 +- tools/pom.xml | 2 +- tools/webui/pom.xml | 2 +- 41 files changed, 47 insertions(+), 51 deletions(-) diff --git a/benchmark/pom.xml b/benchmark/pom.xml index a6a301eaa1..25b06b622f 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + 1.10.0 ../build/build-parent/pom.xml diff --git a/build/bom/pom.xml b/build/bom/pom.xml index 6f4eb993b3..952c42116c 100644 --- a/build/bom/pom.xml +++ b/build/bom/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-parent - 999-SNAPSHOT + 1.10.0 ../../pom.xml diff --git a/build/build-parent/pom.xml b/build/build-parent/pom.xml index c6a57d84e9..a53c61a267 100644 --- a/build/build-parent/pom.xml +++ b/build/build-parent/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-parent - 999-SNAPSHOT + 1.10.0 ../../pom.xml diff --git a/build/ide-config/pom.xml b/build/ide-config/pom.xml index baef7e5eac..ff2364b76e 100644 --- a/build/ide-config/pom.xml +++ b/build/ide-config/pom.xml @@ -5,7 +5,7 @@ ai.timefold.solver timefold-solver-parent - 999-SNAPSHOT + 1.10.0 ../../pom.xml timefold-solver-ide-config diff --git a/core/pom.xml b/core/pom.xml index 99ec6e057e..f505e0c377 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + 1.10.0 ../build/build-parent/pom.xml diff --git a/docs/pom.xml b/docs/pom.xml index 627d128e4e..e92927a6a5 100755 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -7,7 +7,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + 1.10.0 ../build/build-parent/pom.xml diff --git a/docs/src/antora.yml b/docs/src/antora.yml index 40e25a4ba4..16fe17d1d8 100644 --- a/docs/src/antora.yml +++ b/docs/src/antora.yml @@ -2,22 +2,18 @@ # During a release, Maven substitutes the properties and stores result into target/antora-template.yml. # That file is then copied to src/modules/antora.yml and committed to Git on the release branch. # The timefold.ai website can then be refreshed from the release branch and/or tag. - -# This is a workaround to be able to build the docs from main branch, -# because 1.9.0 tag has a critical docs bug and we don't want to re-release the solver just because of the docs. -# Remove this file when releasing Solver 1.10.0. name: timefold-solver -title: Timefold Solver 1.9.0 +title: Timefold Solver 1.10.0 version: latest asciidoc: attributes: - timefold-solver-version: 1.9.0 + timefold-solver-version: 1.10.0 java-version: 17 maven-version: 3.9.2 - quarkus-version: 3.8.3 - spring-boot-version: 3.2.4 - logback-version: 1.5.3 + quarkus-version: 3.9.4 + spring-boot-version: 3.2.5 + logback-version: 1.5.6 exec-maven-plugin-version: 3.2.0 - rewrite-maven-plugin-version: 5.28.0 + rewrite-maven-plugin-version: 5.30.0 nav: - - modules/ROOT/nav.adoc \ No newline at end of file + - modules/ROOT/nav.adoc diff --git a/migration/pom.xml b/migration/pom.xml index 99ec50cc40..a75e51ba25 100644 --- a/migration/pom.xml +++ b/migration/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + 1.10.0 ../build/build-parent/pom.xml diff --git a/persistence/common/pom.xml b/persistence/common/pom.xml index 6c0f96f3de..538bff7636 100644 --- a/persistence/common/pom.xml +++ b/persistence/common/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-persistence-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-persistence-common diff --git a/persistence/jackson/pom.xml b/persistence/jackson/pom.xml index 66de9fd0dd..6d0d1d76cd 100644 --- a/persistence/jackson/pom.xml +++ b/persistence/jackson/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-persistence-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-jackson diff --git a/persistence/jaxb/pom.xml b/persistence/jaxb/pom.xml index 434a714725..790bbb72c6 100644 --- a/persistence/jaxb/pom.xml +++ b/persistence/jaxb/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-persistence-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-jaxb diff --git a/persistence/jpa/pom.xml b/persistence/jpa/pom.xml index 67831aebe2..1f01ba2c8a 100644 --- a/persistence/jpa/pom.xml +++ b/persistence/jpa/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-persistence-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-jpa diff --git a/persistence/jsonb/pom.xml b/persistence/jsonb/pom.xml index c451e81cb4..c2ed1ac996 100644 --- a/persistence/jsonb/pom.xml +++ b/persistence/jsonb/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-persistence-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-jsonb diff --git a/persistence/pom.xml b/persistence/pom.xml index 94f2b60bb6..8e08902db8 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + 1.10.0 ../build/build-parent/pom.xml diff --git a/pom.xml b/pom.xml index 10205cd3f9..b22ff2e378 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-parent pom - 999-SNAPSHOT + 1.10.0 Timefold Solver multiproject parent diff --git a/quarkus-integration/pom.xml b/quarkus-integration/pom.xml index 62b8f8043f..595a56a7e0 100644 --- a/quarkus-integration/pom.xml +++ b/quarkus-integration/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + 1.10.0 ../build/build-parent/pom.xml diff --git a/quarkus-integration/quarkus-benchmark/deployment/pom.xml b/quarkus-integration/quarkus-benchmark/deployment/pom.xml index c958940116..53bd602dbd 100644 --- a/quarkus-integration/quarkus-benchmark/deployment/pom.xml +++ b/quarkus-integration/quarkus-benchmark/deployment/pom.xml @@ -5,7 +5,7 @@ ai.timefold.solver timefold-solver-quarkus-benchmark-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-benchmark-deployment diff --git a/quarkus-integration/quarkus-benchmark/integration-test/pom.xml b/quarkus-integration/quarkus-benchmark/integration-test/pom.xml index a5cab2fa76..ce282ce9a4 100644 --- a/quarkus-integration/quarkus-benchmark/integration-test/pom.xml +++ b/quarkus-integration/quarkus-benchmark/integration-test/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-benchmark-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-benchmark-integration-test diff --git a/quarkus-integration/quarkus-benchmark/pom.xml b/quarkus-integration/quarkus-benchmark/pom.xml index 264e77e71b..e4dda2863a 100644 --- a/quarkus-integration/quarkus-benchmark/pom.xml +++ b/quarkus-integration/quarkus-benchmark/pom.xml @@ -5,7 +5,7 @@ ai.timefold.solver timefold-solver-quarkus-integration - 999-SNAPSHOT + 1.10.0 4.0.0 diff --git a/quarkus-integration/quarkus-benchmark/runtime/pom.xml b/quarkus-integration/quarkus-benchmark/runtime/pom.xml index c96c62c5e3..c173c3d0c8 100644 --- a/quarkus-integration/quarkus-benchmark/runtime/pom.xml +++ b/quarkus-integration/quarkus-benchmark/runtime/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-benchmark-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-benchmark diff --git a/quarkus-integration/quarkus-jackson/deployment/pom.xml b/quarkus-integration/quarkus-jackson/deployment/pom.xml index acfd03f98b..a129d7c954 100644 --- a/quarkus-integration/quarkus-jackson/deployment/pom.xml +++ b/quarkus-integration/quarkus-jackson/deployment/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-jackson-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-jackson-deployment diff --git a/quarkus-integration/quarkus-jackson/integration-test/pom.xml b/quarkus-integration/quarkus-jackson/integration-test/pom.xml index fdd850db3f..673150a63c 100644 --- a/quarkus-integration/quarkus-jackson/integration-test/pom.xml +++ b/quarkus-integration/quarkus-jackson/integration-test/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-jackson-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-jackson-integration-test diff --git a/quarkus-integration/quarkus-jackson/pom.xml b/quarkus-integration/quarkus-jackson/pom.xml index 4bca3a8114..09cce0cca9 100644 --- a/quarkus-integration/quarkus-jackson/pom.xml +++ b/quarkus-integration/quarkus-jackson/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-integration - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-jackson-parent diff --git a/quarkus-integration/quarkus-jackson/runtime/pom.xml b/quarkus-integration/quarkus-jackson/runtime/pom.xml index 313540310e..34ef90be2d 100644 --- a/quarkus-integration/quarkus-jackson/runtime/pom.xml +++ b/quarkus-integration/quarkus-jackson/runtime/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-jackson-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-jackson diff --git a/quarkus-integration/quarkus-jsonb/deployment/pom.xml b/quarkus-integration/quarkus-jsonb/deployment/pom.xml index 619602c2d1..09ae16b6fd 100644 --- a/quarkus-integration/quarkus-jsonb/deployment/pom.xml +++ b/quarkus-integration/quarkus-jsonb/deployment/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-jsonb-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-jsonb-deployment diff --git a/quarkus-integration/quarkus-jsonb/integration-test/pom.xml b/quarkus-integration/quarkus-jsonb/integration-test/pom.xml index 06027e9e42..9e650c0676 100644 --- a/quarkus-integration/quarkus-jsonb/integration-test/pom.xml +++ b/quarkus-integration/quarkus-jsonb/integration-test/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-jsonb-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-jsonb-integration-test diff --git a/quarkus-integration/quarkus-jsonb/pom.xml b/quarkus-integration/quarkus-jsonb/pom.xml index cf77fd5e8f..0284282497 100644 --- a/quarkus-integration/quarkus-jsonb/pom.xml +++ b/quarkus-integration/quarkus-jsonb/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-integration - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-jsonb-parent diff --git a/quarkus-integration/quarkus-jsonb/runtime/pom.xml b/quarkus-integration/quarkus-jsonb/runtime/pom.xml index 60ac44b674..41ff06603b 100644 --- a/quarkus-integration/quarkus-jsonb/runtime/pom.xml +++ b/quarkus-integration/quarkus-jsonb/runtime/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-jsonb-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-jsonb diff --git a/quarkus-integration/quarkus/deployment/pom.xml b/quarkus-integration/quarkus/deployment/pom.xml index 411d9bf409..cf03760ce8 100644 --- a/quarkus-integration/quarkus/deployment/pom.xml +++ b/quarkus-integration/quarkus/deployment/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-deployment diff --git a/quarkus-integration/quarkus/devui-integration-test/pom.xml b/quarkus-integration/quarkus/devui-integration-test/pom.xml index 468ef1a43e..a75ee5214d 100644 --- a/quarkus-integration/quarkus/devui-integration-test/pom.xml +++ b/quarkus-integration/quarkus/devui-integration-test/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-devui-integration-test diff --git a/quarkus-integration/quarkus/integration-test/pom.xml b/quarkus-integration/quarkus/integration-test/pom.xml index 39ea850616..8b079939fc 100644 --- a/quarkus-integration/quarkus/integration-test/pom.xml +++ b/quarkus-integration/quarkus/integration-test/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-integration-test diff --git a/quarkus-integration/quarkus/pom.xml b/quarkus-integration/quarkus/pom.xml index b2cdb3b72d..2f8379f9ce 100644 --- a/quarkus-integration/quarkus/pom.xml +++ b/quarkus-integration/quarkus/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-integration - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-parent diff --git a/quarkus-integration/quarkus/reflection-integration-test/pom.xml b/quarkus-integration/quarkus/reflection-integration-test/pom.xml index c79980bd73..da5da00d95 100644 --- a/quarkus-integration/quarkus/reflection-integration-test/pom.xml +++ b/quarkus-integration/quarkus/reflection-integration-test/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus-reflection-integration-test diff --git a/quarkus-integration/quarkus/runtime/pom.xml b/quarkus-integration/quarkus/runtime/pom.xml index caec6d881f..bf7378a6e4 100644 --- a/quarkus-integration/quarkus/runtime/pom.xml +++ b/quarkus-integration/quarkus/runtime/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-quarkus-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-quarkus diff --git a/spring-integration/pom.xml b/spring-integration/pom.xml index 0c5c30a031..41904f2ae1 100644 --- a/spring-integration/pom.xml +++ b/spring-integration/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + 1.10.0 ../build/build-parent/pom.xml diff --git a/spring-integration/spring-boot-autoconfigure/pom.xml b/spring-integration/spring-boot-autoconfigure/pom.xml index d3540cce76..29531fc733 100644 --- a/spring-integration/spring-boot-autoconfigure/pom.xml +++ b/spring-integration/spring-boot-autoconfigure/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-spring-integration - 999-SNAPSHOT + 1.10.0 timefold-solver-spring-boot-autoconfigure diff --git a/spring-integration/spring-boot-integration-test/pom.xml b/spring-integration/spring-boot-integration-test/pom.xml index a44ecdb71a..11931134ca 100644 --- a/spring-integration/spring-boot-integration-test/pom.xml +++ b/spring-integration/spring-boot-integration-test/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-spring-integration - 999-SNAPSHOT + 1.10.0 spring-boot-integration-test diff --git a/spring-integration/spring-boot-starter/pom.xml b/spring-integration/spring-boot-starter/pom.xml index b8498b7203..53291e280f 100644 --- a/spring-integration/spring-boot-starter/pom.xml +++ b/spring-integration/spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-spring-integration - 999-SNAPSHOT + 1.10.0 timefold-solver-spring-boot-starter diff --git a/test/pom.xml b/test/pom.xml index bab410a5ce..8d10d5c5a4 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + 1.10.0 ../build/build-parent/pom.xml diff --git a/tools/pom.xml b/tools/pom.xml index 0dbfa00d77..910c9827f3 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + 1.10.0 ../build/build-parent/pom.xml diff --git a/tools/webui/pom.xml b/tools/webui/pom.xml index 24c5271fd0..5e95cd06ab 100644 --- a/tools/webui/pom.xml +++ b/tools/webui/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-tools-parent - 999-SNAPSHOT + 1.10.0 timefold-solver-webui