From 4c017f97840d6ab58b4c07fc3fccf4d8904b8c2c Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Fri, 31 May 2024 15:04:27 +0100 Subject: [PATCH] Prepare for 32.0.1.Final release --- batch-processing/pom.xml | 2 +- bmt/pom.xml | 2 +- cmt/pom.xml | 2 +- dist/pom.xml | 2 +- ee-security/pom.xml | 2 +- ejb-multi-server/app-main/ear/pom.xml | 2 +- ejb-multi-server/app-main/ejb/pom.xml | 2 +- ejb-multi-server/app-main/pom.xml | 2 +- ejb-multi-server/app-main/web/pom.xml | 2 +- ejb-multi-server/app-one/ear/pom.xml | 2 +- ejb-multi-server/app-one/ejb/pom.xml | 2 +- ejb-multi-server/app-one/pom.xml | 2 +- ejb-multi-server/app-two/ear/pom.xml | 2 +- ejb-multi-server/app-two/ejb/pom.xml | 2 +- ejb-multi-server/app-two/pom.xml | 2 +- ejb-multi-server/app-web/pom.xml | 2 +- ejb-multi-server/client/pom.xml | 2 +- ejb-multi-server/pom.xml | 2 +- ejb-remote/pom.xml | 2 +- ejb-security-context-propagation/pom.xml | 2 +- ejb-security-programmatic-auth/pom.xml | 2 +- ejb-throws-exception/ear/pom.xml | 2 +- ejb-throws-exception/ejb-api/pom.xml | 2 +- ejb-throws-exception/ejb/pom.xml | 2 +- ejb-throws-exception/pom.xml | 2 +- ejb-throws-exception/web/pom.xml | 2 +- ejb-timer/pom.xml | 2 +- ejb-txn-remote-call/client/pom.xml | 2 +- ejb-txn-remote-call/pom.xml | 2 +- ejb-txn-remote-call/server/pom.xml | 2 +- ha-singleton-deployment/pom.xml | 2 +- ha-singleton-service/pom.xml | 2 +- helloworld-jms/pom.xml | 2 +- helloworld-mdb/pom.xml | 2 +- helloworld-mutual-ssl-secured/pom.xml | 2 +- helloworld-mutual-ssl/pom.xml | 2 +- helloworld-singleton/pom.xml | 2 +- helloworld-ws/pom.xml | 2 +- helloworld/pom.xml | 2 +- hibernate/pom.xml | 2 +- http-custom-mechanism/custom-module/pom.xml | 2 +- http-custom-mechanism/pom.xml | 2 +- http-custom-mechanism/webapp/pom.xml | 2 +- jaxrs-client/pom.xml | 2 +- jaxrs-jwt/pom.xml | 2 +- jaxws-ejb/pom.xml | 2 +- jsonp/pom.xml | 2 +- jta-crash-rec/pom.xml | 2 +- jts/application-component-1/pom.xml | 2 +- jts/application-component-2/pom.xml | 2 +- jts/pom.xml | 2 +- kitchensink/pom.xml | 2 +- logging/pom.xml | 2 +- mail/pom.xml | 2 +- messaging-clustering-singleton/pom.xml | 2 +- micrometer/pom.xml | 2 +- microprofile-config/pom.xml | 2 +- microprofile-fault-tolerance/pom.xml | 2 +- microprofile-health/pom.xml | 2 +- microprofile-jwt/pom.xml | 2 +- microprofile-lra/pom.xml | 2 +- microprofile-openapi/pom.xml | 2 +- microprofile-reactive-messaging-kafka/pom.xml | 2 +- microprofile-rest-client/pom.xml | 2 +- numberguess/pom.xml | 2 +- opentelemetry-tracing/pom.xml | 2 +- pom.xml | 2 +- remote-helloworld-mdb/pom.xml | 2 +- security-domain-to-domain/ear/pom.xml | 2 +- security-domain-to-domain/ejb/pom.xml | 2 +- security-domain-to-domain/pom.xml | 2 +- security-domain-to-domain/test/pom.xml | 2 +- security-domain-to-domain/web/pom.xml | 2 +- servlet-async/pom.xml | 2 +- servlet-filterlistener/pom.xml | 2 +- servlet-security/pom.xml | 2 +- spring-resteasy/pom.xml | 2 +- tasks-jsf/pom.xml | 2 +- temperature-converter/pom.xml | 2 +- thread-racing/pom.xml | 2 +- todo-backend/pom.xml | 2 +- websocket-endpoint/pom.xml | 2 +- websocket-hello/pom.xml | 2 +- 83 files changed, 83 insertions(+), 83 deletions(-) diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml index ddb08f40c8..d26a170e97 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -30,7 +30,7 @@ batch-processing - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: batch-processing Shows how to use a Chunk oriented batch processing diff --git a/bmt/pom.xml b/bmt/pom.xml index c7e7831ae4..a89492a01a 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -30,7 +30,7 @@ bmt - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: bmt This project demonstrates how to use Bean Managed Transactions diff --git a/cmt/pom.xml b/cmt/pom.xml index de83e9166f..710d522da6 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -29,7 +29,7 @@ cmt - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: cmt This project demonstrates how to use transactions managed by the container diff --git a/dist/pom.xml b/dist/pom.xml index 729f2178c4..1be9d331ea 100644 --- a/dist/pom.xml +++ b/dist/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. --> - 32.0.1.Final-SNAPSHOT + 32.0.1.Final quickstarts-dist diff --git a/ee-security/pom.xml b/ee-security/pom.xml index 6c2bd08851..2d4e4a5b5f 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -30,7 +30,7 @@ ee-security - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: ee-security This project demonstrates using EE security diff --git a/ejb-multi-server/app-main/ear/pom.xml b/ejb-multi-server/app-main/ear/pom.xml index 53173697f2..17de0d1482 100644 --- a/ejb-multi-server/app-main/ear/pom.xml +++ b/ejb-multi-server/app-main/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-main - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-multi-server-app-main-ear ear diff --git a/ejb-multi-server/app-main/ejb/pom.xml b/ejb-multi-server/app-main/ejb/pom.xml index 5834d916e4..d8eca83162 100644 --- a/ejb-multi-server/app-main/ejb/pom.xml +++ b/ejb-multi-server/app-main/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-main - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-multi-server-app-main-ejb ejb diff --git a/ejb-multi-server/app-main/pom.xml b/ejb-multi-server/app-main/pom.xml index 6a2383833a..1240c3566a 100644 --- a/ejb-multi-server/app-main/pom.xml +++ b/ejb-multi-server/app-main/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ../pom.xml ejb-multi-server-app-main diff --git a/ejb-multi-server/app-main/web/pom.xml b/ejb-multi-server/app-main/web/pom.xml index 39d8649496..c5715aeac8 100644 --- a/ejb-multi-server/app-main/web/pom.xml +++ b/ejb-multi-server/app-main/web/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-main - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-multi-server-app-main-web war diff --git a/ejb-multi-server/app-one/ear/pom.xml b/ejb-multi-server/app-one/ear/pom.xml index f34ac21b28..02abbba26f 100644 --- a/ejb-multi-server/app-one/ear/pom.xml +++ b/ejb-multi-server/app-one/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-one - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-multi-server-app-one-ear ear diff --git a/ejb-multi-server/app-one/ejb/pom.xml b/ejb-multi-server/app-one/ejb/pom.xml index 31fe6fb6d6..54f9541d06 100644 --- a/ejb-multi-server/app-one/ejb/pom.xml +++ b/ejb-multi-server/app-one/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-one - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-multi-server-app-one-ejb ejb diff --git a/ejb-multi-server/app-one/pom.xml b/ejb-multi-server/app-one/pom.xml index 2fa7c28c75..c480acb6df 100644 --- a/ejb-multi-server/app-one/pom.xml +++ b/ejb-multi-server/app-one/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-multi-server-app-one pom diff --git a/ejb-multi-server/app-two/ear/pom.xml b/ejb-multi-server/app-two/ear/pom.xml index f2813d391a..dabdb92bcd 100644 --- a/ejb-multi-server/app-two/ear/pom.xml +++ b/ejb-multi-server/app-two/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-two - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-multi-server-app-two-ear ear diff --git a/ejb-multi-server/app-two/ejb/pom.xml b/ejb-multi-server/app-two/ejb/pom.xml index e6a68e00ee..bf9f7fb48f 100644 --- a/ejb-multi-server/app-two/ejb/pom.xml +++ b/ejb-multi-server/app-two/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-two - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-multi-server-app-two-ejb ejb diff --git a/ejb-multi-server/app-two/pom.xml b/ejb-multi-server/app-two/pom.xml index 9048ea379d..147946b5b4 100644 --- a/ejb-multi-server/app-two/pom.xml +++ b/ejb-multi-server/app-two/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-multi-server-app-two pom diff --git a/ejb-multi-server/app-web/pom.xml b/ejb-multi-server/app-web/pom.xml index 4ff70f21bd..56ca4c0441 100644 --- a/ejb-multi-server/app-web/pom.xml +++ b/ejb-multi-server/app-web/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-multi-server-app-web war diff --git a/ejb-multi-server/client/pom.xml b/ejb-multi-server/client/pom.xml index ec82457ea3..80e1a038b9 100644 --- a/ejb-multi-server/client/pom.xml +++ b/ejb-multi-server/client/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-multi-server-client jar diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index 144e6cf5f2..c2bcae3fe0 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -29,7 +29,7 @@ ejb-multi-server - 32.0.1.Final-SNAPSHOT + 32.0.1.Final pom Quickstart: ejb-multi-server A project that demonstrates multiple applications deployed on different servers. diff --git a/ejb-remote/pom.xml b/ejb-remote/pom.xml index 17d20d8509..553b9bfaa3 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -29,7 +29,7 @@ ejb-remote - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: ejb-remote This project demonstrates how to access an EJB from a remote client diff --git a/ejb-security-context-propagation/pom.xml b/ejb-security-context-propagation/pom.xml index a980e1cf52..cbe4d3ca70 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -29,7 +29,7 @@ ejb-security-context-propagation - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: ejb-security-context-propagation This project demonstrates the security context propagation between remote EJBs diff --git a/ejb-security-programmatic-auth/pom.xml b/ejb-security-programmatic-auth/pom.xml index 6a5d97113f..96a0aceab5 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -29,7 +29,7 @@ ejb-security-programmatic-auth - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: ejb-security-programmatic-auth This project demonstrates how to authenticate remote clients using the programmatic API diff --git a/ejb-throws-exception/ear/pom.xml b/ejb-throws-exception/ear/pom.xml index 627665d76e..f4810aee49 100644 --- a/ejb-throws-exception/ear/pom.xml +++ b/ejb-throws-exception/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-throws-exception-ear ear diff --git a/ejb-throws-exception/ejb-api/pom.xml b/ejb-throws-exception/ejb-api/pom.xml index 17cd826484..46ff3958a5 100644 --- a/ejb-throws-exception/ejb-api/pom.xml +++ b/ejb-throws-exception/ejb-api/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-throws-exception-ejb-api jar diff --git a/ejb-throws-exception/ejb/pom.xml b/ejb-throws-exception/ejb/pom.xml index e84376a7ab..38776aa835 100644 --- a/ejb-throws-exception/ejb/pom.xml +++ b/ejb-throws-exception/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-throws-exception-ejb ejb diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index 2f071f3b8e..93de141be9 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -29,7 +29,7 @@ ejb-throws-exception - 32.0.1.Final-SNAPSHOT + 32.0.1.Final pom Quickstart: ejb-throws-exception This project demonstrates how to throw an exception in an EJB and catch it in the web layer diff --git a/ejb-throws-exception/web/pom.xml b/ejb-throws-exception/web/pom.xml index b3361e385a..b0876d88da 100644 --- a/ejb-throws-exception/web/pom.xml +++ b/ejb-throws-exception/web/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb-throws-exception-web war diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index b3cfc2d6e2..50c566c823 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -29,7 +29,7 @@ ejb-timer - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: ejb-timer A sample Jakarta EE project demonstrating how to use EJB timer (@Schedule and @Timeout). diff --git a/ejb-txn-remote-call/client/pom.xml b/ejb-txn-remote-call/client/pom.xml index 43eed06832..0c75133019 100644 --- a/ejb-txn-remote-call/client/pom.xml +++ b/ejb-txn-remote-call/client/pom.xml @@ -30,7 +30,7 @@ ejb-txn-remote-call-client - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: ejb-txn-remote-call-client The project is the application to be deployed on the client server to call the second server diff --git a/ejb-txn-remote-call/pom.xml b/ejb-txn-remote-call/pom.xml index 4ee916e30a..00a41bcef8 100644 --- a/ejb-txn-remote-call/pom.xml +++ b/ejb-txn-remote-call/pom.xml @@ -30,7 +30,7 @@ ejb-txn-remote-call - 32.0.1.Final-SNAPSHOT + 32.0.1.Final pom Quickstart: ejb-txn-remote-call The project demonstrates how to make EJB remote calls from server to server with transaction propagation. diff --git a/ejb-txn-remote-call/server/pom.xml b/ejb-txn-remote-call/server/pom.xml index 55ab941a3c..d0d0b93fa0 100644 --- a/ejb-txn-remote-call/server/pom.xml +++ b/ejb-txn-remote-call/server/pom.xml @@ -30,7 +30,7 @@ ejb-txn-remote-call-server - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: ejb-txn-remote-call-server The project is the application to be deployed on the second server to receive the call diff --git a/ha-singleton-deployment/pom.xml b/ha-singleton-deployment/pom.xml index c200a7a975..12c8d26420 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -36,7 +36,7 @@ ha-singleton-deployment - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ejb Quickstart: HA Singleton Deployment This quickstart demonstrates the recommended way to deploy any service as a cluster-wide singleton. diff --git a/ha-singleton-service/pom.xml b/ha-singleton-service/pom.xml index e12fefb303..77426c7460 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -31,7 +31,7 @@ ha-singleton-service - 32.0.1.Final-SNAPSHOT + 32.0.1.Final jar Quickstart: HA Singleton Service This quickstart demonstrates a singleton MSC service packaged in a jar. diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml index babaf61108..33601bce05 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -29,7 +29,7 @@ helloworld-jms - 32.0.1.Final-SNAPSHOT + 32.0.1.Final jar Quickstart: helloworld-jms A Helloworld JMS external producer/consumer client diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml index ac1e3718c5..6a05639b72 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ helloworld-mdb - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: helloworld-mdb This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client diff --git a/helloworld-mutual-ssl-secured/pom.xml b/helloworld-mutual-ssl-secured/pom.xml index b0984dbe6a..e588549ac1 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -30,7 +30,7 @@ helloworld-mutual-ssl-secured - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: helloworld-mutual-ssl-secured Securing helloworld Web app with mutual client ssl authentication and role-based access control diff --git a/helloworld-mutual-ssl/pom.xml b/helloworld-mutual-ssl/pom.xml index a59ac2ee72..e42bf6b6c3 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -40,7 +40,7 @@ helloworld-mutual-ssl - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: helloworld-mutual-ssl Helloworld Mutual SSL Authentication diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml index 0e709ef32a..9003356f02 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -30,7 +30,7 @@ helloworld-singleton - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: helloworld-singleton This project demonstrates a Hello World Singleton Session Bean with a JSF client diff --git a/helloworld-ws/pom.xml b/helloworld-ws/pom.xml index da3622dc21..edbb0a9174 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -29,7 +29,7 @@ helloworld-ws - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: helloworld-ws This project demonstrates a Hello World JAX-WS web service diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 2b54f13110..f8230be280 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -29,7 +29,7 @@ helloworld - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: helloworld Helloworld diff --git a/hibernate/pom.xml b/hibernate/pom.xml index 30ce08f289..06323f769a 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -30,7 +30,7 @@ hibernate - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: hibernate This project demonstrates how to use Hibernate ORM diff --git a/http-custom-mechanism/custom-module/pom.xml b/http-custom-mechanism/custom-module/pom.xml index d69313abf8..2a14b96424 100644 --- a/http-custom-mechanism/custom-module/pom.xml +++ b/http-custom-mechanism/custom-module/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts http-custom-mechanism - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ../pom.xml diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index 4ece139afd..4056b1f8b1 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -30,7 +30,7 @@ http-custom-mechanism - 32.0.1.Final-SNAPSHOT + 32.0.1.Final pom Quickstart: http-custom-mechanism This project demonstrates how to implement a custom HTTP authentication mechanism diff --git a/http-custom-mechanism/webapp/pom.xml b/http-custom-mechanism/webapp/pom.xml index 28ea5d9e38..f3095f9a33 100644 --- a/http-custom-mechanism/webapp/pom.xml +++ b/http-custom-mechanism/webapp/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts http-custom-mechanism - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ../pom.xml http-custom-mechanism-webapp diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index 4049e97ef9..fac9291eb0 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -30,7 +30,7 @@ jaxrs-client - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: jaxrs-client A JAX-RS Client API project diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml index 0d592f63ab..5e1462f395 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -29,7 +29,7 @@ jaxrs-jwt - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: jaxrs-jwt JWT authentication using Elytron diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index 169eceddf0..8dbdcab128 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -29,7 +29,7 @@ jaxws-ejb - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: jaxws-ejb This project is a working example of a JAX-WS web service EJB endpoint diff --git a/jsonp/pom.xml b/jsonp/pom.xml index 205bad0bba..2a7369ee1b 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -29,7 +29,7 @@ jsonp - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: jsonp A starter Jakarta EE webapp project for use on JBoss EAP diff --git a/jta-crash-rec/pom.xml b/jta-crash-rec/pom.xml index f7c14d5d86..4bde0309e8 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -29,7 +29,7 @@ jta-crash-rec - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: jta-crash-rec This project demonstrates JTA crash recovery diff --git a/jts/application-component-1/pom.xml b/jts/application-component-1/pom.xml index 428a9f4225..2fad8fea67 100644 --- a/jts/application-component-1/pom.xml +++ b/jts/application-component-1/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 32.0.1.Final-SNAPSHOT + 32.0.1.Final jts-application-component-1 war diff --git a/jts/application-component-2/pom.xml b/jts/application-component-2/pom.xml index 595126dbb8..227ffa299c 100644 --- a/jts/application-component-2/pom.xml +++ b/jts/application-component-2/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 32.0.1.Final-SNAPSHOT + 32.0.1.Final jts-application-component-2 Quickstart: jts - application-component-2 diff --git a/jts/pom.xml b/jts/pom.xml index 8b24a4d8b8..be852f63f4 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -30,7 +30,7 @@ jts - 32.0.1.Final-SNAPSHOT + 32.0.1.Final pom Quickstart: jts A project that demonstrates how to use CMT with JTS diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml index bedefba497..901f740d45 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -29,7 +29,7 @@ kitchensink - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: kitchensink A starter Jakarta EE web application project for use in JBoss EAP diff --git a/logging/pom.xml b/logging/pom.xml index ef0e8f313d..799dd63212 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -29,7 +29,7 @@ jboss-logging - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: logging This project demonstrates logging in JBoss EAP diff --git a/mail/pom.xml b/mail/pom.xml index d9bab8b5cd..ea47a9d893 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -30,7 +30,7 @@ mail - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: mail This project demonstrates how to send mail diff --git a/messaging-clustering-singleton/pom.xml b/messaging-clustering-singleton/pom.xml index 220ae660ea..f426e367ac 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -29,7 +29,7 @@ messaging-clustering-singleton - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: messaging-clustering-singleton This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client diff --git a/micrometer/pom.xml b/micrometer/pom.xml index ee21767e04..024cde897d 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -15,7 +15,7 @@ micrometer - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: micrometer diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index 7784a56c40..bb9637e724 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -13,7 +13,7 @@ microprofile-config - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: microprofile-config diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index 98b617d8ec..8669d6f237 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -30,7 +30,7 @@ microprofile-fault-tolerance - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: microprofile-fault-tolerance diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index 1c05c36d5a..aff3d31007 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -13,7 +13,7 @@ microprofile-health - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: microprofile-health diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index 2aaf76f643..c5f91aefd2 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -29,7 +29,7 @@ microprofile-jwt - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: microprofile-jwt Example project making use of MicroProfile JWT diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml index 1c67af1428..28da5350e9 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -13,7 +13,7 @@ microprofile-lra - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: microprofile-lra diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index 9192c566ea..ac970e8cfe 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -14,7 +14,7 @@ microprofile-openapi - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: microprofile-openapi diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index 1a297db8d9..4eb024ead9 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -29,7 +29,7 @@ microprofile-reactive-messaging-kafka - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: microprofile-reactive-messaging-kafka diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index b0f27599f6..a81a215ff3 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -28,7 +28,7 @@ microprofile-rest-client - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: microprofile-rest-client diff --git a/numberguess/pom.xml b/numberguess/pom.xml index 8ae57fe4a1..4dcaf36ae4 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -29,7 +29,7 @@ numberguess - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: numberguess The numberguess project demonstrates the use of CDI and JSF in JBoss EAP diff --git a/opentelemetry-tracing/pom.xml b/opentelemetry-tracing/pom.xml index 2f5ffb8991..eb878cdbe0 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -13,7 +13,7 @@ opentelemetry-tracing - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: opentelemetry-tracing diff --git a/pom.xml b/pom.xml index 3691eacd6b..8d4c5a66e4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,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. --> - 32.0.1.Final-SNAPSHOT + 32.0.1.Final pom diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index e26e9151a4..ed0d424c6a 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ remote-helloworld-mdb - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: remote-helloworld-mdb This project demonstrates a hello world Message-Driven Bean with Servlet 6.0 as client to a remote Artemis instance diff --git a/security-domain-to-domain/ear/pom.xml b/security-domain-to-domain/ear/pom.xml index b09e670d9a..092ce25b63 100644 --- a/security-domain-to-domain/ear/pom.xml +++ b/security-domain-to-domain/ear/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 32.0.1.Final-SNAPSHOT + 32.0.1.Final security-domain-to-domain-ear ear diff --git a/security-domain-to-domain/ejb/pom.xml b/security-domain-to-domain/ejb/pom.xml index 35a5ce316c..c6a889ac2f 100644 --- a/security-domain-to-domain/ejb/pom.xml +++ b/security-domain-to-domain/ejb/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 32.0.1.Final-SNAPSHOT + 32.0.1.Final security-domain-to-domain-ejb Quickstart: security-domain-to-domain - ejb diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml index e5aec1ffb6..8e8b68f9fa 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -30,7 +30,7 @@ security-domain-to-domain - 32.0.1.Final-SNAPSHOT + 32.0.1.Final pom Quickstart: security-domain-to-domain This project demonstrates identity propagation between different security domains diff --git a/security-domain-to-domain/test/pom.xml b/security-domain-to-domain/test/pom.xml index dfe606cbce..d42cd38273 100644 --- a/security-domain-to-domain/test/pom.xml +++ b/security-domain-to-domain/test/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 32.0.1.Final-SNAPSHOT + 32.0.1.Final security-domain-to-domain-test diff --git a/security-domain-to-domain/web/pom.xml b/security-domain-to-domain/web/pom.xml index b2d086d58e..54d94935f5 100644 --- a/security-domain-to-domain/web/pom.xml +++ b/security-domain-to-domain/web/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 32.0.1.Final-SNAPSHOT + 32.0.1.Final ../pom.xml security-domain-to-domain-web diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index 4692138434..4351455e13 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -30,7 +30,7 @@ servlet-async - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: servlet-async This project demonstrates an asynchronous Servlet diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml index 44d4e8ee8d..f569dd0c28 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -30,7 +30,7 @@ servlet-filterlistener - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: servlet-filterlistener This project demonstrates a Servlet Filter and Listener diff --git a/servlet-security/pom.xml b/servlet-security/pom.xml index e80e3a81de..640cdedcd2 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -30,7 +30,7 @@ servlet-security - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: servlet-security This project demonstrates servlet security in JBoss EAP diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index 69f3b2fc6b..1224b9079a 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -30,7 +30,7 @@ spring-resteasy - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: spring-resteasy This project demonstrates Spring with a JAX-RS RestEasy client diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml index 0fef2ee0b3..2eb45982ce 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -30,7 +30,7 @@ tasks-jsf - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: tasks-jsf This project demonstrates how to use JPA persistence to manage tasks with JSF as view layer diff --git a/temperature-converter/pom.xml b/temperature-converter/pom.xml index 63f0e45cda..44c31a9c2c 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -30,7 +30,7 @@ temperature-converter - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: temperature-converter This project is a temperature converter. Given Celsius return Fahrenheit; Given Fahrenheit return Celsius diff --git a/thread-racing/pom.xml b/thread-racing/pom.xml index 9a1cc399ab..5c2133b60c 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -30,7 +30,7 @@ thread-racing - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: thread-racing A web application that triggers a thread race to complete Jakarta EE related tasks diff --git a/todo-backend/pom.xml b/todo-backend/pom.xml index 77478488a5..6d40f9a8b3 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -30,7 +30,7 @@ todo-backend - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: todo-backend This project demonstrates how to implement a Todo-Backend application to manage ToDos diff --git a/websocket-endpoint/pom.xml b/websocket-endpoint/pom.xml index 70012a0288..827b84ebf4 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -30,7 +30,7 @@ websocket-endpoint - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: websocket-endpoint This project demonstrates how to use a WebSocket Endppoint diff --git a/websocket-hello/pom.xml b/websocket-hello/pom.xml index b5ac1b1e57..a7005c962a 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -30,7 +30,7 @@ websocket-hello - 32.0.1.Final-SNAPSHOT + 32.0.1.Final war Quickstart: websocket-hello This project demonstrates a simple Hello WebSocket application