diff --git a/build/optaplanner-distribution/pom.xml b/build/optaplanner-distribution/pom.xml index a4a65662..2749421c 100644 --- a/build/optaplanner-distribution/pom.xml +++ b/build/optaplanner-distribution/pom.xml @@ -5,7 +5,7 @@ org.optaplanner optaplanner-quickstarts-parent - 8.42.0.Final + 8.42.1-SNAPSHOT ../../pom.xml diff --git a/build/quickstarts-showcase/pom.xml b/build/quickstarts-showcase/pom.xml index 72639a4c..549634b2 100644 --- a/build/quickstarts-showcase/pom.xml +++ b/build/quickstarts-showcase/pom.xml @@ -5,7 +5,7 @@ org.optaplanner optaplanner-quickstarts-parent - 8.42.0.Final + 8.42.1-SNAPSHOT ../../pom.xml diff --git a/hello-world/build.gradle b/hello-world/build.gradle index c3d134fa..aae7638f 100644 --- a/hello-world/build.gradle +++ b/hello-world/build.gradle @@ -3,7 +3,7 @@ plugins { id "application" } -def optaplannerVersion = "8.42.0.Final" +def optaplannerVersion = "8.42.1-SNAPSHOT" def logbackVersion = "1.2.11" def junitJupiterVersion = "5.9.0" def assertjVersion = "3.24.2" diff --git a/hello-world/pom.xml b/hello-world/pom.xml index 08cb3360..8e8418ea 100644 --- a/hello-world/pom.xml +++ b/hello-world/pom.xml @@ -12,7 +12,7 @@ UTF-8 hello-world-run - 8.42.0.Final + 8.42.1-SNAPSHOT 3.24.2 5.9.0 1.2.11 diff --git a/pom.xml b/pom.xml index 35ba589e..59743a27 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.optaplanner optaplanner-build-parent - 8.42.0.Final + 8.42.1-SNAPSHOT diff --git a/technology/java-activemq-quarkus/pom.xml b/technology/java-activemq-quarkus/pom.xml index 3506a7af..42de65aa 100644 --- a/technology/java-activemq-quarkus/pom.xml +++ b/technology/java-activemq-quarkus/pom.xml @@ -12,7 +12,7 @@ 2.24.0 2.16.7.Final - 8.42.0.Final + 8.42.1-SNAPSHOT UTF-8 3.8.1 diff --git a/technology/java-spring-boot/build.gradle b/technology/java-spring-boot/build.gradle index 1ad1aae6..44000dc9 100644 --- a/technology/java-spring-boot/build.gradle +++ b/technology/java-spring-boot/build.gradle @@ -4,7 +4,7 @@ plugins { id "java" } -def optaplannerVersion = "8.42.0.Final" +def optaplannerVersion = "8.42.1-SNAPSHOT" def assertjVersion = "3.24.2" group = "org.acme" diff --git a/technology/java-spring-boot/pom.xml b/technology/java-spring-boot/pom.xml index bceb4439..fa8cd1b8 100644 --- a/technology/java-spring-boot/pom.xml +++ b/technology/java-spring-boot/pom.xml @@ -11,7 +11,7 @@ 11 UTF-8 - 8.42.0.Final + 8.42.1-SNAPSHOT 2.7.12 3.8.1 diff --git a/technology/kotlin-quarkus/pom.xml b/technology/kotlin-quarkus/pom.xml index cbbbab6c..4e80e7ba 100644 --- a/technology/kotlin-quarkus/pom.xml +++ b/technology/kotlin-quarkus/pom.xml @@ -13,7 +13,7 @@ 2.16.7.Final 1.6.21 - 8.42.0.Final + 8.42.1-SNAPSHOT 3.8.1 3.0.0-M8 diff --git a/technology/kubernetes/pom.xml b/technology/kubernetes/pom.xml index 2fe87a84..6cfc75ab 100644 --- a/technology/kubernetes/pom.xml +++ b/technology/kubernetes/pom.xml @@ -21,7 +21,7 @@ 2.24.0 2.16.7.Final - 8.42.0.Final + 8.42.1-SNAPSHOT 3.8.1 1.0.8 3.0.0-M8 diff --git a/use-cases/call-center/pom.xml b/use-cases/call-center/pom.xml index a64d3f89..b21b8bc1 100644 --- a/use-cases/call-center/pom.xml +++ b/use-cases/call-center/pom.xml @@ -12,7 +12,7 @@ UTF-8 2.16.7.Final - 8.42.0.Final + 8.42.1-SNAPSHOT 3.8.1 3.0.0-M8 diff --git a/use-cases/employee-scheduling/pom.xml b/use-cases/employee-scheduling/pom.xml index 57e722a6..4be08466 100644 --- a/use-cases/employee-scheduling/pom.xml +++ b/use-cases/employee-scheduling/pom.xml @@ -12,7 +12,7 @@ UTF-8 2.16.7.Final - 8.42.0.Final + 8.42.1-SNAPSHOT 3.8.1 3.0.0-M8 diff --git a/use-cases/facility-location/pom.xml b/use-cases/facility-location/pom.xml index 556239a5..9ea0a94a 100644 --- a/use-cases/facility-location/pom.xml +++ b/use-cases/facility-location/pom.xml @@ -12,7 +12,7 @@ UTF-8 2.16.7.Final - 8.42.0.Final + 8.42.1-SNAPSHOT 3.8.1 3.0.0-M8 diff --git a/use-cases/maintenance-scheduling/pom.xml b/use-cases/maintenance-scheduling/pom.xml index f971d2f5..32a41582 100644 --- a/use-cases/maintenance-scheduling/pom.xml +++ b/use-cases/maintenance-scheduling/pom.xml @@ -12,7 +12,7 @@ UTF-8 2.16.7.Final - 8.42.0.Final + 8.42.1-SNAPSHOT 3.8.1 3.0.0-M8 diff --git a/use-cases/order-picking/pom.xml b/use-cases/order-picking/pom.xml index 0e714253..56443440 100644 --- a/use-cases/order-picking/pom.xml +++ b/use-cases/order-picking/pom.xml @@ -12,7 +12,7 @@ UTF-8 2.16.7.Final - 8.42.0.Final + 8.42.1-SNAPSHOT 3.8.1 3.0.0-M8 diff --git a/use-cases/school-timetabling/build.gradle b/use-cases/school-timetabling/build.gradle index abdbb85a..54b4c1c6 100644 --- a/use-cases/school-timetabling/build.gradle +++ b/use-cases/school-timetabling/build.gradle @@ -4,7 +4,7 @@ plugins { } def quarkusVersion = "2.16.7.Final" -def optaplannerVersion = "8.42.0.Final" +def optaplannerVersion = "8.42.1-SNAPSHOT" def assertjVersion = "3.24.2" group = "org.acme" diff --git a/use-cases/school-timetabling/pom.xml b/use-cases/school-timetabling/pom.xml index 623f43f0..5aa445a1 100644 --- a/use-cases/school-timetabling/pom.xml +++ b/use-cases/school-timetabling/pom.xml @@ -12,7 +12,7 @@ UTF-8 2.16.7.Final - 8.42.0.Final + 8.42.1-SNAPSHOT 3.8.1 3.0.0-M8 diff --git a/use-cases/vaccination-scheduling/pom.xml b/use-cases/vaccination-scheduling/pom.xml index 593a7ae1..33432bce 100644 --- a/use-cases/vaccination-scheduling/pom.xml +++ b/use-cases/vaccination-scheduling/pom.xml @@ -12,7 +12,7 @@ UTF-8 2.16.7.Final - 8.42.0.Final + 8.42.1-SNAPSHOT 3.8.1 3.0.0-M8 diff --git a/use-cases/vehicle-routing/pom.xml b/use-cases/vehicle-routing/pom.xml index c53aa627..445c305a 100644 --- a/use-cases/vehicle-routing/pom.xml +++ b/use-cases/vehicle-routing/pom.xml @@ -12,7 +12,7 @@ UTF-8 2.16.7.Final - 8.42.0.Final + 8.42.1-SNAPSHOT 3.8.1 3.0.0-M8