From 82cc7b42908e5fb717f66a2a1649198f101d668a Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Fri, 26 Jun 2026 15:36:14 +0100 Subject: [PATCH 1/2] Bump version.server to 41.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-rs/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 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml index b5499ee005..0aeebd9fe8 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/bmt/pom.xml b/bmt/pom.xml index 2c6d1e3456..7ee1b143b5 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/cmt/pom.xml b/cmt/pom.xml index 563d6afb79..5dbc8b976f 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/ee-security/pom.xml b/ee-security/pom.xml index b86b33c557..fac390ea21 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index b9093dbc79..685a1e3d67 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -49,7 +49,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/ejb-remote/pom.xml b/ejb-remote/pom.xml index ff82db35a1..fedb977e6d 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/ejb-security-context-propagation/pom.xml b/ejb-security-context-propagation/pom.xml index 12cb09295c..86b19700f2 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/ejb-security-programmatic-auth/pom.xml b/ejb-security-programmatic-auth/pom.xml index 6022809c24..c0c8bff119 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index d219861e25..9d24b8ed1a 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -53,7 +53,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index 41a9db6e1b..8ee0bfa992 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/ejb-txn-remote-call/client/pom.xml b/ejb-txn-remote-call/client/pom.xml index ab33908cdd..4ea7f41cbe 100644 --- a/ejb-txn-remote-call/client/pom.xml +++ b/ejb-txn-remote-call/client/pom.xml @@ -39,7 +39,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/ejb-txn-remote-call/server/pom.xml b/ejb-txn-remote-call/server/pom.xml index 9458f92b9c..1f093b5bb1 100644 --- a/ejb-txn-remote-call/server/pom.xml +++ b/ejb-txn-remote-call/server/pom.xml @@ -39,7 +39,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/ha-singleton-deployment/pom.xml b/ha-singleton-deployment/pom.xml index 3061ed950d..9a777f2374 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -53,7 +53,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/ha-singleton-service/pom.xml b/ha-singleton-service/pom.xml index e9212f7aaa..873ea74a84 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -48,7 +48,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml index 8ad29df4d8..7cd9e0a168 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml index 9d844f8cf7..b91a6ce9a9 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/helloworld-mutual-ssl-secured/pom.xml b/helloworld-mutual-ssl-secured/pom.xml index 702a348222..298603753d 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/helloworld-mutual-ssl/pom.xml b/helloworld-mutual-ssl/pom.xml index 9f5324cd9c..ef689b6fa2 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -34,7 +34,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/helloworld-rs/pom.xml b/helloworld-rs/pom.xml index db8e1bc363..4f868fcded 100644 --- a/helloworld-rs/pom.xml +++ b/helloworld-rs/pom.xml @@ -34,7 +34,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml index a491589dc1..239bf62aaa 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/helloworld-ws/pom.xml b/helloworld-ws/pom.xml index 58efaa8c14..254325d360 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 224c00bfe3..352fc3f9c4 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/hibernate/pom.xml b/hibernate/pom.xml index 3abf8e154f..56ba67eb2f 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index a816b28c3e..6878cabb51 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -52,7 +52,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index 1959adbc4f..852a8a8f98 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml index 103e16fe68..03d3ad5704 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index 666e6fed3e..1a8fb070fa 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/jaxws-retail/pom.xml b/jaxws-retail/pom.xml index c127807926..2b8bea256a 100644 --- a/jaxws-retail/pom.xml +++ b/jaxws-retail/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/jsonp/pom.xml b/jsonp/pom.xml index 58fb95137b..727cdac0ad 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/jta-crash-rec/pom.xml b/jta-crash-rec/pom.xml index 25b1bcef86..25c3cca25e 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/jts/pom.xml b/jts/pom.xml index afed9c0a48..3d817e1863 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -54,7 +54,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml index 57759c86e6..e798a8aacb 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/logging/pom.xml b/logging/pom.xml index c8acd34f9c..5217ea7f08 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/mail/pom.xml b/mail/pom.xml index 048c016d39..bfe46f13c5 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/messaging-clustering-singleton/pom.xml b/messaging-clustering-singleton/pom.xml index e3d78c3f78..c123d475fc 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/micrometer/pom.xml b/micrometer/pom.xml index ddf7ad9e96..533036ad13 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -24,7 +24,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index 21490fbc4f..a76a1fc06c 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -22,7 +22,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index 68d757288b..fdb080bdc4 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -55,7 +55,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index 367bc2106e..e7a628d51f 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -21,7 +21,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index 43f6585f6f..e8298085ce 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml index 1986c2cbc6..981f5f16f6 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -21,7 +21,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index 4a3bfed15d..98b2a69988 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -23,7 +23,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index 1f062b41d6..a92750fd5a 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -38,7 +38,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index 976c159de3..045d1c6be6 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -44,7 +44,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} ${version.server} diff --git a/numberguess/pom.xml b/numberguess/pom.xml index dfd9c9ad97..f2732c259c 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -46,7 +46,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/opentelemetry-tracing/pom.xml b/opentelemetry-tracing/pom.xml index 6244801886..3c38f54040 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -22,7 +22,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} ${version.server} diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index 126db1b2fa..2f6c8d046b 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml index f0b4ef61f6..ee81475481 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -54,7 +54,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index a3f70d8586..98e3275672 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml index c5aec5a878..9466f5eca5 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/servlet-security/pom.xml b/servlet-security/pom.xml index 03f4c8eb0a..0e454fa372 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index 00653afa2d..99df6c7c0a 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml index fec5885a53..725281e3b7 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/temperature-converter/pom.xml b/temperature-converter/pom.xml index 15a2d2e53c..f3a6cf9e04 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/thread-racing/pom.xml b/thread-racing/pom.xml index d91ddaf634..e8a11ec68e 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/todo-backend/pom.xml b/todo-backend/pom.xml index afde928ea8..8b20803b10 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/websocket-endpoint/pom.xml b/websocket-endpoint/pom.xml index ddeac7cac8..106d0480d5 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final diff --git a/websocket-hello/pom.xml b/websocket-hello/pom.xml index c485154208..e6843f573a 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -47,7 +47,7 @@ 17 - 40.0.0.Final + 41.0.0.Beta1 ${version.server} 6.0.0.Final From f486896c4b6cd817b015f15b5984502ee0c653b7 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Fri, 26 Jun 2026 15:44:15 +0100 Subject: [PATCH 2/2] Prepare for 41.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-rs/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 +- jaxws-retail/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 +- 86 files changed, 88 insertions(+), 88 deletions(-) diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml index 0aeebd9fe8..656cfcee13 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -30,7 +30,7 @@ batch-processing - 41.0.0.Beta1-SNAPSHOT + 41.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 7ee1b143b5..cfc73e1b9e 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -30,7 +30,7 @@ bmt - 41.0.0.Beta1-SNAPSHOT + 41.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 5dbc8b976f..349f59ac24 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -29,7 +29,7 @@ cmt - 41.0.0.Beta1-SNAPSHOT + 41.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 4968a95311..572f843385 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. --> - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 quickstarts-dist diff --git a/ee-security/pom.xml b/ee-security/pom.xml index fac390ea21..1163dcd806 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -30,7 +30,7 @@ ee-security - 41.0.0.Beta1-SNAPSHOT + 41.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 fc53976764..d2ce02e36a 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 9e0618a145..7e2435402c 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 c7fb067dc2..cd48587451 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 473ba7f15f..28749d0fe9 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 0d0510f1b9..3028b1949e 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 c4dff79539..173218a51c 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 f1e61247d0..68298e62d8 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 0425c1621b..42e0479b53 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 7789cc56cf..bf9bdbb814 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 36c6789676..a01e474c23 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 6bc925863a..cf17d43905 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 d044a1ad50..9379baa27c 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 - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 ejb-multi-server-client jar diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index 685a1e3d67..665aec0328 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -29,7 +29,7 @@ ejb-multi-server - 41.0.0.Beta1-SNAPSHOT + 41.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 fedb977e6d..8b8eb72b37 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -29,7 +29,7 @@ ejb-remote - 41.0.0.Beta1-SNAPSHOT + 41.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 86b19700f2..9f4852956c 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -29,7 +29,7 @@ ejb-security-context-propagation - 41.0.0.Beta1-SNAPSHOT + 41.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 c0c8bff119..c046256329 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -29,7 +29,7 @@ ejb-security-programmatic-auth - 41.0.0.Beta1-SNAPSHOT + 41.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 591d77ff14..6626ab9bc4 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 776a4453fb..e176d56d1d 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 6f3bd0337f..838e4cf1c5 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 - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 ejb-throws-exception-ejb ejb diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index 9d24b8ed1a..e897bdc8a2 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -29,7 +29,7 @@ ejb-throws-exception - 41.0.0.Beta1-SNAPSHOT + 41.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 01e3264363..0c8a86724b 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 - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 ejb-throws-exception-web war diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index 8ee0bfa992..1766dcf3b7 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -29,7 +29,7 @@ ejb-timer - 41.0.0.Beta1-SNAPSHOT + 41.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 4ea7f41cbe..fe22025a63 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 8f76bc57b9..7d48cf7232 100644 --- a/ejb-txn-remote-call/pom.xml +++ b/ejb-txn-remote-call/pom.xml @@ -29,7 +29,7 @@ ejb-txn-remote-call - 41.0.0.Beta1-SNAPSHOT + 41.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 1f093b5bb1..ee6bf7d3c7 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 9a777f2374..d49aa441b4 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -36,7 +36,7 @@ ha-singleton-deployment - 41.0.0.Beta1-SNAPSHOT + 41.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 873ea74a84..e18519000b 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -31,7 +31,7 @@ ha-singleton-service - 41.0.0.Beta1-SNAPSHOT + 41.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 7cd9e0a168..518b6dea92 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -29,7 +29,7 @@ helloworld-jms - 41.0.0.Beta1-SNAPSHOT + 41.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 b91a6ce9a9..e6f9720f82 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ helloworld-mdb - 41.0.0.Beta1-SNAPSHOT + 41.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 298603753d..9c50163493 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -30,7 +30,7 @@ helloworld-mutual-ssl-secured - 41.0.0.Beta1-SNAPSHOT + 41.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 ef689b6fa2..ede3349834 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -41,7 +41,7 @@ helloworld-mutual-ssl - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: helloworld-mutual-ssl Helloworld Mutual SSL Authentication diff --git a/helloworld-rs/pom.xml b/helloworld-rs/pom.xml index 4f868fcded..f706227cc4 100644 --- a/helloworld-rs/pom.xml +++ b/helloworld-rs/pom.xml @@ -17,7 +17,7 @@ helloworld-rs - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: helloworld-rs A simple Hello World project that uses Jakarta RESTful Web Services diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml index 239bf62aaa..444bd5b173 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -30,7 +30,7 @@ helloworld-singleton - 41.0.0.Beta1-SNAPSHOT + 41.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 254325d360..08ace97100 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -29,7 +29,7 @@ helloworld-ws - 41.0.0.Beta1-SNAPSHOT + 41.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 352fc3f9c4..d09294f6da 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -29,7 +29,7 @@ helloworld - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: helloworld Helloworld diff --git a/hibernate/pom.xml b/hibernate/pom.xml index 56ba67eb2f..93754a6451 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -30,7 +30,7 @@ hibernate - 41.0.0.Beta1-SNAPSHOT + 41.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 48de96c5e8..f9b99db77c 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 - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 ../pom.xml diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index 6878cabb51..6568a9bcf8 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -30,7 +30,7 @@ http-custom-mechanism - 41.0.0.Beta1-SNAPSHOT + 41.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 6189b8e751..e23f51957e 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 - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 ../pom.xml http-custom-mechanism-webapp diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index 852a8a8f98..078fa2984f 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -30,7 +30,7 @@ jaxrs-client - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: jaxrs-client A Jakarta REST Client API project diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml index 03d3ad5704..633b4f1584 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -29,7 +29,7 @@ jaxrs-jwt - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: jaxrs-jwt JWT authentication using Elytron diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index 1a8fb070fa..40eb76c05b 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -29,7 +29,7 @@ jaxws-ejb - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: jaxws-ejb This project is a working example of a JAX-WS web service EJB endpoint diff --git a/jaxws-retail/pom.xml b/jaxws-retail/pom.xml index 2b8bea256a..389976ea56 100644 --- a/jaxws-retail/pom.xml +++ b/jaxws-retail/pom.xml @@ -29,7 +29,7 @@ jaxws-retail - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: jaxws-retail This project is a working example of a JAX-WS web service retail endpoint diff --git a/jsonp/pom.xml b/jsonp/pom.xml index 727cdac0ad..7cb739f232 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -29,7 +29,7 @@ jsonp - 41.0.0.Beta1-SNAPSHOT + 41.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 25c3cca25e..0d92e3ed10 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -29,7 +29,7 @@ jta-crash-rec - 41.0.0.Beta1-SNAPSHOT + 41.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 2dda006101..1c65145052 100644 --- a/jts/application-component-1/pom.xml +++ b/jts/application-component-1/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 41.0.0.Beta1-SNAPSHOT + 41.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 953de15786..cc946e96be 100644 --- a/jts/application-component-2/pom.xml +++ b/jts/application-component-2/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 jts-application-component-2 Quickstart: jts - application-component-2 diff --git a/jts/pom.xml b/jts/pom.xml index 3d817e1863..de0b5e5893 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -30,7 +30,7 @@ jts - 41.0.0.Beta1-SNAPSHOT + 41.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 e798a8aacb..c70272aff2 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -29,7 +29,7 @@ kitchensink - 41.0.0.Beta1-SNAPSHOT + 41.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 5217ea7f08..5f743ec32c 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -29,7 +29,7 @@ logging - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: logging This project demonstrates logging in JBoss EAP diff --git a/mail/pom.xml b/mail/pom.xml index bfe46f13c5..b983d85df2 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -30,7 +30,7 @@ mail - 41.0.0.Beta1-SNAPSHOT + 41.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 c123d475fc..0f17deb3be 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -29,7 +29,7 @@ messaging-clustering-singleton - 41.0.0.Beta1-SNAPSHOT + 41.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 533036ad13..107c55d3b5 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -15,7 +15,7 @@ micrometer - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: micrometer diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index a76a1fc06c..d8050a49d4 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -13,7 +13,7 @@ microprofile-config - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: microprofile-config diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index fdb080bdc4..66f4f2262f 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -30,7 +30,7 @@ microprofile-fault-tolerance - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: microprofile-fault-tolerance diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index e7a628d51f..2f278f8dfc 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -13,7 +13,7 @@ microprofile-health - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: microprofile-health diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index e8298085ce..ce334ed17e 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -29,7 +29,7 @@ microprofile-jwt - 41.0.0.Beta1-SNAPSHOT + 41.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 981f5f16f6..b1f986ef2a 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -13,7 +13,7 @@ microprofile-lra - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: microprofile-lra diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index 98b2a69988..479de4f6e8 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -14,7 +14,7 @@ microprofile-openapi - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: microprofile-openapi diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index a92750fd5a..7c4974fdb5 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -29,7 +29,7 @@ microprofile-reactive-messaging-kafka - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: microprofile-reactive-messaging-kafka diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index 045d1c6be6..30840835fb 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -28,7 +28,7 @@ microprofile-rest-client - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: microprofile-rest-client diff --git a/numberguess/pom.xml b/numberguess/pom.xml index f2732c259c..1ea41a3587 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -29,7 +29,7 @@ numberguess - 41.0.0.Beta1-SNAPSHOT + 41.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 3c38f54040..754e9c33b0 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -13,7 +13,7 @@ opentelemetry-tracing - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: opentelemetry-tracing diff --git a/pom.xml b/pom.xml index 0bf26d8354..c5efcd5b98 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. --> - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 pom diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index 2f6c8d046b..08093beb95 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ remote-helloworld-mdb - 41.0.0.Beta1-SNAPSHOT + 41.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 37c6fa432d..07088973c4 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 1db36a9980..48f42b134f 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 ee81475481..850a5d694a 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -30,7 +30,7 @@ security-domain-to-domain - 41.0.0.Beta1-SNAPSHOT + 41.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 1d77477f3a..76ef754196 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 - 41.0.0.Beta1-SNAPSHOT + 41.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 5bfd689ed4..b79ca68691 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 - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 ../pom.xml security-domain-to-domain-web diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index 98e3275672..d09c68ebb9 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -30,7 +30,7 @@ servlet-async - 41.0.0.Beta1-SNAPSHOT + 41.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 9466f5eca5..de4159a564 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -30,7 +30,7 @@ servlet-filterlistener - 41.0.0.Beta1-SNAPSHOT + 41.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 0e454fa372..d90ad7b222 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -30,7 +30,7 @@ servlet-security - 41.0.0.Beta1-SNAPSHOT + 41.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 5a1502364b..e51e819e37 100644 --- a/shared-doc/attributes.adoc +++ b/shared-doc/attributes.adoc @@ -54,10 +54,10 @@ ifndef::ProductRelease,EAPXPRelease[] :productNameFull: WildFly Application Server :ProductShortName: {productName} :jbossHomeName: WILDFLY_HOME -:productVersion: 40 +:productVersion: 41 :githubRepoUrl: https://github.com/wildfly/quickstart/ :githubRepoCodeUrl: https://github.com/wildfly/quickstart.git -:WildFlyQuickStartRepoTag: 40.0.0.Final +:WildFlyQuickStartRepoTag: 41.0.0.Beta1 :DocInfoProductName: Red Hat JBoss Enterprise Application Platform :DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform :DocInfoPreviousProductName: jboss-enterprise-application-platform @@ -100,7 +100,7 @@ endif::[] // Other values //************************* :buildRequirements: Java SE 17.0 or later, and Maven 3.6.0 or later -:javaVersion: Jakarta EE 10 +:javaVersion: Jakarta EE 11 ifdef::EAPXPRelease[] :javaVersion: Eclipse MicroProfile endif::[] diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index 99df6c7c0a..f93074bb7f 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -30,7 +30,7 @@ spring-resteasy - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: spring-resteasy This project demonstrates Spring with a Jakarta REST RestEasy client diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml index 725281e3b7..ed3fa7a8d5 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -30,7 +30,7 @@ tasks-jsf - 41.0.0.Beta1-SNAPSHOT + 41.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 f3a6cf9e04..fd2d2248b3 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -30,7 +30,7 @@ temperature-converter - 41.0.0.Beta1-SNAPSHOT + 41.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 e8a11ec68e..b10b36cddf 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -30,7 +30,7 @@ thread-racing - 41.0.0.Beta1-SNAPSHOT + 41.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 8b20803b10..69c2a17130 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -30,7 +30,7 @@ todo-backend - 41.0.0.Beta1-SNAPSHOT + 41.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 106d0480d5..716787f099 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -30,7 +30,7 @@ websocket-endpoint - 41.0.0.Beta1-SNAPSHOT + 41.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 e6843f573a..379d416cb9 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -30,7 +30,7 @@ websocket-hello - 41.0.0.Beta1-SNAPSHOT + 41.0.0.Beta1 war Quickstart: websocket-hello This project demonstrates a simple Hello WebSocket application