From b224564eb850418cdf3a892abd6d7c1db3357a61 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Wed, 25 Sep 2024 23:13:56 +0100 Subject: [PATCH 1/3] remove helloworld-jms cli script's reload --- helloworld-jms/src/main/scripts/configure-jms.cli | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helloworld-jms/src/main/scripts/configure-jms.cli b/helloworld-jms/src/main/scripts/configure-jms.cli index 4b5b44c870..e5ae7466cb 100644 --- a/helloworld-jms/src/main/scripts/configure-jms.cli +++ b/helloworld-jms/src/main/scripts/configure-jms.cli @@ -9,7 +9,3 @@ jms-queue add --queue-address=testQueue --entries=queue/test,java:jboss/exported # Run the batch commands run-batch -# Reload the server configuration -reload - - From a3b4678f70104862a5d7c49dc8cdb283e69fe95e Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Wed, 25 Sep 2024 18:08:27 +0100 Subject: [PATCH 2/3] Move version.server to 34.0.0.Beta1 --- batch-processing/pom.xml | 2 +- bmt/pom.xml | 2 +- cmt/pom.xml | 2 +- ee-security/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/pom.xml | 2 +- ejb-timer/pom.xml | 2 +- ejb-txn-remote-call/client/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/pom.xml | 2 +- jaxrs-client/pom.xml | 2 +- jaxrs-jwt/pom.xml | 2 +- jaxws-ejb/pom.xml | 2 +- jaxws-retail/pom.xml | 2 +- jsonp/pom.xml | 2 +- jta-crash-rec/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 +- remote-helloworld-mdb/pom.xml | 2 +- security-domain-to-domain/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 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml index 3e12b44ac4..703f0bbf6b 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/bmt/pom.xml b/bmt/pom.xml index ed986ef4c5..b6ab14fd37 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/cmt/pom.xml b/cmt/pom.xml index 6d66811793..a52739cfdc 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/ee-security/pom.xml b/ee-security/pom.xml index 599b2ad8bc..051b5e06d7 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index f76d855f13..2ce92d4fc0 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -47,7 +47,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/ejb-remote/pom.xml b/ejb-remote/pom.xml index 143aa20bd1..9d35d7c225 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/ejb-security-context-propagation/pom.xml b/ejb-security-context-propagation/pom.xml index 50f898a0bb..9fbf6323e2 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/ejb-security-programmatic-auth/pom.xml b/ejb-security-programmatic-auth/pom.xml index cefa7f3c2e..c677b83ceb 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index e1f0dac62c..66b9e00427 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -51,7 +51,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index 296b6530e5..ab5dd42f51 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/ejb-txn-remote-call/client/pom.xml b/ejb-txn-remote-call/client/pom.xml index 52ce9d14ac..7acce19654 100644 --- a/ejb-txn-remote-call/client/pom.xml +++ b/ejb-txn-remote-call/client/pom.xml @@ -38,7 +38,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/ejb-txn-remote-call/server/pom.xml b/ejb-txn-remote-call/server/pom.xml index bda43c500d..7d31b0294f 100644 --- a/ejb-txn-remote-call/server/pom.xml +++ b/ejb-txn-remote-call/server/pom.xml @@ -38,7 +38,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 7.0.0.Final diff --git a/ha-singleton-deployment/pom.xml b/ha-singleton-deployment/pom.xml index 01e399ef7e..e89498c8e0 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -51,7 +51,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 7.0.0.Final diff --git a/ha-singleton-service/pom.xml b/ha-singleton-service/pom.xml index c1e044557a..084d286484 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -46,7 +46,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 7.0.0.Final diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml index 66e1e6fb9f..922aa99c13 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml index 5e96b06505..b686e89b89 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/helloworld-mutual-ssl-secured/pom.xml b/helloworld-mutual-ssl-secured/pom.xml index c87f92c28c..e2bf5572cf 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 7.0.0.Final diff --git a/helloworld-mutual-ssl/pom.xml b/helloworld-mutual-ssl/pom.xml index fe55105dad..3948a22b6d 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -32,7 +32,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 7.0.0.Final diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml index 66a35e1af8..93faa175b7 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/helloworld-ws/pom.xml b/helloworld-ws/pom.xml index bb8d6bb3e3..6050e174c8 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 3f45b5871e..01de545db3 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/hibernate/pom.xml b/hibernate/pom.xml index be4317264e..f2f92ac71b 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index b48d5e21d9..37ae8f6890 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -50,7 +50,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index a60011e866..db0ab58892 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml index 27ce9941a1..935f804bb2 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index 2ca12c46e2..0121552cd9 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/jaxws-retail/pom.xml b/jaxws-retail/pom.xml index 3628e56513..9f40eeafbe 100644 --- a/jaxws-retail/pom.xml +++ b/jaxws-retail/pom.xml @@ -43,7 +43,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/jsonp/pom.xml b/jsonp/pom.xml index 280f3ecd46..e56764ea28 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/jta-crash-rec/pom.xml b/jta-crash-rec/pom.xml index 13b857e5fa..0a1159a6d8 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} diff --git a/jts/pom.xml b/jts/pom.xml index f23b898a1a..88a0d878c0 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -52,7 +52,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml index 1ba8d7dd79..c7e7eedbdd 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/logging/pom.xml b/logging/pom.xml index 999f46077a..33c12dd1fc 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/mail/pom.xml b/mail/pom.xml index 0a44b8863f..129640c386 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/messaging-clustering-singleton/pom.xml b/messaging-clustering-singleton/pom.xml index a029c4a3d1..0ad534bb37 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/micrometer/pom.xml b/micrometer/pom.xml index 4b8c31d4e7..23e1d43f29 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -22,7 +22,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index 8f7077dc54..85b10470b9 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -20,7 +20,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index fff85eb33c..dc74b393cd 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -53,7 +53,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index 3a8523c641..55dcf62932 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -19,7 +19,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index 8075cfef3e..4f9a46f8c6 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml index d5b7f2addb..df87a0cf7a 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -19,7 +19,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index ded1616b95..78e5dfc7f2 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -21,7 +21,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index 08d7cf8ee9..9823cab955 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -36,7 +36,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index 7a2a4a6f51..18ade96433 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -42,7 +42,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} ${version.server} diff --git a/numberguess/pom.xml b/numberguess/pom.xml index c47ff592c4..31dbaeafb2 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/opentelemetry-tracing/pom.xml b/opentelemetry-tracing/pom.xml index 11890526f0..73faaa8165 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -20,7 +20,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} ${version.server} diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index bf41c69d68..79fad732ef 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml index 35fda9385a..fa56b8fda9 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -52,7 +52,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 7.0.0.Final diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index ac3027f345..0f174deae1 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml index 4cb1c8ec39..c8f39ee797 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/servlet-security/pom.xml b/servlet-security/pom.xml index 0c80fbcc17..a48bae7675 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index 2f40087bf6..9f990cd39c 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -49,7 +49,7 @@ 17 - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml index ce727610d6..4cb07cf995 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -44,7 +44,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 7.0.0.Final diff --git a/temperature-converter/pom.xml b/temperature-converter/pom.xml index 68c9592ca5..0c68eea89a 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/thread-racing/pom.xml b/thread-racing/pom.xml index 5fe235c21e..dac9ec1b01 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/todo-backend/pom.xml b/todo-backend/pom.xml index ad578979d8..bd8d66ff22 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/websocket-endpoint/pom.xml b/websocket-endpoint/pom.xml index 045bc191a6..ec8aecaf4f 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final diff --git a/websocket-hello/pom.xml b/websocket-hello/pom.xml index 1e8eca87ad..b920266fcb 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -45,7 +45,7 @@ - 33.0.0.Final + 34.0.0.Beta1 ${version.server} 5.0.0.Final From e6b9f5f9e9b86e9ac7862117a0e270c567f3baef Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Wed, 25 Sep 2024 18:10:24 +0100 Subject: [PATCH 3/3] Prepare for 34.0.0.Beta1 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 +- shared-doc/attributes.adoc | 6 +++--- 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 +- 84 files changed, 86 insertions(+), 86 deletions(-) diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml index 703f0bbf6b..e5c11c62d7 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -30,7 +30,7 @@ batch-processing - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: batch-processing Shows how to use a Chunk oriented batch processing diff --git a/bmt/pom.xml b/bmt/pom.xml index b6ab14fd37..32fcd6c807 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -30,7 +30,7 @@ bmt - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: bmt This project demonstrates how to use Bean Managed Transactions diff --git a/cmt/pom.xml b/cmt/pom.xml index a52739cfdc..c4f6b86542 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -29,7 +29,7 @@ cmt - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 3f316cb332..96592303a8 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. --> - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 quickstarts-dist diff --git a/ee-security/pom.xml b/ee-security/pom.xml index 051b5e06d7..c9ad942037 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -30,7 +30,7 @@ ee-security - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 5a91b52ac8..85798e569c 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 aef47d1ddb..79d3b2153e 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 09a86c0e0a..13e04753fd 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 ../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 a64b81d842..fad717ac37 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 e4bec81331..aa9edb8477 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 acbd4cbeae..7f5f8bde42 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 84666ef169..e3c71b3e8f 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 d2be0425a6..42be740eb5 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 738ff1e94b..41581bd137 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 c5242bd52a..719eefbb4f 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 30413c6774..1e80db1ba0 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 ejb-multi-server-app-web war diff --git a/ejb-multi-server/client/pom.xml b/ejb-multi-server/client/pom.xml index 5a37844361..8d2370a3ab 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 ejb-multi-server-client jar diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index 2ce92d4fc0..e5ccdc3c49 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -29,7 +29,7 @@ ejb-multi-server - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 9d35d7c225..8f1238af9f 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -29,7 +29,7 @@ ejb-remote - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 9fbf6323e2..24924c0050 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -29,7 +29,7 @@ ejb-security-context-propagation - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 c677b83ceb..8d07d0054a 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -29,7 +29,7 @@ ejb-security-programmatic-auth - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 d82d3568a0..472af2d1a7 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 ejb-throws-exception-ear ear diff --git a/ejb-throws-exception/ejb-api/pom.xml b/ejb-throws-exception/ejb-api/pom.xml index 1286ef8228..a3e0197ca7 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 ejb-throws-exception-ejb-api jar diff --git a/ejb-throws-exception/ejb/pom.xml b/ejb-throws-exception/ejb/pom.xml index 27ab4fd536..cc4c856c4c 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 ejb-throws-exception-ejb ejb diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index 66b9e00427..b38819d2df 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -29,7 +29,7 @@ ejb-throws-exception - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 ac30947e6e..821912c111 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 ejb-throws-exception-web war diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index ab5dd42f51..09b34845eb 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -29,7 +29,7 @@ ejb-timer - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 7acce19654..16b0c60a82 100644 --- a/ejb-txn-remote-call/client/pom.xml +++ b/ejb-txn-remote-call/client/pom.xml @@ -31,7 +31,7 @@ ejb-txn-remote-call-client - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 2fbb19825a..591389ddb0 100644 --- a/ejb-txn-remote-call/pom.xml +++ b/ejb-txn-remote-call/pom.xml @@ -30,7 +30,7 @@ ejb-txn-remote-call - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 7d31b0294f..ca1efbc0b0 100644 --- a/ejb-txn-remote-call/server/pom.xml +++ b/ejb-txn-remote-call/server/pom.xml @@ -31,7 +31,7 @@ ejb-txn-remote-call-server - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 e89498c8e0..4daf211dc3 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -36,7 +36,7 @@ ha-singleton-deployment - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war 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 084d286484..b31d89ac40 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -31,7 +31,7 @@ ha-singleton-service - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: HA Singleton Service This quickstart demonstrates a singleton MSC service packaged in a war. diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml index 922aa99c13..820c6d89d9 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -29,7 +29,7 @@ helloworld-jms - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 jar Quickstart: helloworld-jms A Helloworld JMS external producer/consumer client diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml index b686e89b89..431cdd2f64 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ helloworld-mdb - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 e2bf5572cf..8a52e2d93d 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -30,7 +30,7 @@ helloworld-mutual-ssl-secured - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 3948a22b6d..0463cac184 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -40,7 +40,7 @@ helloworld-mutual-ssl - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: helloworld-mutual-ssl Helloworld Mutual SSL Authentication diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml index 93faa175b7..4e933d1604 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -30,7 +30,7 @@ helloworld-singleton - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 6050e174c8..ddbe62e716 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -29,7 +29,7 @@ helloworld-ws - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 01de545db3..51a38e0910 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -29,7 +29,7 @@ helloworld - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: helloworld Helloworld diff --git a/hibernate/pom.xml b/hibernate/pom.xml index f2f92ac71b..0af9872428 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -30,7 +30,7 @@ hibernate - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 21e0a69dbd..4aac60e323 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 ../pom.xml diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index 37ae8f6890..9ba2110873 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -30,7 +30,7 @@ http-custom-mechanism - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 637bbe961b..b6d4522496 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 ../pom.xml http-custom-mechanism-webapp diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index db0ab58892..93bd9082a4 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -30,7 +30,7 @@ jaxrs-client - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: jaxrs-client A JAX-RS Client API project diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml index 935f804bb2..7cafda4b90 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -29,7 +29,7 @@ jaxrs-jwt - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: jaxrs-jwt JWT authentication using Elytron diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index 0121552cd9..8de00dba3c 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -29,7 +29,7 @@ jaxws-ejb - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 e56764ea28..7be41fd399 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -29,7 +29,7 @@ jsonp - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 0a1159a6d8..98a03a1645 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -29,7 +29,7 @@ jta-crash-rec - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 91edf0a467..1c475843c6 100644 --- a/jts/application-component-1/pom.xml +++ b/jts/application-component-1/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 jts-application-component-1 war diff --git a/jts/application-component-2/pom.xml b/jts/application-component-2/pom.xml index 745ca3915e..19e2c9c592 100644 --- a/jts/application-component-2/pom.xml +++ b/jts/application-component-2/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 jts-application-component-2 Quickstart: jts - application-component-2 diff --git a/jts/pom.xml b/jts/pom.xml index 88a0d878c0..89c42429fd 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -30,7 +30,7 @@ jts - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 pom Quickstart: jts A project that demonstrates how to use CMT with JTS diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml index c7e7eedbdd..01042403aa 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -29,7 +29,7 @@ kitchensink - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 33c12dd1fc..854d7d1b30 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -29,7 +29,7 @@ jboss-logging - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: logging This project demonstrates logging in JBoss EAP diff --git a/mail/pom.xml b/mail/pom.xml index 129640c386..43888cec7f 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -30,7 +30,7 @@ mail - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 0ad534bb37..08078aae59 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -29,7 +29,7 @@ messaging-clustering-singleton - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 23e1d43f29..33b160c436 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -15,7 +15,7 @@ micrometer - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: micrometer diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index 85b10470b9..26dd44c82a 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -13,7 +13,7 @@ microprofile-config - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: microprofile-config diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index dc74b393cd..689cdeebec 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -30,7 +30,7 @@ microprofile-fault-tolerance - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: microprofile-fault-tolerance diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index 55dcf62932..76502bf9ad 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -13,7 +13,7 @@ microprofile-health - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: microprofile-health diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index 4f9a46f8c6..8800de15c2 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -29,7 +29,7 @@ microprofile-jwt - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: microprofile-jwt Example project making use of MicroProfile JWT diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml index df87a0cf7a..342a6b44f5 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -13,7 +13,7 @@ microprofile-lra - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: microprofile-lra diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index 78e5dfc7f2..fa8a7c101d 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -14,7 +14,7 @@ microprofile-openapi - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: microprofile-openapi diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index 9823cab955..e1a3c1313c 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -29,7 +29,7 @@ microprofile-reactive-messaging-kafka - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: microprofile-reactive-messaging-kafka diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index 18ade96433..2b54cc3b32 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -28,7 +28,7 @@ microprofile-rest-client - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: microprofile-rest-client diff --git a/numberguess/pom.xml b/numberguess/pom.xml index 31dbaeafb2..62da446dba 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -29,7 +29,7 @@ numberguess - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 73faaa8165..875e48f580 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -13,7 +13,7 @@ opentelemetry-tracing - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: opentelemetry-tracing diff --git a/pom.xml b/pom.xml index 36f8e8ad0b..23022489d0 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. --> - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 pom diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index 79fad732ef..d795c5aa14 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ remote-helloworld-mdb - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 2b788481ee..db628d454d 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 61cfa2ac40..146dc4c02e 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 fa56b8fda9..fab63a5328 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -30,7 +30,7 @@ security-domain-to-domain - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 8dbecf3671..d444ce94fd 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 security-domain-to-domain-test diff --git a/security-domain-to-domain/web/pom.xml b/security-domain-to-domain/web/pom.xml index adc17e9827..288ded1054 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 - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 ../pom.xml security-domain-to-domain-web diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index 0f174deae1..cfc6c95daa 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -30,7 +30,7 @@ servlet-async - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: servlet-async This project demonstrates an asynchronous Servlet diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml index c8f39ee797..47981345d5 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -30,7 +30,7 @@ servlet-filterlistener - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 a48bae7675..88ba355871 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -30,7 +30,7 @@ servlet-security - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: servlet-security This project demonstrates servlet security in JBoss EAP diff --git a/shared-doc/attributes.adoc b/shared-doc/attributes.adoc index 4adf2dc369..1a71068efa 100644 --- a/shared-doc/attributes.adoc +++ b/shared-doc/attributes.adoc @@ -58,11 +58,11 @@ ifndef::ProductRelease,EAPXPRelease[] :productNameFull: WildFly Application Server :ProductShortName: {productName} :jbossHomeName: WILDFLY_HOME -:productVersion: 33 -:productImageVersion: 33.0 +:productVersion: 34 +:productImageVersion: 34.0 :githubRepoUrl: https://github.com/wildfly/quickstart/ :githubRepoCodeUrl: https://github.com/wildfly/quickstart.git -:WildFlyQuickStartRepoTag: 33.0.0.Final +:WildFlyQuickStartRepoTag: 34.0.0.Beta1 :DocInfoProductName: Red Hat JBoss Enterprise Application Platform :DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform :DocInfoProductNumber: 8.0 diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index 9f990cd39c..93f027a933 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -30,7 +30,7 @@ spring-resteasy - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 4cb07cf995..031b449c41 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -30,7 +30,7 @@ tasks-jsf - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 0c68eea89a..154f38a69c 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -30,7 +30,7 @@ temperature-converter - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 dac9ec1b01..d245c3eb5a 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -30,7 +30,7 @@ thread-racing - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 bd8d66ff22..9e43695191 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -30,7 +30,7 @@ todo-backend - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 ec8aecaf4f..0615ab5601 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -30,7 +30,7 @@ websocket-endpoint - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 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 b920266fcb..a4f954ea80 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -30,7 +30,7 @@ websocket-hello - 34.0.0.Beta1-SNAPSHOT + 34.0.0.Beta1 war Quickstart: websocket-hello This project demonstrates a simple Hello WebSocket application