From 9bab710a48a464bd97c1f6f7a632fc0ed68e0b37 Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Thu, 29 Aug 2024 12:03:00 +0200 Subject: [PATCH] Replace some hardcoded groupId with project property --- plugin/pom.xml | 2 +- pom.xml | 2 +- tests/bootable-tests/pom.xml | 2 +- tests/domain-tests/pom.xml | 2 +- tests/shared/pom.xml | 4 ++-- tests/standalone-tests/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugin/pom.xml b/plugin/pom.xml index 281f74e7..575887bb 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -177,7 +177,7 @@ - org.wildfly.plugins + ${project.groupId} wildfly-plugin-core diff --git a/pom.xml b/pom.xml index 3ab790d1..955ab6f2 100644 --- a/pom.xml +++ b/pom.xml @@ -375,7 +375,7 @@ - org.wildfly.plugins + ${project.groupId} wildfly-plugin-core ${project.version} diff --git a/tests/bootable-tests/pom.xml b/tests/bootable-tests/pom.xml index 1182ee3e..11504f5a 100644 --- a/tests/bootable-tests/pom.xml +++ b/tests/bootable-tests/pom.xml @@ -26,7 +26,7 @@ - org.wildfly.plugins + ${project.groupId} wildfly-maven-plugin-tests-shared ${project.version} test diff --git a/tests/domain-tests/pom.xml b/tests/domain-tests/pom.xml index 35247fc0..90d702b9 100644 --- a/tests/domain-tests/pom.xml +++ b/tests/domain-tests/pom.xml @@ -26,7 +26,7 @@ - org.wildfly.plugins + ${project.groupId} wildfly-maven-plugin-tests-shared ${project.version} test diff --git a/tests/shared/pom.xml b/tests/shared/pom.xml index 28591642..afb3085d 100644 --- a/tests/shared/pom.xml +++ b/tests/shared/pom.xml @@ -28,12 +28,12 @@ galleon-core - org.wildfly.plugins + ${project.groupId} wildfly-maven-plugin ${project.version} - org.wildfly.plugins + ${project.groupId} wildfly-plugin-core ${project.version} diff --git a/tests/standalone-tests/pom.xml b/tests/standalone-tests/pom.xml index 477f5b93..5be865c4 100644 --- a/tests/standalone-tests/pom.xml +++ b/tests/standalone-tests/pom.xml @@ -26,7 +26,7 @@ - org.wildfly.plugins + ${project.groupId} wildfly-maven-plugin-tests-shared ${project.version} test