From 3c82d8247a0612b22dbbe5d0da310178e2cbf7e1 Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Mon, 23 Oct 2023 17:03:40 +0200 Subject: [PATCH] Use WildFly 30.0.0.Final, cloud FP 5.0.0.Final and datasources FP 6.0.0.Final --- examples/cloud-default-config/pom.xml | 6 +++--- examples/docker-build/pom.xml | 2 +- examples/elytron-oidc-client-auto-reg/pom.xml | 4 ++-- examples/elytron-oidc-client/pom.xml | 4 ++-- examples/jms-broker/broker/pom.xml | 4 ++-- examples/jms-broker/mdb-consumer/pom.xml | 4 ++-- examples/jms-broker/producer/pom.xml | 4 ++-- examples/jsf-ejb-jpa/pom.xml | 4 ++-- examples/postgresql-multiple-datasources/pom.xml | 6 +++--- examples/postgresql-preview/pom.xml | 6 +++--- examples/postgresql/pom.xml | 6 +++--- examples/saml-auto-reg/pom.xml | 2 +- examples/web-clustering/pom.xml | 4 ++-- test/test-app-advanced-extensions/pom.xml | 4 ++-- test/test-app-clustering/pom.xml | 4 ++-- test/test-app-default-config/pom.xml | 4 ++-- test/test-app-ejb/pom.xml | 4 ++-- test/test-app-elytron-oidc-client/pom.xml | 4 ++-- test/test-app-extension/pom.xml | 4 ++-- test/test-app-extension2/pom.xml | 4 ++-- test/test-app-invalid/pom.xml | 4 ++-- test/test-app-jpa2lc/pom.xml | 4 ++-- test/test-app-keycloak-saml/pom.xml | 2 +- test/test-app-mdb/pom.xml | 4 ++-- test/test-app-multi-deployments-invalid/pom.xml | 4 ++-- test/test-app-multi-deployments-legacy/pom.xml | 4 ++-- test/test-app-multi-deployments/pom.xml | 4 ++-- test/test-app-multi-deployments2/pom.xml | 4 ++-- test/test-app-multi-deployments3/pom.xml | 4 ++-- test/test-app-postgres/pom.xml | 6 +++--- test/test-app-postgresql-mysql/pom.xml | 6 +++--- test/test-app-settings/pom.xml | 4 ++-- test/test-app-slim/pom.xml | 4 ++-- test/test-app/pom.xml | 4 ++-- test/vanilla-wildfly/test-app-s2i-cli-scripts/pom.xml | 2 +- test/vanilla-wildfly/test-app/pom.xml | 2 +- wildfly-builders/pom.xml | 6 +++--- 37 files changed, 76 insertions(+), 76 deletions(-) diff --git a/examples/cloud-default-config/pom.xml b/examples/cloud-default-config/pom.xml index f4e3a653..7457b7f0 100644 --- a/examples/cloud-default-config/pom.xml +++ b/examples/cloud-default-config/pom.xml @@ -12,11 +12,11 @@ 11 11 - 30.0.0.Beta1 + 30.0.0.Final 4.2.0.Final 3.3.2 - 5.0.0.Beta1 - 6.0.0.Beta1 + 5.0.0.Final + 6.0.0.Final 10.0.0 diff --git a/examples/docker-build/pom.xml b/examples/docker-build/pom.xml index 43b6f0f2..0a8c9e02 100644 --- a/examples/docker-build/pom.xml +++ b/examples/docker-build/pom.xml @@ -15,7 +15,7 @@ 10.0.0 3.3.2 4.2.0.Final - 30.0.0.Beta1 + 30.0.0.Final diff --git a/examples/elytron-oidc-client-auto-reg/pom.xml b/examples/elytron-oidc-client-auto-reg/pom.xml index cb33090f..4982082e 100644 --- a/examples/elytron-oidc-client-auto-reg/pom.xml +++ b/examples/elytron-oidc-client-auto-reg/pom.xml @@ -13,9 +13,9 @@ 11 11 3.3.2 - 30.0.0.Beta1 + 30.0.0.Final 4.2.0.Final - 5.0.0.Beta1 + 5.0.0.Final 10.0.0 diff --git a/examples/elytron-oidc-client/pom.xml b/examples/elytron-oidc-client/pom.xml index 632aed0f..5edefd8e 100644 --- a/examples/elytron-oidc-client/pom.xml +++ b/examples/elytron-oidc-client/pom.xml @@ -14,8 +14,8 @@ 11 3.3.2 4.2.0.Final - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 10.0.0 diff --git a/examples/jms-broker/broker/pom.xml b/examples/jms-broker/broker/pom.xml index c9e44feb..29d846de 100644 --- a/examples/jms-broker/broker/pom.xml +++ b/examples/jms-broker/broker/pom.xml @@ -33,8 +33,8 @@ false 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/examples/jms-broker/mdb-consumer/pom.xml b/examples/jms-broker/mdb-consumer/pom.xml index 8d17523c..26ffce2d 100644 --- a/examples/jms-broker/mdb-consumer/pom.xml +++ b/examples/jms-broker/mdb-consumer/pom.xml @@ -33,8 +33,8 @@ false 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/examples/jms-broker/producer/pom.xml b/examples/jms-broker/producer/pom.xml index 7dcc2ba9..f5214ee3 100644 --- a/examples/jms-broker/producer/pom.xml +++ b/examples/jms-broker/producer/pom.xml @@ -33,8 +33,8 @@ false 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/examples/jsf-ejb-jpa/pom.xml b/examples/jsf-ejb-jpa/pom.xml index 055c9c0f..4d5e80ac 100644 --- a/examples/jsf-ejb-jpa/pom.xml +++ b/examples/jsf-ejb-jpa/pom.xml @@ -13,8 +13,8 @@ 11 11 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final 10.0.0 diff --git a/examples/postgresql-multiple-datasources/pom.xml b/examples/postgresql-multiple-datasources/pom.xml index 8583f23c..1aed6be3 100644 --- a/examples/postgresql-multiple-datasources/pom.xml +++ b/examples/postgresql-multiple-datasources/pom.xml @@ -13,10 +13,10 @@ 11 11 3.3.2 - 30.0.0.Beta1 + 30.0.0.Final 4.2.0.Final - 5.0.0.Beta1 - 6.0.0.Beta1 + 5.0.0.Final + 6.0.0.Final 10.0.0 diff --git a/examples/postgresql-preview/pom.xml b/examples/postgresql-preview/pom.xml index 2155bcf1..b7b8e331 100644 --- a/examples/postgresql-preview/pom.xml +++ b/examples/postgresql-preview/pom.xml @@ -13,10 +13,10 @@ 11 11 3.3.2 - 30.0.0.Beta1 + 30.0.0.Final 4.2.0.Final - 5.0.0.Beta1 - 6.0.0.Beta1 + 5.0.0.Final + 6.0.0.Final diff --git a/examples/postgresql/pom.xml b/examples/postgresql/pom.xml index e1cef6b2..42ce1e52 100644 --- a/examples/postgresql/pom.xml +++ b/examples/postgresql/pom.xml @@ -13,10 +13,10 @@ 11 11 3.3.2 - 30.0.0.Beta1 + 30.0.0.Final 4.2.0.Final - 5.0.0.Beta1 - 6.0.0.Beta1 + 5.0.0.Final + 6.0.0.Final 10.0.0 diff --git a/examples/saml-auto-reg/pom.xml b/examples/saml-auto-reg/pom.xml index 72521f56..ad87ee47 100644 --- a/examples/saml-auto-reg/pom.xml +++ b/examples/saml-auto-reg/pom.xml @@ -15,7 +15,7 @@ 3.3.2 28.0.1.Final 4.2.0.Final - 5.0.0.Beta1 + 5.0.0.Final 10.0.0 22.0.1 diff --git a/examples/web-clustering/pom.xml b/examples/web-clustering/pom.xml index a422491a..f3e249ca 100644 --- a/examples/web-clustering/pom.xml +++ b/examples/web-clustering/pom.xml @@ -13,8 +13,8 @@ 11 11 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final 10.0.0 diff --git a/test/test-app-advanced-extensions/pom.xml b/test/test-app-advanced-extensions/pom.xml index cfa0fa35..5393b3f3 100644 --- a/test/test-app-advanced-extensions/pom.xml +++ b/test/test-app-advanced-extensions/pom.xml @@ -30,8 +30,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-clustering/pom.xml b/test/test-app-clustering/pom.xml index 85bfeddd..51c32e0a 100644 --- a/test/test-app-clustering/pom.xml +++ b/test/test-app-clustering/pom.xml @@ -14,8 +14,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-default-config/pom.xml b/test/test-app-default-config/pom.xml index 758c38ec..3d70cd8c 100644 --- a/test/test-app-default-config/pom.xml +++ b/test/test-app-default-config/pom.xml @@ -34,8 +34,8 @@ - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-ejb/pom.xml b/test/test-app-ejb/pom.xml index 768e73d8..08c67878 100644 --- a/test/test-app-ejb/pom.xml +++ b/test/test-app-ejb/pom.xml @@ -16,8 +16,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-elytron-oidc-client/pom.xml b/test/test-app-elytron-oidc-client/pom.xml index 1e58706b..e042dabc 100644 --- a/test/test-app-elytron-oidc-client/pom.xml +++ b/test/test-app-elytron-oidc-client/pom.xml @@ -15,8 +15,8 @@ 10.0.0 UTF-8 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-extension/pom.xml b/test/test-app-extension/pom.xml index c44122e3..fb6ff5e4 100644 --- a/test/test-app-extension/pom.xml +++ b/test/test-app-extension/pom.xml @@ -30,8 +30,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-extension2/pom.xml b/test/test-app-extension2/pom.xml index 09df0f88..acbcf066 100644 --- a/test/test-app-extension2/pom.xml +++ b/test/test-app-extension2/pom.xml @@ -30,8 +30,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-invalid/pom.xml b/test/test-app-invalid/pom.xml index 812fb383..e3cb4c6d 100644 --- a/test/test-app-invalid/pom.xml +++ b/test/test-app-invalid/pom.xml @@ -14,8 +14,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-jpa2lc/pom.xml b/test/test-app-jpa2lc/pom.xml index 7c363f4d..dfd7c26a 100644 --- a/test/test-app-jpa2lc/pom.xml +++ b/test/test-app-jpa2lc/pom.xml @@ -16,8 +16,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-keycloak-saml/pom.xml b/test/test-app-keycloak-saml/pom.xml index b00234c9..89a8a8e0 100644 --- a/test/test-app-keycloak-saml/pom.xml +++ b/test/test-app-keycloak-saml/pom.xml @@ -16,7 +16,7 @@ 28.0.1.Final 4.2.0.Final - 5.0.0.Beta1 + 5.0.0.Final 10.0.0 22.0.1 diff --git a/test/test-app-mdb/pom.xml b/test/test-app-mdb/pom.xml index ceabd4ff..640d1614 100644 --- a/test/test-app-mdb/pom.xml +++ b/test/test-app-mdb/pom.xml @@ -33,8 +33,8 @@ false 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-multi-deployments-invalid/pom.xml b/test/test-app-multi-deployments-invalid/pom.xml index 5b4be9e8..ec29c230 100644 --- a/test/test-app-multi-deployments-invalid/pom.xml +++ b/test/test-app-multi-deployments-invalid/pom.xml @@ -13,8 +13,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-multi-deployments-legacy/pom.xml b/test/test-app-multi-deployments-legacy/pom.xml index 84deb21f..f91d56fe 100644 --- a/test/test-app-multi-deployments-legacy/pom.xml +++ b/test/test-app-multi-deployments-legacy/pom.xml @@ -13,8 +13,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-multi-deployments/pom.xml b/test/test-app-multi-deployments/pom.xml index 5b4be9e8..ec29c230 100644 --- a/test/test-app-multi-deployments/pom.xml +++ b/test/test-app-multi-deployments/pom.xml @@ -13,8 +13,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-multi-deployments2/pom.xml b/test/test-app-multi-deployments2/pom.xml index 5b4be9e8..ec29c230 100644 --- a/test/test-app-multi-deployments2/pom.xml +++ b/test/test-app-multi-deployments2/pom.xml @@ -13,8 +13,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-multi-deployments3/pom.xml b/test/test-app-multi-deployments3/pom.xml index 5b4be9e8..ec29c230 100644 --- a/test/test-app-multi-deployments3/pom.xml +++ b/test/test-app-multi-deployments3/pom.xml @@ -13,8 +13,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-postgres/pom.xml b/test/test-app-postgres/pom.xml index 0a8925da..99446d0d 100644 --- a/test/test-app-postgres/pom.xml +++ b/test/test-app-postgres/pom.xml @@ -31,9 +31,9 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 6.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 6.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-postgresql-mysql/pom.xml b/test/test-app-postgresql-mysql/pom.xml index 168e62a6..5c1208df 100644 --- a/test/test-app-postgresql-mysql/pom.xml +++ b/test/test-app-postgresql-mysql/pom.xml @@ -14,9 +14,9 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 - 6.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final + 6.0.0.Final 4.2.0.Final diff --git a/test/test-app-settings/pom.xml b/test/test-app-settings/pom.xml index 3b194c5a..89bb04ab 100644 --- a/test/test-app-settings/pom.xml +++ b/test/test-app-settings/pom.xml @@ -30,8 +30,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app-slim/pom.xml b/test/test-app-slim/pom.xml index 03890b97..c03a93ce 100644 --- a/test/test-app-slim/pom.xml +++ b/test/test-app-slim/pom.xml @@ -14,8 +14,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/test-app/pom.xml b/test/test-app/pom.xml index b731b05f..204a3914 100644 --- a/test/test-app/pom.xml +++ b/test/test-app/pom.xml @@ -14,8 +14,8 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 - 5.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final 4.2.0.Final diff --git a/test/vanilla-wildfly/test-app-s2i-cli-scripts/pom.xml b/test/vanilla-wildfly/test-app-s2i-cli-scripts/pom.xml index 1cbf09a5..2eda08ed 100644 --- a/test/vanilla-wildfly/test-app-s2i-cli-scripts/pom.xml +++ b/test/vanilla-wildfly/test-app-s2i-cli-scripts/pom.xml @@ -9,7 +9,7 @@ SampleApp - 30.0.0.Beta1 + 30.0.0.Final 4.2.0.Final diff --git a/test/vanilla-wildfly/test-app/pom.xml b/test/vanilla-wildfly/test-app/pom.xml index 37abdec4..614bc999 100644 --- a/test/vanilla-wildfly/test-app/pom.xml +++ b/test/vanilla-wildfly/test-app/pom.xml @@ -14,7 +14,7 @@ 11 10.0.0 3.3.2 - 30.0.0.Beta1 + 30.0.0.Final 4.2.0.Final diff --git a/wildfly-builders/pom.xml b/wildfly-builders/pom.xml index 946c947b..de184163 100644 --- a/wildfly-builders/pom.xml +++ b/wildfly-builders/pom.xml @@ -34,9 +34,9 @@ - 30.0.0.Beta1 - 5.0.0.Beta1 - 6.0.0.Beta1 + 30.0.0.Final + 5.0.0.Final + 6.0.0.Final 4.2.0.Final