From 27f644edd31ab95f01fed12d70616a7626b136c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Tue, 28 Nov 2023 15:27:02 +0100 Subject: [PATCH] Add relocation artifacts for quarkus-hibernate-search-orm-coordination-outbox-polling renaming See https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.7#quarkus-hibernate-search-orm-coordination-outbox-polling-was-renamed --- relocations/pom.xml | 2 ++ .../pom.xml | 22 +++++++++++++++++++ .../pom.xml | 22 +++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 relocations/quarkus-hibernate-search-orm-coordination-outbox-polling-deployment/pom.xml create mode 100644 relocations/quarkus-hibernate-search-orm-coordination-outbox-polling/pom.xml diff --git a/relocations/pom.xml b/relocations/pom.xml index 0d5a530654d5c..112d7ada36650 100644 --- a/relocations/pom.xml +++ b/relocations/pom.xml @@ -24,6 +24,8 @@ quarkus-jaeger-deployment quarkus-smallrye-opentracing quarkus-smallrye-opentracing-deployment + quarkus-hibernate-search-orm-coordination-outbox-polling + quarkus-hibernate-search-orm-coordination-outbox-polling-deployment diff --git a/relocations/quarkus-hibernate-search-orm-coordination-outbox-polling-deployment/pom.xml b/relocations/quarkus-hibernate-search-orm-coordination-outbox-polling-deployment/pom.xml new file mode 100644 index 0000000000000..de349589a3389 --- /dev/null +++ b/relocations/quarkus-hibernate-search-orm-coordination-outbox-polling-deployment/pom.xml @@ -0,0 +1,22 @@ + + + + quarkus-relocations-parent + io.quarkus + 999-SNAPSHOT + + 4.0.0 + + quarkus-hibernate-search-orm-coordination-outbox-polling-deployment + + + + io.quarkus + quarkus-hibernate-search-orm-outbox-polling-deployment + ${project.version} + ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkus:quarkus-hibernate-search-orm-outbox-polling-deployment:${project.version}. Please update the artifactId of the dependency in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.7#quarkus-hibernate-search-orm-coordination-outbox-polling-was-renamed + + + diff --git a/relocations/quarkus-hibernate-search-orm-coordination-outbox-polling/pom.xml b/relocations/quarkus-hibernate-search-orm-coordination-outbox-polling/pom.xml new file mode 100644 index 0000000000000..e4f7adaeba992 --- /dev/null +++ b/relocations/quarkus-hibernate-search-orm-coordination-outbox-polling/pom.xml @@ -0,0 +1,22 @@ + + + + quarkus-relocations-parent + io.quarkus + 999-SNAPSHOT + + 4.0.0 + + quarkus-hibernate-search-orm-coordination-outbox-polling + + + + io.quarkus + quarkus-hibernate-search-orm-outbox-polling + ${project.version} + ${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkus:quarkus-hibernate-search-orm-outbox-polling:${project.version}. Please update the artifactId of the dependency in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.7#quarkus-hibernate-search-orm-coordination-outbox-polling-was-renamed + + +