From f8754302db173688c2db39c6a9096b56fe151007 Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Tue, 17 Dec 2024 17:10:11 +0100 Subject: [PATCH] Replace groupId with an expression where possible. --- code-coverage/pom.xml | 12 ++++++------ core/pom.xml | 4 ++-- dist/pom.xml | 2 +- load-spi/pom.xml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index e0591869..ad3a3ad8 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -17,27 +17,27 @@ - org.jboss.mod_cluster + ${project.groupId} mod_cluster-container-spi - org.jboss.mod_cluster + ${project.groupId} mod_cluster-container-tomcat-9.0 - org.jboss.mod_cluster + ${project.groupId} mod_cluster-container-tomcat-10.1 - org.jboss.mod_cluster + ${project.groupId} mod_cluster-container-tomcat-11.0 - org.jboss.mod_cluster + ${project.groupId} mod_cluster-core - org.jboss.mod_cluster + ${project.groupId} mod_cluster-load-spi diff --git a/core/pom.xml b/core/pom.xml index a63a7669..d3f0edde 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -14,11 +14,11 @@ mod_cluster: Core - org.jboss.mod_cluster + ${project.groupId} mod_cluster-container-spi - org.jboss.mod_cluster + ${project.groupId} mod_cluster-load-spi diff --git a/dist/pom.xml b/dist/pom.xml index d8a8004c..f6681bee 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -18,7 +18,7 @@ - org.jboss.mod_cluster + ${project.groupId} mod_cluster-core diff --git a/load-spi/pom.xml b/load-spi/pom.xml index 847d5e25..d1148f5d 100644 --- a/load-spi/pom.xml +++ b/load-spi/pom.xml @@ -17,7 +17,7 @@ - org.jboss.mod_cluster + ${project.groupId} mod_cluster-container-spi