diff --git a/bom/deployment/pom.xml b/bom/deployment/pom.xml
index 87a1e23ad..c00379ee6 100644
--- a/bom/deployment/pom.xml
+++ b/bom/deployment/pom.xml
@@ -277,7 +277,7 @@
${project.version}
- ${project.groupId}
+ io.quarkus
quarkus-hibernate-search-elasticsearch-deployment
${project.version}
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 475b38f08..58968b282 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -84,7 +84,7 @@
${project.version}
- ${project.groupId}
+ io.quarkus
quarkus-creator
${project.version}
@@ -120,7 +120,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/extensions/spring-data-jpa/deployment/pom.xml b/extensions/spring-data-jpa/deployment/pom.xml
index 4a8a7b883..704f6f327 100644
--- a/extensions/spring-data-jpa/deployment/pom.xml
+++ b/extensions/spring-data-jpa/deployment/pom.xml
@@ -16,7 +16,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-spring-data-jpa
diff --git a/extensions/spring-di/deployment/pom.xml b/extensions/spring-di/deployment/pom.xml
index e09d3f8f9..a5f6966f9 100644
--- a/extensions/spring-di/deployment/pom.xml
+++ b/extensions/spring-di/deployment/pom.xml
@@ -16,7 +16,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-spring-di
diff --git a/extensions/spring-web/deployment/pom.xml b/extensions/spring-web/deployment/pom.xml
index eab191137..8c70e3396 100644
--- a/extensions/spring-web/deployment/pom.xml
+++ b/extensions/spring-web/deployment/pom.xml
@@ -16,7 +16,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-spring-web
diff --git a/independent-projects/bootstrap/maven-plugin/pom.xml b/independent-projects/bootstrap/maven-plugin/pom.xml
index 3feb9606c..f37c5d7b1 100644
--- a/independent-projects/bootstrap/maven-plugin/pom.xml
+++ b/independent-projects/bootstrap/maven-plugin/pom.xml
@@ -40,11 +40,11 @@
- ${project.groupId}
+ io.quarkus
quarkus-bootstrap-core
- ${project.groupId}
+ io.quarkus
quarkus-bootstrap-core
test-jar
test
diff --git a/independent-projects/bootstrap/pom.xml b/independent-projects/bootstrap/pom.xml
index ab2d6f3e4..2aa239873 100644
--- a/independent-projects/bootstrap/pom.xml
+++ b/independent-projects/bootstrap/pom.xml
@@ -39,19 +39,19 @@
- ${project.groupId}
+ io.quarkus
quarkus-bootstrap-core
${project.version}
- ${project.groupId}
+ io.quarkus
quarkus-bootstrap-core
${project.version}
test-jar
test
- ${project.groupId}
+ io.quarkus
quarkus-bootstrap-maven-plugin
${project.version}
diff --git a/integration-tests/amazon-dynamodb/pom.xml b/integration-tests/amazon-dynamodb/pom.xml
index eb912b40c..0cdcc82c5 100644
--- a/integration-tests/amazon-dynamodb/pom.xml
+++ b/integration-tests/amazon-dynamodb/pom.xml
@@ -82,7 +82,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -148,7 +148,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/integration-tests/amazon-lambda/pom.xml b/integration-tests/amazon-lambda/pom.xml
index e60e89553..8e26427e7 100644
--- a/integration-tests/amazon-lambda/pom.xml
+++ b/integration-tests/amazon-lambda/pom.xml
@@ -41,7 +41,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -84,7 +84,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/elytron-security-oauth2/pom.xml b/integration-tests/elytron-security-oauth2/pom.xml
index 239584d5c..7ba304c8c 100644
--- a/integration-tests/elytron-security-oauth2/pom.xml
+++ b/integration-tests/elytron-security-oauth2/pom.xml
@@ -56,7 +56,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -100,7 +100,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/elytron-security/pom.xml b/integration-tests/elytron-security/pom.xml
index 7a01d638c..148eeb4f0 100644
--- a/integration-tests/elytron-security/pom.xml
+++ b/integration-tests/elytron-security/pom.xml
@@ -53,7 +53,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -97,7 +97,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/flyway/pom.xml b/integration-tests/flyway/pom.xml
index 4e0543147..3bf2bd1e2 100644
--- a/integration-tests/flyway/pom.xml
+++ b/integration-tests/flyway/pom.xml
@@ -59,7 +59,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -102,7 +102,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/hibernate-orm-panache/pom.xml b/integration-tests/hibernate-orm-panache/pom.xml
index c64931193..8c5b6088b 100644
--- a/integration-tests/hibernate-orm-panache/pom.xml
+++ b/integration-tests/hibernate-orm-panache/pom.xml
@@ -78,7 +78,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -120,7 +120,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/integration-tests/hibernate-search-elasticsearch/pom.xml b/integration-tests/hibernate-search-elasticsearch/pom.xml
index 8baebd217..d4415e47c 100644
--- a/integration-tests/hibernate-search-elasticsearch/pom.xml
+++ b/integration-tests/hibernate-search-elasticsearch/pom.xml
@@ -76,7 +76,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -169,7 +169,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/hibernate-validator/pom.xml b/integration-tests/hibernate-validator/pom.xml
index 3a166f0eb..4f2ce190a 100644
--- a/integration-tests/hibernate-validator/pom.xml
+++ b/integration-tests/hibernate-validator/pom.xml
@@ -55,7 +55,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -106,7 +106,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/infinispan-cache-jpa/pom.xml b/integration-tests/infinispan-cache-jpa/pom.xml
index 5d0313921..1b4cd3ab0 100644
--- a/integration-tests/infinispan-cache-jpa/pom.xml
+++ b/integration-tests/infinispan-cache-jpa/pom.xml
@@ -57,7 +57,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -107,7 +107,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/integration-tests/infinispan-client/pom.xml b/integration-tests/infinispan-client/pom.xml
index e4b2b4bfe..d2ca20233 100644
--- a/integration-tests/infinispan-client/pom.xml
+++ b/integration-tests/infinispan-client/pom.xml
@@ -101,7 +101,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -142,7 +142,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/jpa-h2/pom.xml b/integration-tests/jpa-h2/pom.xml
index 0a993c2ee..b3d68ce67 100644
--- a/integration-tests/jpa-h2/pom.xml
+++ b/integration-tests/jpa-h2/pom.xml
@@ -57,7 +57,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -98,7 +98,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/jpa-mariadb/pom.xml b/integration-tests/jpa-mariadb/pom.xml
index 25a36313e..7915c697b 100644
--- a/integration-tests/jpa-mariadb/pom.xml
+++ b/integration-tests/jpa-mariadb/pom.xml
@@ -66,7 +66,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -132,7 +132,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/jpa-mssql/pom.xml b/integration-tests/jpa-mssql/pom.xml
index 6e438a197..db89dc14e 100644
--- a/integration-tests/jpa-mssql/pom.xml
+++ b/integration-tests/jpa-mssql/pom.xml
@@ -70,7 +70,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -136,7 +136,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/jpa-postgresql/pom.xml b/integration-tests/jpa-postgresql/pom.xml
index b836445d9..a966e7cbd 100644
--- a/integration-tests/jpa-postgresql/pom.xml
+++ b/integration-tests/jpa-postgresql/pom.xml
@@ -61,7 +61,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -127,7 +127,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/jpa/pom.xml b/integration-tests/jpa/pom.xml
index 8af4ab180..52ca1d7ed 100644
--- a/integration-tests/jpa/pom.xml
+++ b/integration-tests/jpa/pom.xml
@@ -54,7 +54,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -95,7 +95,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/kafka/pom.xml b/integration-tests/kafka/pom.xml
index a03131314..59e2f9991 100644
--- a/integration-tests/kafka/pom.xml
+++ b/integration-tests/kafka/pom.xml
@@ -80,7 +80,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -121,7 +121,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/keycloak/pom.xml b/integration-tests/keycloak/pom.xml
index 81d46bd85..b58227c73 100644
--- a/integration-tests/keycloak/pom.xml
+++ b/integration-tests/keycloak/pom.xml
@@ -62,7 +62,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -105,7 +105,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -146,7 +146,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/kogito/pom.xml b/integration-tests/kogito/pom.xml
index 404cb8a98..08498b0a5 100644
--- a/integration-tests/kogito/pom.xml
+++ b/integration-tests/kogito/pom.xml
@@ -47,7 +47,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -89,7 +89,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/integration-tests/kubernetes-client/pom.xml b/integration-tests/kubernetes-client/pom.xml
index fa6fc680c..7d41f0e5b 100644
--- a/integration-tests/kubernetes-client/pom.xml
+++ b/integration-tests/kubernetes-client/pom.xml
@@ -43,7 +43,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -85,7 +85,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/integration-tests/main/pom.xml b/integration-tests/main/pom.xml
index af52f00db..f33026fee 100644
--- a/integration-tests/main/pom.xml
+++ b/integration-tests/main/pom.xml
@@ -169,7 +169,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -233,7 +233,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/mongodb-client/pom.xml b/integration-tests/mongodb-client/pom.xml
index a6d1f65a4..b1d762e16 100644
--- a/integration-tests/mongodb-client/pom.xml
+++ b/integration-tests/mongodb-client/pom.xml
@@ -60,7 +60,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -107,7 +107,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/integration-tests/neo4j/pom.xml b/integration-tests/neo4j/pom.xml
index 0fce5404d..f5fb59aed 100644
--- a/integration-tests/neo4j/pom.xml
+++ b/integration-tests/neo4j/pom.xml
@@ -91,7 +91,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -157,7 +157,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/reactive-pg-client/pom.xml b/integration-tests/reactive-pg-client/pom.xml
index 98a67bfab..c006259e1 100644
--- a/integration-tests/reactive-pg-client/pom.xml
+++ b/integration-tests/reactive-pg-client/pom.xml
@@ -62,7 +62,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -131,7 +131,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/integration-tests/resteasy-jackson/pom.xml b/integration-tests/resteasy-jackson/pom.xml
index b85bcb3c3..1ef8ae0a0 100644
--- a/integration-tests/resteasy-jackson/pom.xml
+++ b/integration-tests/resteasy-jackson/pom.xml
@@ -37,7 +37,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -79,7 +79,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/integration-tests/spring-data-jpa/pom.xml b/integration-tests/spring-data-jpa/pom.xml
index d61ca1397..bc4ddfcb7 100644
--- a/integration-tests/spring-data-jpa/pom.xml
+++ b/integration-tests/spring-data-jpa/pom.xml
@@ -57,7 +57,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -99,7 +99,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/integration-tests/spring-di/pom.xml b/integration-tests/spring-di/pom.xml
index 9527dba0a..930907657 100644
--- a/integration-tests/spring-di/pom.xml
+++ b/integration-tests/spring-di/pom.xml
@@ -49,7 +49,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -91,7 +91,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/integration-tests/spring-web/pom.xml b/integration-tests/spring-web/pom.xml
index 4d27e6114..40fc9f9ea 100644
--- a/integration-tests/spring-web/pom.xml
+++ b/integration-tests/spring-web/pom.xml
@@ -43,7 +43,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -85,7 +85,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
diff --git a/integration-tests/test-extension/pom.xml b/integration-tests/test-extension/pom.xml
index 505a63e00..8d2372f86 100644
--- a/integration-tests/test-extension/pom.xml
+++ b/integration-tests/test-extension/pom.xml
@@ -46,7 +46,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -90,7 +90,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/tika/pom.xml b/integration-tests/tika/pom.xml
index 5c3f359b5..9ea88493a 100644
--- a/integration-tests/tika/pom.xml
+++ b/integration-tests/tika/pom.xml
@@ -56,7 +56,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
@@ -102,7 +102,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
diff --git a/integration-tests/vertx/pom.xml b/integration-tests/vertx/pom.xml
index 328c09e2a..c690a4adb 100644
--- a/integration-tests/vertx/pom.xml
+++ b/integration-tests/vertx/pom.xml
@@ -43,7 +43,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}
@@ -85,7 +85,7 @@
- ${project.groupId}
+ io.quarkus
quarkus-maven-plugin
${project.version}