From c46e0e1363f8c8a59f0d525f960ef0e6ee371f25 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Thu, 18 Dec 2025 23:18:04 +0000 Subject: [PATCH 1/2] Bump version.server to 39.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 5990f456fc..086688b18e 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/bmt/pom.xml b/bmt/pom.xml index 89dc0bb9b1..7f769d56f8 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/cmt/pom.xml b/cmt/pom.xml index 7ff108ea53..d35752a1ca 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/ee-security/pom.xml b/ee-security/pom.xml index 3f3c605ed5..85ecf37426 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index 1d04351edd..01f3436f6d 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -49,7 +49,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/ejb-remote/pom.xml b/ejb-remote/pom.xml index 5c5eff2b99..6e78b625e3 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/ejb-security-context-propagation/pom.xml b/ejb-security-context-propagation/pom.xml index 74f088c387..3336361434 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/ejb-security-programmatic-auth/pom.xml b/ejb-security-programmatic-auth/pom.xml index b411d87765..249e556464 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index 3bb0d06e6f..72044ee9be 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -53,7 +53,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index 268ed88f34..383f100e63 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/ejb-txn-remote-call/client/pom.xml b/ejb-txn-remote-call/client/pom.xml index 0a8724c091..5b9addc4f8 100644 --- a/ejb-txn-remote-call/client/pom.xml +++ b/ejb-txn-remote-call/client/pom.xml @@ -39,7 +39,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/ejb-txn-remote-call/server/pom.xml b/ejb-txn-remote-call/server/pom.xml index a4e085683a..bace33ed7d 100644 --- a/ejb-txn-remote-call/server/pom.xml +++ b/ejb-txn-remote-call/server/pom.xml @@ -39,7 +39,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/ha-singleton-deployment/pom.xml b/ha-singleton-deployment/pom.xml index a05361e80d..fa8841daa5 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -53,7 +53,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/ha-singleton-service/pom.xml b/ha-singleton-service/pom.xml index 7aa4ab9157..d6e6b982da 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -48,7 +48,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml index 80fd9084a3..8e0fb2e68e 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml index dfd43c6a61..2876c1848d 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/helloworld-mutual-ssl-secured/pom.xml b/helloworld-mutual-ssl-secured/pom.xml index 9ef2fd9a08..e100603d0b 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/helloworld-mutual-ssl/pom.xml b/helloworld-mutual-ssl/pom.xml index edd59e29ab..6d8b04cabe 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -34,7 +34,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/helloworld-rs/pom.xml b/helloworld-rs/pom.xml index 75aed996aa..043d24d547 100644 --- a/helloworld-rs/pom.xml +++ b/helloworld-rs/pom.xml @@ -34,7 +34,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml index be64c209d0..2fa0cb9939 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/helloworld-ws/pom.xml b/helloworld-ws/pom.xml index 731f93474a..d1dc6bb155 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 1517f1689a..c865f37e19 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/hibernate/pom.xml b/hibernate/pom.xml index 41c251eafe..fd1504ba03 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index c3f48ae7bc..bc47d306b9 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -52,7 +52,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index 95b0d24533..2382efdd1f 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml index 3205c984ed..926409a7ea 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index f021b25384..ae5e252693 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/jaxws-retail/pom.xml b/jaxws-retail/pom.xml index 5511eb3c6c..a36f63e861 100644 --- a/jaxws-retail/pom.xml +++ b/jaxws-retail/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/jsonp/pom.xml b/jsonp/pom.xml index fe2b4aadf0..30a0fd149c 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/jta-crash-rec/pom.xml b/jta-crash-rec/pom.xml index 461b81c595..6865564d3f 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/jts/pom.xml b/jts/pom.xml index 98970c2774..f240499eab 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -54,7 +54,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml index 757ff116e6..f3a0b8a183 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/logging/pom.xml b/logging/pom.xml index 1f0dbdcf8e..ab32ce0c58 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/mail/pom.xml b/mail/pom.xml index 27b4472cda..9692e87a36 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/messaging-clustering-singleton/pom.xml b/messaging-clustering-singleton/pom.xml index af0dd4c437..9fae7ec8d1 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/micrometer/pom.xml b/micrometer/pom.xml index 5f213621b4..c35db327a8 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -24,7 +24,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index f487064f06..8d6a90ccbc 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -22,7 +22,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index ec3ae25e16..bc587f6b15 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -55,7 +55,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index 588e7b431b..842ff3bbc5 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -21,7 +21,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index 254da1656f..6798628e3a 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml index 4489595040..4a2e1b4667 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -21,7 +21,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index 6f4c457a9b..4d62a33757 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -23,7 +23,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index 407c3bc458..279f8fbf70 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -38,7 +38,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} ${version.server} diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index 9cf0c1325c..7b4c918c6f 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -44,7 +44,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} ${version.server} diff --git a/numberguess/pom.xml b/numberguess/pom.xml index daedc871af..dbeb9979d8 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -46,7 +46,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/opentelemetry-tracing/pom.xml b/opentelemetry-tracing/pom.xml index 7686e5d075..4fd9735efe 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -22,7 +22,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} ${version.server} diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index 9d9513c80c..e89784b9a0 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml index 1484955c70..5342c6ba5c 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -54,7 +54,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index cceb10f7c1..2ef1b5580e 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml index 23ae9bc0d1..1a05fa1b9a 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/servlet-security/pom.xml b/servlet-security/pom.xml index 3ebb136d1d..8ed4fe55b0 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index d00c452f7a..8393acd640 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml index 7a6d83b021..d096e26330 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/temperature-converter/pom.xml b/temperature-converter/pom.xml index 1d5d4ab6f9..1fc0431b1c 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/thread-racing/pom.xml b/thread-racing/pom.xml index 357fd39ea1..bc4ab0d71c 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/todo-backend/pom.xml b/todo-backend/pom.xml index d9956b727c..069f593e65 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/websocket-endpoint/pom.xml b/websocket-endpoint/pom.xml index f6ef4311ed..e0c337fa30 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final diff --git a/websocket-hello/pom.xml b/websocket-hello/pom.xml index 0671b37b59..7a8c819598 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -47,7 +47,7 @@ 17 - 38.0.1.Final + 39.0.0.Beta1 ${version.server} 5.1.5.Final From 47d545e26b7f5c587e8856ddc1b6e32de4f18109 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Wed, 17 Dec 2025 11:09:22 +0000 Subject: [PATCH 2/2] Prepare for 39.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 086688b18e..230cf7e426 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -30,7 +30,7 @@ batch-processing - 39.0.0.Beta1-SNAPSHOT + 39.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 7f769d56f8..af2a37440b 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -30,7 +30,7 @@ bmt - 39.0.0.Beta1-SNAPSHOT + 39.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 d35752a1ca..51a086deb7 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -29,7 +29,7 @@ cmt - 39.0.0.Beta1-SNAPSHOT + 39.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 58bb716bc1..72af54e2bc 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. --> - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 quickstarts-dist diff --git a/ee-security/pom.xml b/ee-security/pom.xml index 85ecf37426..392944e54b 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -30,7 +30,7 @@ ee-security - 39.0.0.Beta1-SNAPSHOT + 39.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 1b0e6fa650..e292417201 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 01917f4747..330e908ca1 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 91e113ab92..0514cd96ca 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 d8467aad3a..6614622c85 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 e777301427..b3b0e159a4 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 42a2bdca44..4d1a09647d 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 51d305c5c9..55546dc749 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 fa35be2eaf..8aa509e425 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 39fb49df12..19e8ccabd9 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 b7fb91c735..c59d59ad03 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 53325485a0..1f8ceb763b 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 5e10e05a2b..f48a8a88d1 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 - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 ejb-multi-server-client jar diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index 01f3436f6d..cf11c150c7 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -29,7 +29,7 @@ ejb-multi-server - 39.0.0.Beta1-SNAPSHOT + 39.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 6e78b625e3..bf9f02887e 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -29,7 +29,7 @@ ejb-remote - 39.0.0.Beta1-SNAPSHOT + 39.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 3336361434..165d84017d 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -29,7 +29,7 @@ ejb-security-context-propagation - 39.0.0.Beta1-SNAPSHOT + 39.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 249e556464..9a0d1e575e 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -29,7 +29,7 @@ ejb-security-programmatic-auth - 39.0.0.Beta1-SNAPSHOT + 39.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 d737ca2914..bc7f8d0e85 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 fd63ae5471..8e32909864 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 203bf4be8d..12586eeb7e 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 - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 ejb-throws-exception-ejb ejb diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index 72044ee9be..a2affa9101 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -29,7 +29,7 @@ ejb-throws-exception - 39.0.0.Beta1-SNAPSHOT + 39.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 84355bb614..ebd8faded4 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 - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 ejb-throws-exception-web war diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index 383f100e63..8ead0aebf7 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -29,7 +29,7 @@ ejb-timer - 39.0.0.Beta1-SNAPSHOT + 39.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 5b9addc4f8..aa0b5a7eb6 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 8aef89b793..eb89f05241 100644 --- a/ejb-txn-remote-call/pom.xml +++ b/ejb-txn-remote-call/pom.xml @@ -29,7 +29,7 @@ ejb-txn-remote-call - 39.0.0.Beta1-SNAPSHOT + 39.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 bace33ed7d..55df860646 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 fa8841daa5..d6224a8751 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -36,7 +36,7 @@ ha-singleton-deployment - 39.0.0.Beta1-SNAPSHOT + 39.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 d6e6b982da..713a9eb1e5 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -31,7 +31,7 @@ ha-singleton-service - 39.0.0.Beta1-SNAPSHOT + 39.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 8e0fb2e68e..abf0ca3e47 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -29,7 +29,7 @@ helloworld-jms - 39.0.0.Beta1-SNAPSHOT + 39.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 2876c1848d..037a85380d 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ helloworld-mdb - 39.0.0.Beta1-SNAPSHOT + 39.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 e100603d0b..a4665f8af7 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -30,7 +30,7 @@ helloworld-mutual-ssl-secured - 39.0.0.Beta1-SNAPSHOT + 39.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 6d8b04cabe..5e211b4a51 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -41,7 +41,7 @@ helloworld-mutual-ssl - 39.0.0.Beta1-SNAPSHOT + 39.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 043d24d547..cb59be35f8 100644 --- a/helloworld-rs/pom.xml +++ b/helloworld-rs/pom.xml @@ -17,7 +17,7 @@ helloworld-rs - 39.0.0.Beta1-SNAPSHOT + 39.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 2fa0cb9939..2306933d28 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -30,7 +30,7 @@ helloworld-singleton - 39.0.0.Beta1-SNAPSHOT + 39.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 d1dc6bb155..066084db6b 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -29,7 +29,7 @@ helloworld-ws - 39.0.0.Beta1-SNAPSHOT + 39.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 c865f37e19..0827dfaa64 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -29,7 +29,7 @@ helloworld - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: helloworld Helloworld diff --git a/hibernate/pom.xml b/hibernate/pom.xml index fd1504ba03..59fd7abf0c 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -30,7 +30,7 @@ hibernate - 39.0.0.Beta1-SNAPSHOT + 39.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 65c33fd906..d8de830c5c 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 - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 ../pom.xml diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index bc47d306b9..2bc89d72be 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -30,7 +30,7 @@ http-custom-mechanism - 39.0.0.Beta1-SNAPSHOT + 39.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 69c606534a..ff5888732b 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 - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 ../pom.xml http-custom-mechanism-webapp diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index 2382efdd1f..93fea597dc 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -30,7 +30,7 @@ jaxrs-client - 39.0.0.Beta1-SNAPSHOT + 39.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 926409a7ea..dce7388251 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -29,7 +29,7 @@ jaxrs-jwt - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: jaxrs-jwt JWT authentication using Elytron diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index ae5e252693..dc3f2b030c 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -29,7 +29,7 @@ jaxws-ejb - 39.0.0.Beta1-SNAPSHOT + 39.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 a36f63e861..72a03f722e 100644 --- a/jaxws-retail/pom.xml +++ b/jaxws-retail/pom.xml @@ -29,7 +29,7 @@ jaxws-retail - 39.0.0.Beta1-SNAPSHOT + 39.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 30a0fd149c..0aa5da8181 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -29,7 +29,7 @@ jsonp - 39.0.0.Beta1-SNAPSHOT + 39.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 6865564d3f..192c6ab019 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -29,7 +29,7 @@ jta-crash-rec - 39.0.0.Beta1-SNAPSHOT + 39.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 9d49515628..50416661d3 100644 --- a/jts/application-component-1/pom.xml +++ b/jts/application-component-1/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 39.0.0.Beta1-SNAPSHOT + 39.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 ba6f2d9eff..459b2fd038 100644 --- a/jts/application-component-2/pom.xml +++ b/jts/application-component-2/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 jts-application-component-2 Quickstart: jts - application-component-2 diff --git a/jts/pom.xml b/jts/pom.xml index f240499eab..874eb59fa3 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -30,7 +30,7 @@ jts - 39.0.0.Beta1-SNAPSHOT + 39.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 f3a0b8a183..9c71ecd05e 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -29,7 +29,7 @@ kitchensink - 39.0.0.Beta1-SNAPSHOT + 39.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 ab32ce0c58..20a7c8b7c1 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -29,7 +29,7 @@ logging - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: logging This project demonstrates logging in JBoss EAP diff --git a/mail/pom.xml b/mail/pom.xml index 9692e87a36..ea8d28f1b6 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -30,7 +30,7 @@ mail - 39.0.0.Beta1-SNAPSHOT + 39.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 9fae7ec8d1..1ebe34c4d3 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -29,7 +29,7 @@ messaging-clustering-singleton - 39.0.0.Beta1-SNAPSHOT + 39.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 c35db327a8..483d6bda76 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -15,7 +15,7 @@ micrometer - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: micrometer diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index 8d6a90ccbc..0b34b4905b 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -13,7 +13,7 @@ microprofile-config - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: microprofile-config diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index bc587f6b15..31a726c100 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -30,7 +30,7 @@ microprofile-fault-tolerance - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: microprofile-fault-tolerance diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index 842ff3bbc5..8984a1c711 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -13,7 +13,7 @@ microprofile-health - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: microprofile-health diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index 6798628e3a..0dfbbfeea1 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -29,7 +29,7 @@ microprofile-jwt - 39.0.0.Beta1-SNAPSHOT + 39.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 4a2e1b4667..e0c1810930 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -13,7 +13,7 @@ microprofile-lra - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: microprofile-lra diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index 4d62a33757..9de87d2fb9 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -14,7 +14,7 @@ microprofile-openapi - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: microprofile-openapi diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index 279f8fbf70..03cfef745e 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -29,7 +29,7 @@ microprofile-reactive-messaging-kafka - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: microprofile-reactive-messaging-kafka diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index 7b4c918c6f..1b5be296c8 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -28,7 +28,7 @@ microprofile-rest-client - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: microprofile-rest-client diff --git a/numberguess/pom.xml b/numberguess/pom.xml index dbeb9979d8..211e7a6af2 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -29,7 +29,7 @@ numberguess - 39.0.0.Beta1-SNAPSHOT + 39.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 4fd9735efe..29e29733c6 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -13,7 +13,7 @@ opentelemetry-tracing - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: opentelemetry-tracing diff --git a/pom.xml b/pom.xml index 71e8226f91..3017713d10 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. --> - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 pom diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index e89784b9a0..8f98e618cb 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ remote-helloworld-mdb - 39.0.0.Beta1-SNAPSHOT + 39.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 55918d74b0..52959cfe2d 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 42e8cd1701..082af97f22 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 5342c6ba5c..da98038fe4 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -30,7 +30,7 @@ security-domain-to-domain - 39.0.0.Beta1-SNAPSHOT + 39.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 b427f683f7..6d97451020 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 - 39.0.0.Beta1-SNAPSHOT + 39.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 28a68528dd..29dd7b8881 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 - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 ../pom.xml security-domain-to-domain-web diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index 2ef1b5580e..58318462d3 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -30,7 +30,7 @@ servlet-async - 39.0.0.Beta1-SNAPSHOT + 39.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 1a05fa1b9a..10cea94d8c 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -30,7 +30,7 @@ servlet-filterlistener - 39.0.0.Beta1-SNAPSHOT + 39.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 8ed4fe55b0..d626bda5f0 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -30,7 +30,7 @@ servlet-security - 39.0.0.Beta1-SNAPSHOT + 39.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 2ae693787d..53ce2f71db 100644 --- a/shared-doc/attributes.adoc +++ b/shared-doc/attributes.adoc @@ -30,8 +30,8 @@ ifdef::EAPXPRelease[] // JBoss EAP XP release :productName: JBoss EAP XP :productNameFull: Red Hat JBoss Enterprise Application Platform expansion pack -:productVersion: 5.0 -:WildFlyQuickStartRepoTag: XP_5.0.0.GA +:productVersion: 6.0 +:WildFlyQuickStartRepoTag: XP_6.0.0.GA endif::[] ifdef::ProductRelease,EAPXPRelease[] @@ -57,7 +57,7 @@ ifndef::ProductRelease,EAPXPRelease[] :productVersion: 39 :githubRepoUrl: https://github.com/wildfly/quickstart/ :githubRepoCodeUrl: https://github.com/wildfly/quickstart.git -:WildFlyQuickStartRepoTag: 38.0.0.Final +:WildFlyQuickStartRepoTag: 39.0.0.Beta1 :DocInfoProductName: Red Hat JBoss Enterprise Application Platform :DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform :DocInfoPreviousProductName: jboss-enterprise-application-platform diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index 8393acd640..4e30cdcd65 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -30,7 +30,7 @@ spring-resteasy - 39.0.0.Beta1-SNAPSHOT + 39.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 d096e26330..4ddc13e9c0 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -30,7 +30,7 @@ tasks-jsf - 39.0.0.Beta1-SNAPSHOT + 39.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 1fc0431b1c..c9b6a137a0 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -30,7 +30,7 @@ temperature-converter - 39.0.0.Beta1-SNAPSHOT + 39.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 bc4ab0d71c..a3919f2f30 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -30,7 +30,7 @@ thread-racing - 39.0.0.Beta1-SNAPSHOT + 39.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 069f593e65..8ae7be9419 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -30,7 +30,7 @@ todo-backend - 39.0.0.Beta1-SNAPSHOT + 39.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 e0c337fa30..d619cf08ca 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -30,7 +30,7 @@ websocket-endpoint - 39.0.0.Beta1-SNAPSHOT + 39.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 7a8c819598..69faf779ea 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -30,7 +30,7 @@ websocket-hello - 39.0.0.Beta1-SNAPSHOT + 39.0.0.Beta1 war Quickstart: websocket-hello This project demonstrates a simple Hello WebSocket application