From 0042aab02d9c29e85d7a0105a1425144d4be69bd Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Thu, 28 Nov 2024 16:27:02 +0100 Subject: [PATCH] Update docs and examples to 12.0.0.Beta2-SNAPSHOT --- examples/arquillian/hollow-jar/pom.xml | 2 +- examples/arquillian/jaxrs/pom.xml | 2 +- examples/arquillian/pom.xml | 2 +- examples/authentication/pom.xml | 2 +- examples/ejb-in-ear/ear/pom.xml | 2 +- examples/ejb-in-ear/ejb/pom.xml | 2 +- examples/ejb-in-ear/pom.xml | 2 +- examples/ejb-in-ear/web/pom.xml | 2 +- examples/ejb-in-war/pom.xml | 2 +- examples/ejb-persistent-clustered-timers/pom.xml | 2 +- examples/elytron-oidc-client/pom.xml | 2 +- examples/gradle-mdb-rar/pom.xml | 2 +- examples/hollow-jar/pom.xml | 2 +- examples/https/pom.xml | 2 +- examples/jaxrs/pom.xml | 2 +- examples/jaxws/pom.xml | 2 +- examples/jib-layers/app-layer/pom.xml | 2 +- examples/jib-layers/pom.xml | 2 +- examples/jib-layers/server-layer/pom.xml | 2 +- examples/jib/pom.xml | 2 +- examples/jkube/pom.xml | 2 +- examples/jsf-ejb-jpa/pom.xml | 2 +- examples/logging-json/pom.xml | 2 +- examples/logging/pom.xml | 2 +- examples/microprofile-config/pom.xml | 2 +- examples/pom.xml | 4 ++-- examples/postgresql/pom.xml | 2 +- examples/remote-microprofile-config/pom.xml | 2 +- examples/secmanager/pom.xml | 2 +- examples/slim/pom.xml | 2 +- examples/web-clustering-dns-ping/pom.xml | 2 +- examples/web-clustering/pom.xml | 2 +- examples/web-console/pom.xml | 2 +- pom.xml | 2 +- 34 files changed, 35 insertions(+), 35 deletions(-) diff --git a/examples/arquillian/hollow-jar/pom.xml b/examples/arquillian/hollow-jar/pom.xml index 55a3fd0e..47fa25e2 100644 --- a/examples/arquillian/hollow-jar/pom.xml +++ b/examples/arquillian/hollow-jar/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-arquillian-tests-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT hollow-jar-arquillian diff --git a/examples/arquillian/jaxrs/pom.xml b/examples/arquillian/jaxrs/pom.xml index 20bf6889..81b59d0a 100644 --- a/examples/arquillian/jaxrs/pom.xml +++ b/examples/arquillian/jaxrs/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-arquillian-tests-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT jaxrs-arquillian diff --git a/examples/arquillian/pom.xml b/examples/arquillian/pom.xml index e26344a9..ed4cc28f 100644 --- a/examples/arquillian/pom.xml +++ b/examples/arquillian/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT wildfly-jar-arquillian-tests-parent pom diff --git a/examples/authentication/pom.xml b/examples/authentication/pom.xml index e29869bb..22abfbf3 100644 --- a/examples/authentication/pom.xml +++ b/examples/authentication/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT authentication war diff --git a/examples/ejb-in-ear/ear/pom.xml b/examples/ejb-in-ear/ear/pom.xml index 521b6589..ae7cd485 100644 --- a/examples/ejb-in-ear/ear/pom.xml +++ b/examples/ejb-in-ear/ear/pom.xml @@ -6,7 +6,7 @@ org.wildfly.plugins ejb-in-ear - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT ejb-in-ear-ear diff --git a/examples/ejb-in-ear/ejb/pom.xml b/examples/ejb-in-ear/ejb/pom.xml index 8dbcfcd6..8537bf6b 100644 --- a/examples/ejb-in-ear/ejb/pom.xml +++ b/examples/ejb-in-ear/ejb/pom.xml @@ -6,7 +6,7 @@ org.wildfly.plugins ejb-in-ear - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT ejb-in-ear-ejb diff --git a/examples/ejb-in-ear/pom.xml b/examples/ejb-in-ear/pom.xml index 88d9eb25..1192a44e 100644 --- a/examples/ejb-in-ear/pom.xml +++ b/examples/ejb-in-ear/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT ejb-in-ear diff --git a/examples/ejb-in-ear/web/pom.xml b/examples/ejb-in-ear/web/pom.xml index 91af2fa9..caf34f08 100644 --- a/examples/ejb-in-ear/web/pom.xml +++ b/examples/ejb-in-ear/web/pom.xml @@ -6,7 +6,7 @@ org.wildfly.plugins ejb-in-ear - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT ejb-in-ear-web diff --git a/examples/ejb-in-war/pom.xml b/examples/ejb-in-war/pom.xml index 27b5b74a..f9621d31 100644 --- a/examples/ejb-in-war/pom.xml +++ b/examples/ejb-in-war/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT ejb-in-war diff --git a/examples/ejb-persistent-clustered-timers/pom.xml b/examples/ejb-persistent-clustered-timers/pom.xml index fc7d9f5f..2e6eec7b 100644 --- a/examples/ejb-persistent-clustered-timers/pom.xml +++ b/examples/ejb-persistent-clustered-timers/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT ejb-persistent-clustered-timers diff --git a/examples/elytron-oidc-client/pom.xml b/examples/elytron-oidc-client/pom.xml index e30d15b2..75434f4b 100644 --- a/examples/elytron-oidc-client/pom.xml +++ b/examples/elytron-oidc-client/pom.xml @@ -4,7 +4,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT elytron-oidc-client war diff --git a/examples/gradle-mdb-rar/pom.xml b/examples/gradle-mdb-rar/pom.xml index 460b2ca1..88209cdf 100644 --- a/examples/gradle-mdb-rar/pom.xml +++ b/examples/gradle-mdb-rar/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT gradle-demo diff --git a/examples/hollow-jar/pom.xml b/examples/hollow-jar/pom.xml index 2f6e4d4a..71499370 100644 --- a/examples/hollow-jar/pom.xml +++ b/examples/hollow-jar/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT default-hollow-jar diff --git a/examples/https/pom.xml b/examples/https/pom.xml index 296c3537..8457eb07 100644 --- a/examples/https/pom.xml +++ b/examples/https/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT https diff --git a/examples/jaxrs/pom.xml b/examples/jaxrs/pom.xml index 23badf35..edc6ff39 100644 --- a/examples/jaxrs/pom.xml +++ b/examples/jaxrs/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT jaxrs diff --git a/examples/jaxws/pom.xml b/examples/jaxws/pom.xml index 6a008590..e3ee8f22 100644 --- a/examples/jaxws/pom.xml +++ b/examples/jaxws/pom.xml @@ -20,7 +20,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT jaxws-pojo-service diff --git a/examples/jib-layers/app-layer/pom.xml b/examples/jib-layers/app-layer/pom.xml index d28d102f..1ff177ff 100644 --- a/examples/jib-layers/app-layer/pom.xml +++ b/examples/jib-layers/app-layer/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins jib-layers-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT jib-app-layer war diff --git a/examples/jib-layers/pom.xml b/examples/jib-layers/pom.xml index 47470187..3d6d6f4a 100644 --- a/examples/jib-layers/pom.xml +++ b/examples/jib-layers/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT jib-layers-parent pom diff --git a/examples/jib-layers/server-layer/pom.xml b/examples/jib-layers/server-layer/pom.xml index c6dc8482..2f112da9 100644 --- a/examples/jib-layers/server-layer/pom.xml +++ b/examples/jib-layers/server-layer/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins jib-layers-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT jib-server-layer diff --git a/examples/jib/pom.xml b/examples/jib/pom.xml index 26371a07..773443b1 100644 --- a/examples/jib/pom.xml +++ b/examples/jib/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT jaxrs-jib jar diff --git a/examples/jkube/pom.xml b/examples/jkube/pom.xml index f1f96f66..ef1228b2 100644 --- a/examples/jkube/pom.xml +++ b/examples/jkube/pom.xml @@ -6,7 +6,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT jkube-app war diff --git a/examples/jsf-ejb-jpa/pom.xml b/examples/jsf-ejb-jpa/pom.xml index 1f80c799..aa06639c 100644 --- a/examples/jsf-ejb-jpa/pom.xml +++ b/examples/jsf-ejb-jpa/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT jsf-ejb-jpa diff --git a/examples/logging-json/pom.xml b/examples/logging-json/pom.xml index 4b67a19f..511ad105 100644 --- a/examples/logging-json/pom.xml +++ b/examples/logging-json/pom.xml @@ -24,7 +24,7 @@ wildfly-jar-examples-parent org.wildfly.plugins - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT 4.0.0 diff --git a/examples/logging/pom.xml b/examples/logging/pom.xml index 8174e277..d60dad69 100644 --- a/examples/logging/pom.xml +++ b/examples/logging/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT logging diff --git a/examples/microprofile-config/pom.xml b/examples/microprofile-config/pom.xml index 0cbdb3a6..0e6b2285 100644 --- a/examples/microprofile-config/pom.xml +++ b/examples/microprofile-config/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT .. microprofile-config diff --git a/examples/pom.xml b/examples/pom.xml index 54d9711e..8993182b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,13 +4,13 @@ 4.0.0 org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT pom WildFly Bootable JAR - Examples - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT 34.0.1.Final 9.1.0.Final 1.16.2 diff --git a/examples/postgresql/pom.xml b/examples/postgresql/pom.xml index f09627fd..4fa6316b 100644 --- a/examples/postgresql/pom.xml +++ b/examples/postgresql/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT postgresql diff --git a/examples/remote-microprofile-config/pom.xml b/examples/remote-microprofile-config/pom.xml index 5964ac90..e3df2e71 100644 --- a/examples/remote-microprofile-config/pom.xml +++ b/examples/remote-microprofile-config/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT .. remote-microprofile-config diff --git a/examples/secmanager/pom.xml b/examples/secmanager/pom.xml index 3ba5e75b..8de1db96 100644 --- a/examples/secmanager/pom.xml +++ b/examples/secmanager/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT sec-manager diff --git a/examples/slim/pom.xml b/examples/slim/pom.xml index afe40236..def0dc87 100644 --- a/examples/slim/pom.xml +++ b/examples/slim/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT slim diff --git a/examples/web-clustering-dns-ping/pom.xml b/examples/web-clustering-dns-ping/pom.xml index c03d84b3..bd03fd12 100644 --- a/examples/web-clustering-dns-ping/pom.xml +++ b/examples/web-clustering-dns-ping/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT web-clustering-dns-ping diff --git a/examples/web-clustering/pom.xml b/examples/web-clustering/pom.xml index 0435ff6c..dce1c155 100644 --- a/examples/web-clustering/pom.xml +++ b/examples/web-clustering/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT web-clustering diff --git a/examples/web-console/pom.xml b/examples/web-console/pom.xml index f1e90501..edf25c0b 100644 --- a/examples/web-console/pom.xml +++ b/examples/web-console/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 12.0.0.Beta1 + 12.0.0.Beta2-SNAPSHOT web-console diff --git a/pom.xml b/pom.xml index ff9ae1aa..9fd9c987 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 34.0.1.Final 12.0.0.Beta1 - 34 + main 4.13.1 1.0.0.Alpha3