From 3c9b22126a597852a8482c7353034149199d3161 Mon Sep 17 00:00:00 2001 From: rsynek Date: Fri, 10 Jul 2026 12:58:09 +0200 Subject: [PATCH] chore: put back the revision property --- 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 +- persistence/jackson/pom.xml | 2 +- persistence/jaxb/pom.xml | 2 +- persistence/jpa/pom.xml | 2 +- persistence/pom.xml | 2 +- pom.xml | 2 +- quarkus-integration/pom.xml | 2 +- quarkus-integration/quarkus-benchmark/deployment/pom.xml | 2 +- quarkus-integration/quarkus-benchmark/integration-test/pom.xml | 2 +- quarkus-integration/quarkus-benchmark/pom.xml | 2 +- quarkus-integration/quarkus-benchmark/runtime/pom.xml | 2 +- quarkus-integration/quarkus-jackson/deployment/pom.xml | 2 +- quarkus-integration/quarkus-jackson/integration-test/pom.xml | 2 +- quarkus-integration/quarkus-jackson/pom.xml | 2 +- quarkus-integration/quarkus-jackson/runtime/pom.xml | 2 +- quarkus-integration/quarkus/deployment/pom.xml | 2 +- quarkus-integration/quarkus/devui-integration-test/pom.xml | 2 +- quarkus-integration/quarkus/integration-test/pom.xml | 2 +- quarkus-integration/quarkus/pom.xml | 2 +- quarkus-integration/quarkus/reflection-integration-test/pom.xml | 2 +- quarkus-integration/quarkus/runtime/pom.xml | 2 +- service/build/build-support/pom.xml | 2 +- service/build/config/pom.xml | 2 +- service/definition/pom.xml | 2 +- service/facade/service-with-maps/pom.xml | 2 +- service/facade/service/pom.xml | 2 +- service/jackson/pom.xml | 2 +- service/json/pom.xml | 2 +- service/maps/api/pom.xml | 2 +- service/maps/haversine/pom.xml | 2 +- service/maps/pom.xml | 2 +- service/maps/service-client/pom.xml | 2 +- service/maps/service-integration/pom.xml | 2 +- service/maps/service-rest/pom.xml | 2 +- service/maps/service-test/pom.xml | 2 +- service/pom.xml | 2 +- service/quarkus/deployment/pom.xml | 2 +- service/quarkus/integration-tests/pom.xml | 2 +- service/quarkus/pom.xml | 2 +- service/quarkus/runtime/pom.xml | 2 +- service/rest/pom.xml | 2 +- service/service-defaults/pom.xml | 2 +- service/test/pom.xml | 2 +- service/tools/maven-plugin/pom.xml | 2 +- service/worker/pom.xml | 2 +- spring-integration/pom.xml | 2 +- spring-integration/spring-boot-autoconfigure/pom.xml | 2 +- spring-integration/spring-boot-integration-test/pom.xml | 2 +- spring-integration/spring-boot-starter/pom.xml | 2 +- tools/benchmark-aggregator/pom.xml | 2 +- tools/benchmark/pom.xml | 2 +- tools/migration/pom.xml | 2 +- tools/pom.xml | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/build/bom/pom.xml b/build/bom/pom.xml index bb71dd0a355..68452ddd2dd 100644 --- a/build/bom/pom.xml +++ b/build/bom/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-parent - 999-SNAPSHOT + ${revision} ../../pom.xml diff --git a/build/build-parent/pom.xml b/build/build-parent/pom.xml index bec4e36267a..c8479b8a7aa 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 + ${revision} ../../pom.xml diff --git a/build/ide-config/pom.xml b/build/ide-config/pom.xml index 5e52944a076..e3aef514c91 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 + ${revision} ../../pom.xml timefold-solver-ide-config diff --git a/core/pom.xml b/core/pom.xml index e17e85dbd3b..78950873259 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + ${revision} ../build/build-parent/pom.xml diff --git a/docs/pom.xml b/docs/pom.xml index 8a8341808d1..eaf25e14c41 100755 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -7,7 +7,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + ${revision} ../build/build-parent/pom.xml diff --git a/persistence/jackson/pom.xml b/persistence/jackson/pom.xml index 1e0e9611f00..652c1277f54 100644 --- a/persistence/jackson/pom.xml +++ b/persistence/jackson/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-persistence-parent - 999-SNAPSHOT + ${revision} timefold-solver-jackson diff --git a/persistence/jaxb/pom.xml b/persistence/jaxb/pom.xml index 4a7741aae4b..1caa37059d9 100644 --- a/persistence/jaxb/pom.xml +++ b/persistence/jaxb/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-persistence-parent - 999-SNAPSHOT + ${revision} timefold-solver-jaxb diff --git a/persistence/jpa/pom.xml b/persistence/jpa/pom.xml index 6979344a60f..ed686cb68f6 100644 --- a/persistence/jpa/pom.xml +++ b/persistence/jpa/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-persistence-parent - 999-SNAPSHOT + ${revision} timefold-solver-jpa diff --git a/persistence/pom.xml b/persistence/pom.xml index d18ba0875b1..5e6f9379a3a 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + ${revision} ../build/build-parent/pom.xml diff --git a/pom.xml b/pom.xml index 803216aecee..6c6df063c6a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-parent pom - 999-SNAPSHOT + ${revision} Timefold Solver multiproject parent diff --git a/quarkus-integration/pom.xml b/quarkus-integration/pom.xml index 31194accda2..c0572e269cb 100644 --- a/quarkus-integration/pom.xml +++ b/quarkus-integration/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + ${revision} ../build/build-parent/pom.xml diff --git a/quarkus-integration/quarkus-benchmark/deployment/pom.xml b/quarkus-integration/quarkus-benchmark/deployment/pom.xml index 985e9ef80a3..4917a5e572e 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 + ${revision} 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 9fde214da41..e0d27325f1e 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 + ${revision} timefold-solver-quarkus-benchmark-integration-test diff --git a/quarkus-integration/quarkus-benchmark/pom.xml b/quarkus-integration/quarkus-benchmark/pom.xml index abacfea5619..cd1e22d5cc0 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 + ${revision} 4.0.0 diff --git a/quarkus-integration/quarkus-benchmark/runtime/pom.xml b/quarkus-integration/quarkus-benchmark/runtime/pom.xml index 512287d2c1e..42fb8cf8d97 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 + ${revision} timefold-solver-quarkus-benchmark diff --git a/quarkus-integration/quarkus-jackson/deployment/pom.xml b/quarkus-integration/quarkus-jackson/deployment/pom.xml index 6dd8a58c4bc..e983b9323c6 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 + ${revision} 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 c5ea26c4fcd..5f37102389b 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 + ${revision} timefold-solver-quarkus-jackson-integration-test diff --git a/quarkus-integration/quarkus-jackson/pom.xml b/quarkus-integration/quarkus-jackson/pom.xml index 457a252ea29..f3b49140980 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 + ${revision} timefold-solver-quarkus-jackson-parent diff --git a/quarkus-integration/quarkus-jackson/runtime/pom.xml b/quarkus-integration/quarkus-jackson/runtime/pom.xml index 042ae099bfb..38187cff01c 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 + ${revision} timefold-solver-quarkus-jackson diff --git a/quarkus-integration/quarkus/deployment/pom.xml b/quarkus-integration/quarkus/deployment/pom.xml index cae209482a2..02711fe73d9 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 + ${revision} 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 f50c021f678..913c423814e 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 + ${revision} 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 dead8201847..48800fbad3e 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 + ${revision} timefold-solver-quarkus-integration-test diff --git a/quarkus-integration/quarkus/pom.xml b/quarkus-integration/quarkus/pom.xml index 8a918ba56f7..9440fafa1d4 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 + ${revision} 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 113b8e95a76..92601b08297 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 + ${revision} timefold-solver-quarkus-reflection-integration-test diff --git a/quarkus-integration/quarkus/runtime/pom.xml b/quarkus-integration/quarkus/runtime/pom.xml index 67764b7c1cc..211e48bf21c 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 + ${revision} timefold-solver-quarkus diff --git a/service/build/build-support/pom.xml b/service/build/build-support/pom.xml index aff3208886f..a40cf4c83c0 100644 --- a/service/build/build-support/pom.xml +++ b/service/build/build-support/pom.xml @@ -5,7 +5,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../../pom.xml diff --git a/service/build/config/pom.xml b/service/build/config/pom.xml index 1a7fd1b1aeb..ec29ed58900 100644 --- a/service/build/config/pom.xml +++ b/service/build/config/pom.xml @@ -5,7 +5,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../../pom.xml diff --git a/service/definition/pom.xml b/service/definition/pom.xml index 780a2683e18..0a747792566 100644 --- a/service/definition/pom.xml +++ b/service/definition/pom.xml @@ -4,7 +4,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../pom.xml diff --git a/service/facade/service-with-maps/pom.xml b/service/facade/service-with-maps/pom.xml index 32d5fa6afa5..7bd499392af 100644 --- a/service/facade/service-with-maps/pom.xml +++ b/service/facade/service-with-maps/pom.xml @@ -4,7 +4,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../../pom.xml diff --git a/service/facade/service/pom.xml b/service/facade/service/pom.xml index 3ec34067fb6..5ee1b4e0cae 100644 --- a/service/facade/service/pom.xml +++ b/service/facade/service/pom.xml @@ -4,7 +4,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../../pom.xml diff --git a/service/jackson/pom.xml b/service/jackson/pom.xml index 6284379eaa9..615058070ca 100644 --- a/service/jackson/pom.xml +++ b/service/jackson/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../pom.xml diff --git a/service/json/pom.xml b/service/json/pom.xml index d841ed44598..5d10bca7d62 100644 --- a/service/json/pom.xml +++ b/service/json/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../pom.xml diff --git a/service/maps/api/pom.xml b/service/maps/api/pom.xml index fd1bee21d54..7afe1f7d655 100644 --- a/service/maps/api/pom.xml +++ b/service/maps/api/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-service-maps - 999-SNAPSHOT + ${revision} timefold-solver-service-maps-api diff --git a/service/maps/haversine/pom.xml b/service/maps/haversine/pom.xml index 9d7c605571b..9d92d24c7b3 100644 --- a/service/maps/haversine/pom.xml +++ b/service/maps/haversine/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-service-maps - 999-SNAPSHOT + ${revision} timefold-solver-service-maps-haversine diff --git a/service/maps/pom.xml b/service/maps/pom.xml index 6aaba3bd9cf..edd6f089dbd 100644 --- a/service/maps/pom.xml +++ b/service/maps/pom.xml @@ -5,7 +5,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../pom.xml timefold-solver-service-maps diff --git a/service/maps/service-client/pom.xml b/service/maps/service-client/pom.xml index e6ae463435a..72c2775864f 100644 --- a/service/maps/service-client/pom.xml +++ b/service/maps/service-client/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-service-maps - 999-SNAPSHOT + ${revision} timefold-solver-service-maps-service-client diff --git a/service/maps/service-integration/pom.xml b/service/maps/service-integration/pom.xml index 8037f3e72e0..7ba7732a8f6 100644 --- a/service/maps/service-integration/pom.xml +++ b/service/maps/service-integration/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-service-maps - 999-SNAPSHOT + ${revision} timefold-solver-service-maps-service-integration diff --git a/service/maps/service-rest/pom.xml b/service/maps/service-rest/pom.xml index 0fe5600809f..7b507e0548c 100644 --- a/service/maps/service-rest/pom.xml +++ b/service/maps/service-rest/pom.xml @@ -4,7 +4,7 @@ ai.timefold.solver timefold-solver-service-maps - 999-SNAPSHOT + ${revision} timefold-solver-service-maps-service-rest (Preview) Timefold Solver Service Maps REST diff --git a/service/maps/service-test/pom.xml b/service/maps/service-test/pom.xml index 44af0de2fe7..f37f16ab26e 100644 --- a/service/maps/service-test/pom.xml +++ b/service/maps/service-test/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-service-maps - 999-SNAPSHOT + ${revision} timefold-solver-service-maps-service-test diff --git a/service/pom.xml b/service/pom.xml index dfbffa02c5f..d45683252ad 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -3,7 +3,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + ${revision} ../build/build-parent/pom.xml diff --git a/service/quarkus/deployment/pom.xml b/service/quarkus/deployment/pom.xml index b4a0f0e37da..5f4449120c9 100644 --- a/service/quarkus/deployment/pom.xml +++ b/service/quarkus/deployment/pom.xml @@ -7,7 +7,7 @@ ai.timefold.solver timefold-solver-service-quarkus-parent - 999-SNAPSHOT + ${revision} timefold-solver-service-quarkus-deployment (Preview) Timefold Solver Service Quarkus Extension: Deployment diff --git a/service/quarkus/integration-tests/pom.xml b/service/quarkus/integration-tests/pom.xml index 5e870d37923..9e04c70f813 100644 --- a/service/quarkus/integration-tests/pom.xml +++ b/service/quarkus/integration-tests/pom.xml @@ -7,7 +7,7 @@ ai.timefold.solver timefold-solver-service-quarkus-parent - 999-SNAPSHOT + ${revision} timefold-solver-service-quarkus-integration-tests (Preview) Timefold Solver Service Quarkus Extension: Integration Tests diff --git a/service/quarkus/pom.xml b/service/quarkus/pom.xml index 42e65066ec1..11f7d092aea 100644 --- a/service/quarkus/pom.xml +++ b/service/quarkus/pom.xml @@ -7,7 +7,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../pom.xml timefold-solver-service-quarkus-parent diff --git a/service/quarkus/runtime/pom.xml b/service/quarkus/runtime/pom.xml index 56e7b762be0..b007666b94a 100644 --- a/service/quarkus/runtime/pom.xml +++ b/service/quarkus/runtime/pom.xml @@ -7,7 +7,7 @@ ai.timefold.solver timefold-solver-service-quarkus-parent - 999-SNAPSHOT + ${revision} timefold-solver-service-quarkus (Preview) Timefold Solver Service Quarkus Extension: Runtime diff --git a/service/rest/pom.xml b/service/rest/pom.xml index 1b8865dff1d..a1942806e44 100644 --- a/service/rest/pom.xml +++ b/service/rest/pom.xml @@ -3,7 +3,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../pom.xml diff --git a/service/service-defaults/pom.xml b/service/service-defaults/pom.xml index 6f2a95e3701..9080b0146fa 100644 --- a/service/service-defaults/pom.xml +++ b/service/service-defaults/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../pom.xml diff --git a/service/test/pom.xml b/service/test/pom.xml index e13483a6b10..1cf75785d77 100644 --- a/service/test/pom.xml +++ b/service/test/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../pom.xml diff --git a/service/tools/maven-plugin/pom.xml b/service/tools/maven-plugin/pom.xml index d1cb0cc9fa6..7541c04a5ac 100644 --- a/service/tools/maven-plugin/pom.xml +++ b/service/tools/maven-plugin/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../../pom.xml diff --git a/service/worker/pom.xml b/service/worker/pom.xml index 63b0c289458..ea775e993fb 100644 --- a/service/worker/pom.xml +++ b/service/worker/pom.xml @@ -3,7 +3,7 @@ ai.timefold.solver timefold-solver-service-internal-parent - 999-SNAPSHOT + ${revision} ../pom.xml diff --git a/spring-integration/pom.xml b/spring-integration/pom.xml index 3efbe4a80a5..a026b31aa2c 100644 --- a/spring-integration/pom.xml +++ b/spring-integration/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + ${revision} ../build/build-parent/pom.xml diff --git a/spring-integration/spring-boot-autoconfigure/pom.xml b/spring-integration/spring-boot-autoconfigure/pom.xml index a90838c3e3f..d6989dc87d6 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 + ${revision} 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 2b946fde7c7..b2e216fbc68 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 + ${revision} spring-boot-integration-test diff --git a/spring-integration/spring-boot-starter/pom.xml b/spring-integration/spring-boot-starter/pom.xml index d2917847a3c..ba8c5678f99 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 + ${revision} timefold-solver-spring-boot-starter diff --git a/tools/benchmark-aggregator/pom.xml b/tools/benchmark-aggregator/pom.xml index 7844202af70..d5538a4d5cc 100644 --- a/tools/benchmark-aggregator/pom.xml +++ b/tools/benchmark-aggregator/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + ${revision} ../../build/build-parent/pom.xml diff --git a/tools/benchmark/pom.xml b/tools/benchmark/pom.xml index 6bdc9a5981e..6b0d4f0e166 100644 --- a/tools/benchmark/pom.xml +++ b/tools/benchmark/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + ${revision} ../../build/build-parent/pom.xml diff --git a/tools/migration/pom.xml b/tools/migration/pom.xml index f46704d7ae5..cd360d04642 100644 --- a/tools/migration/pom.xml +++ b/tools/migration/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + ${revision} ../../build/build-parent/pom.xml diff --git a/tools/pom.xml b/tools/pom.xml index f5d53727d47..4178584838f 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -6,7 +6,7 @@ ai.timefold.solver timefold-solver-build-parent - 999-SNAPSHOT + ${revision} ../build/build-parent/pom.xml