From e0672d2f86b8266ede9e0d399c647fd24adaa211 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Mon, 28 Oct 2024 15:23:50 +0000 Subject: [PATCH] [WFLY-18633] moves to parent 9, which no longer has openshift profile --- batch-processing/pom.xml | 31 ++++++++++++++++++- bmt/pom.xml | 23 +++++++++++++- cmt/pom.xml | 23 +++++++++++++- ee-security/pom.xml | 23 +++++++++++++- ejb-multi-server/pom.xml | 2 +- ejb-remote/pom.xml | 23 +++++++++++++- ejb-security-context-propagation/pom.xml | 2 +- ejb-security-programmatic-auth/pom.xml | 2 +- ejb-throws-exception/pom.xml | 2 +- ejb-throws-exception/web/pom.xml | 5 +++ ejb-timer/pom.xml | 23 +++++++++++++- ejb-txn-remote-call/client/pom.xml | 13 +++++++- ejb-txn-remote-call/pom.xml | 2 +- ejb-txn-remote-call/server/pom.xml | 13 +++++++- ha-singleton-deployment/pom.xml | 4 ++- ha-singleton-service/pom.xml | 4 ++- helloworld-jms/pom.xml | 2 +- helloworld-mdb/pom.xml | 23 +++++++++++++- helloworld-mutual-ssl-secured/pom.xml | 4 ++- helloworld-mutual-ssl/pom.xml | 22 +++++++------ helloworld-singleton/pom.xml | 23 +++++++++++++- helloworld-ws/pom.xml | 23 +++++++++++++- helloworld/pom.xml | 23 +++++++++++++- hibernate/pom.xml | 23 +++++++++++++- http-custom-mechanism/pom.xml | 2 +- http-custom-mechanism/webapp/pom.xml | 5 +++ jaxrs-client/pom.xml | 23 +++++++++++++- jaxrs-jwt/pom.xml | 24 ++++++++++++-- jaxws-ejb/pom.xml | 23 +++++++++++++- jaxws-retail/pom.xml | 23 +++++++++++++- jsonp/pom.xml | 23 +++++++++++++- jta-crash-rec/pom.xml | 7 ++++- jts/application-component-1/pom.xml | 4 +++ jts/pom.xml | 2 +- kitchensink/pom.xml | 23 +++++++++++++- logging/pom.xml | 23 +++++++++++++- mail/pom.xml | 4 ++- messaging-clustering-singleton/pom.xml | 4 ++- micrometer/pom.xml | 21 ++++++++++++- microprofile-config/pom.xml | 21 ++++++++++++- microprofile-fault-tolerance/pom.xml | 21 ++++++++++++- microprofile-health/pom.xml | 21 ++++++++++++- microprofile-jwt/pom.xml | 22 ++++++++++++- microprofile-lra/pom.xml | 21 ++++++++++++- microprofile-openapi/pom.xml | 21 ++++++++++++- microprofile-reactive-messaging-kafka/pom.xml | 23 +++++++++++++- microprofile-rest-client/pom.xml | 23 +++++++++++++- numberguess/pom.xml | 23 +++++++++++++- opentelemetry-tracing/pom.xml | 23 ++++++++++++-- remote-helloworld-mdb/pom.xml | 23 +++++++++++++- security-domain-to-domain/pom.xml | 2 +- security-domain-to-domain/web/pom.xml | 5 +++ servlet-async/pom.xml | 23 +++++++++++++- servlet-filterlistener/pom.xml | 23 +++++++++++++- servlet-security/pom.xml | 23 +++++++++++++- spring-resteasy/pom.xml | 23 +++++++++++++- tasks-jsf/pom.xml | 23 +++++++++++++- temperature-converter/pom.xml | 23 +++++++++++++- thread-racing/pom.xml | 23 +++++++++++++- todo-backend/pom.xml | 23 +++++++++++++- websocket-endpoint/pom.xml | 23 +++++++++++++- websocket-hello/pom.xml | 23 +++++++++++++- 62 files changed, 959 insertions(+), 69 deletions(-) diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml index 18a179f0d8..7599a565e0 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -180,6 +180,8 @@ + + ${project.artifactId} @@ -252,6 +254,33 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/bmt/pom.xml b/bmt/pom.xml index 5e469423ec..ef04a98939 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -121,6 +121,8 @@ + + ${project.artifactId} @@ -195,6 +197,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/cmt/pom.xml b/cmt/pom.xml index ae2f7ceded..a533ad9e27 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 cmt @@ -125,6 +125,8 @@ + + ${project.artifactId} @@ -199,6 +201,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/ee-security/pom.xml b/ee-security/pom.xml index 3887a051cc..0afcf5ac58 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -105,6 +105,8 @@ + + ${project.artifactId} @@ -189,6 +191,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index 1e4a1bbd8f..1debdbd163 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 ejb-multi-server diff --git a/ejb-remote/pom.xml b/ejb-remote/pom.xml index 6e2964422f..3dbcc9de70 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 ejb-remote @@ -94,6 +94,8 @@ + + ${project.artifactId} @@ -166,6 +168,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/ejb-security-context-propagation/pom.xml b/ejb-security-context-propagation/pom.xml index a9004ac0d1..554f5a3060 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 ejb-security-context-propagation diff --git a/ejb-security-programmatic-auth/pom.xml b/ejb-security-programmatic-auth/pom.xml index ac7248a39b..e3329902ea 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 ejb-security-programmatic-auth diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index 4a42eded77..c8a6a307e8 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 ejb-throws-exception diff --git a/ejb-throws-exception/web/pom.xml b/ejb-throws-exception/web/pom.xml index 85adadb23b..1169bada79 100644 --- a/ejb-throws-exception/web/pom.xml +++ b/ejb-throws-exception/web/pom.xml @@ -82,4 +82,9 @@ test + + + + ${project.artifactId} + diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index ffe92f76ac..597f7c97f9 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 ejb-timer @@ -107,6 +107,8 @@ + + ${project.artifactId} @@ -173,6 +175,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/ejb-txn-remote-call/client/pom.xml b/ejb-txn-remote-call/client/pom.xml index e48d335c40..2b222f8555 100644 --- a/ejb-txn-remote-call/client/pom.xml +++ b/ejb-txn-remote-call/client/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -322,6 +322,17 @@ + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/ejb-txn-remote-call/pom.xml b/ejb-txn-remote-call/pom.xml index 320f71d130..e9810dbc58 100644 --- a/ejb-txn-remote-call/pom.xml +++ b/ejb-txn-remote-call/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 ejb-txn-remote-call diff --git a/ejb-txn-remote-call/server/pom.xml b/ejb-txn-remote-call/server/pom.xml index 0920ff3215..f09b63b30e 100644 --- a/ejb-txn-remote-call/server/pom.xml +++ b/ejb-txn-remote-call/server/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -269,6 +269,17 @@ + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/ha-singleton-deployment/pom.xml b/ha-singleton-deployment/pom.xml index 841b5f0700..67f5975edd 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -31,7 +31,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -100,6 +100,8 @@ + + ${project.artifactId} diff --git a/ha-singleton-service/pom.xml b/ha-singleton-service/pom.xml index bd796eb178..795c542273 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -26,7 +26,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -100,6 +100,8 @@ + + ${project.artifactId} diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml index 7ed29da5e6..76ee9599fc 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 helloworld-jms diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml index ed1d8fbc62..27d56874cf 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -110,6 +110,8 @@ + + ${project.artifactId} @@ -182,6 +184,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/helloworld-mutual-ssl-secured/pom.xml b/helloworld-mutual-ssl-secured/pom.xml index 6cd5dac07b..21d360646e 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -113,6 +113,8 @@ + + ${project.artifactId} diff --git a/helloworld-mutual-ssl/pom.xml b/helloworld-mutual-ssl/pom.xml index 90ec2a0ed3..835cd595ee 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -26,7 +26,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -114,15 +114,17 @@ - - - - org.wildfly.plugins - wildfly-maven-plugin - ${version.plugin.wildfly} - - - + + ${project.artifactId} + + + + org.wildfly.plugins + wildfly-maven-plugin + ${version.plugin.wildfly} + + + diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml index 9bed01f0db..62c22219db 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -93,6 +93,8 @@ + + ${project.artifactId} @@ -151,6 +153,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/helloworld-ws/pom.xml b/helloworld-ws/pom.xml index 54dd65b0b5..2974d0831c 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 helloworld-ws @@ -112,6 +112,8 @@ + + ${project.artifactId} @@ -179,6 +181,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/helloworld/pom.xml b/helloworld/pom.xml index dd68c60dba..bb5493af1a 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 helloworld @@ -82,6 +82,8 @@ + + ${project.artifactId} @@ -148,6 +150,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/hibernate/pom.xml b/hibernate/pom.xml index 2a9273d3d6..3e2c6345a5 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -146,6 +146,8 @@ + + ${project.artifactId} @@ -240,6 +242,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index ad67e46a38..7709bed401 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 diff --git a/http-custom-mechanism/webapp/pom.xml b/http-custom-mechanism/webapp/pom.xml index 367d831d83..743da5b61f 100644 --- a/http-custom-mechanism/webapp/pom.xml +++ b/http-custom-mechanism/webapp/pom.xml @@ -62,6 +62,11 @@ + + + ${project.artifactId} + + provisioned-server diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index 9fa04835db..49d7f4a406 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -26,7 +26,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 jaxrs-client @@ -137,6 +137,8 @@ + + ${project.artifactId} @@ -212,6 +214,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml index bd8f878b32..114c0adfad 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 jaxrs-jwt @@ -138,7 +138,8 @@ - + + ${project.artifactId} @@ -232,6 +233,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index 611e36badb..8446e45012 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 jaxws-ejb @@ -121,6 +121,8 @@ + + ${project.artifactId} @@ -188,6 +190,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/jaxws-retail/pom.xml b/jaxws-retail/pom.xml index 7f2ce9a4cf..25ff4392f3 100644 --- a/jaxws-retail/pom.xml +++ b/jaxws-retail/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 jaxws-retail @@ -124,6 +124,8 @@ + + ${project.artifactId} @@ -216,6 +218,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/jsonp/pom.xml b/jsonp/pom.xml index 4393264dc9..48700b2a69 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 jsonp @@ -134,6 +134,8 @@ + + ${project.artifactId} @@ -200,6 +202,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/jta-crash-rec/pom.xml b/jta-crash-rec/pom.xml index aee1860280..f792c032d8 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 jta-crash-rec @@ -125,6 +125,11 @@ + + + ${project.artifactId} + + integration-testing diff --git a/jts/application-component-1/pom.xml b/jts/application-component-1/pom.xml index 6b5e576d48..ecd930f779 100644 --- a/jts/application-component-1/pom.xml +++ b/jts/application-component-1/pom.xml @@ -81,4 +81,8 @@ + + + ${project.artifactId} + diff --git a/jts/pom.xml b/jts/pom.xml index 4f9eb7e27a..29dd091494 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml index d0308417db..3f1fe7fe35 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 kitchensink @@ -200,6 +200,8 @@ + + ${project.artifactId} @@ -266,6 +268,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/logging/pom.xml b/logging/pom.xml index 7a44eee3d6..70510a9040 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 jboss-logging @@ -142,6 +142,8 @@ + + ${project.artifactId} org.wildfly.plugins @@ -243,6 +245,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/mail/pom.xml b/mail/pom.xml index 1200ae6d64..edb6acf6ec 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -115,6 +115,8 @@ + + ${project.artifactId} diff --git a/messaging-clustering-singleton/pom.xml b/messaging-clustering-singleton/pom.xml index 4162d84283..35655896fd 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -24,7 +24,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -109,6 +109,8 @@ + + ${project.artifactId} diff --git a/micrometer/pom.xml b/micrometer/pom.xml index 4e2fb16d70..18c140ac5d 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -10,7 +10,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -236,6 +236,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index b7f2dfbad9..b2ff9c7056 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -8,7 +8,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -171,6 +171,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index b44fb7ece2..4371ab02fe 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -26,7 +26,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 microprofile-fault-tolerance @@ -215,6 +215,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index 6a9232af2d..ff91c0dc49 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -8,7 +8,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -175,6 +175,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index 037f7d8f3a..f46e351464 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -24,7 +24,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -148,6 +148,7 @@ + ${project.artifactId} @@ -232,6 +233,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml index 6c517fe00c..cdb20d77df 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -8,7 +8,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -187,6 +187,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index 25f204b274..293fa61b9b 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -9,7 +9,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -145,6 +145,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index 61e3a6be29..5f2dc363f9 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 microprofile-reactive-messaging-kafka @@ -187,6 +187,8 @@ + + ${project.artifactId} @@ -268,6 +270,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index fc5807306c..33c21b7bee 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -24,7 +24,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 microprofile-rest-client @@ -175,6 +175,8 @@ + + ${project.artifactId} @@ -246,6 +248,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/numberguess/pom.xml b/numberguess/pom.xml index 810689fcc5..78946a47e8 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 numberguess @@ -98,6 +98,8 @@ + + ${project.artifactId} @@ -164,6 +166,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/opentelemetry-tracing/pom.xml b/opentelemetry-tracing/pom.xml index 95505df516..dbf9e3ab69 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -8,7 +8,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -91,7 +91,7 @@ - + ${project.artifactId} @@ -221,6 +221,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index b987dd60c9..3ecf0e7f7c 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -111,6 +111,8 @@ + + ${project.artifactId} @@ -183,6 +185,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml index 9b1b5973fd..aed492a9f1 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 diff --git a/security-domain-to-domain/web/pom.xml b/security-domain-to-domain/web/pom.xml index 612f1b99ea..b1ef742750 100644 --- a/security-domain-to-domain/web/pom.xml +++ b/security-domain-to-domain/web/pom.xml @@ -90,4 +90,9 @@ provided + + + + ${project.artifactId} + diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index 964a721cbb..c5afcb50eb 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -109,6 +109,8 @@ + + ${project.artifactId} @@ -175,6 +177,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml index d67cc6aae0..5edc70ae3e 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -109,6 +109,8 @@ + + ${project.artifactId} @@ -175,6 +177,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/servlet-security/pom.xml b/servlet-security/pom.xml index 012f43e7c7..c572798422 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -108,6 +108,8 @@ + + ${project.artifactId} @@ -202,6 +204,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index b8ed4d8aba..81706a9f34 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -121,6 +121,8 @@ + + ${project.artifactId} @@ -195,6 +197,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml index d522ebcf3b..2a5ade111c 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -113,6 +113,8 @@ + + ${project.artifactId} @@ -193,6 +195,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/temperature-converter/pom.xml b/temperature-converter/pom.xml index fdc3a4a5b1..57e55b6c3e 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -105,6 +105,8 @@ + + ${project.artifactId} @@ -181,6 +183,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/thread-racing/pom.xml b/thread-racing/pom.xml index 48df0b0df5..9c9dcd1c8b 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -164,6 +164,8 @@ + + ${project.artifactId} @@ -238,6 +240,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/todo-backend/pom.xml b/todo-backend/pom.xml index daf89bd9e2..0ef29818ab 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -66,6 +66,8 @@ + + ${project.artifactId} @@ -211,6 +213,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/websocket-endpoint/pom.xml b/websocket-endpoint/pom.xml index 335cb11f0d..4d16178027 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -135,6 +135,8 @@ + + ${project.artifactId} @@ -201,6 +203,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + diff --git a/websocket-hello/pom.xml b/websocket-hello/pom.xml index 126cfaaa1e..70929b077d 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 8 + 9 @@ -86,6 +86,8 @@ + + ${project.artifactId} @@ -152,6 +154,25 @@ + + org.apache.maven.plugins + maven-war-plugin + ${version.war.plugin} + + ROOT + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + +