From 099d8e996f0e245a6ed35ecaf6020796f0e2a60c Mon Sep 17 00:00:00 2001 From: damien Date: Sat, 9 Mar 2024 00:10:50 +0100 Subject: [PATCH] try to fix build --- integration-tests/inmemory/pom.xml | 2 +- integration-tests/jdbc/pom.xml | 2 +- integration-tests/mixed/pom.xml | 2 +- integration-tests/mongo/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration-tests/inmemory/pom.xml b/integration-tests/inmemory/pom.xml index 566c92f..f42908b 100644 --- a/integration-tests/inmemory/pom.xml +++ b/integration-tests/inmemory/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.quarkiverse.shedlock - quarkus-shedlock-parent + quarkus-shedlock-integration-tests 999-SNAPSHOT quarkus-shedlock-provider-inmemory-integration-tests diff --git a/integration-tests/jdbc/pom.xml b/integration-tests/jdbc/pom.xml index 866f85d..28cad66 100644 --- a/integration-tests/jdbc/pom.xml +++ b/integration-tests/jdbc/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.quarkiverse.shedlock - quarkus-shedlock-parent + quarkus-shedlock-integration-tests 999-SNAPSHOT quarkus-shedlock-provider-jdbc-integration-tests diff --git a/integration-tests/mixed/pom.xml b/integration-tests/mixed/pom.xml index cb6f17b..d10cc82 100644 --- a/integration-tests/mixed/pom.xml +++ b/integration-tests/mixed/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.quarkiverse.shedlock - quarkus-shedlock-parent + quarkus-shedlock-integration-tests 999-SNAPSHOT quarkus-shedlock-providers-mixed-integration-tests diff --git a/integration-tests/mongo/pom.xml b/integration-tests/mongo/pom.xml index 35454a1..35754e1 100644 --- a/integration-tests/mongo/pom.xml +++ b/integration-tests/mongo/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.quarkiverse.shedlock - quarkus-shedlock-parent + quarkus-shedlock-integration-tests 999-SNAPSHOT quarkus-shedlock-provider-mongo-integration-tests