From f406d64cd21fb8e6552a2b491ad2052ea261210f Mon Sep 17 00:00:00 2001 From: Jean Francois Denise Date: Fri, 12 Apr 2024 11:32:53 +0200 Subject: [PATCH] Update docs and examples to 11.0.1.Final-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 f47d127d..8635353d 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT hollow-jar-arquillian diff --git a/examples/arquillian/jaxrs/pom.xml b/examples/arquillian/jaxrs/pom.xml index a6a0d80b..4681ae83 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT jaxrs-arquillian diff --git a/examples/arquillian/pom.xml b/examples/arquillian/pom.xml index 2d8156db..34af4e29 100644 --- a/examples/arquillian/pom.xml +++ b/examples/arquillian/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT wildfly-jar-arquillian-tests-parent pom diff --git a/examples/authentication/pom.xml b/examples/authentication/pom.xml index 543cd7bf..2d0c8e3a 100644 --- a/examples/authentication/pom.xml +++ b/examples/authentication/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT authentication war diff --git a/examples/ejb-in-ear/ear/pom.xml b/examples/ejb-in-ear/ear/pom.xml index c7f6abd0..fb59b0b0 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT ejb-in-ear-ear diff --git a/examples/ejb-in-ear/ejb/pom.xml b/examples/ejb-in-ear/ejb/pom.xml index 99e204aa..9792f06c 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT ejb-in-ear-ejb diff --git a/examples/ejb-in-ear/pom.xml b/examples/ejb-in-ear/pom.xml index 4c0baec5..b68a18e3 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT ejb-in-ear diff --git a/examples/ejb-in-ear/web/pom.xml b/examples/ejb-in-ear/web/pom.xml index e2f54232..1be08dc5 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT ejb-in-ear-web diff --git a/examples/ejb-in-war/pom.xml b/examples/ejb-in-war/pom.xml index 5d777fae..9710da34 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT ejb-in-war diff --git a/examples/ejb-persistent-clustered-timers/pom.xml b/examples/ejb-persistent-clustered-timers/pom.xml index b5ef8d2d..9c148cb7 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT ejb-persistent-clustered-timers diff --git a/examples/elytron-oidc-client/pom.xml b/examples/elytron-oidc-client/pom.xml index 99fb04ff..071d2d07 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT elytron-oidc-client war diff --git a/examples/gradle-mdb-rar/pom.xml b/examples/gradle-mdb-rar/pom.xml index c4b905d0..8d2b1afd 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT gradle-demo diff --git a/examples/hollow-jar/pom.xml b/examples/hollow-jar/pom.xml index 09f6048d..d25ba4a0 100644 --- a/examples/hollow-jar/pom.xml +++ b/examples/hollow-jar/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT default-hollow-jar diff --git a/examples/https/pom.xml b/examples/https/pom.xml index 7b906118..30c97e88 100644 --- a/examples/https/pom.xml +++ b/examples/https/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT https diff --git a/examples/jaxrs/pom.xml b/examples/jaxrs/pom.xml index 5f720c5d..6c2cd3b8 100644 --- a/examples/jaxrs/pom.xml +++ b/examples/jaxrs/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT jaxrs diff --git a/examples/jaxws/pom.xml b/examples/jaxws/pom.xml index b48c6625..1669b4b2 100644 --- a/examples/jaxws/pom.xml +++ b/examples/jaxws/pom.xml @@ -20,7 +20,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT jaxws-pojo-service diff --git a/examples/jib-layers/app-layer/pom.xml b/examples/jib-layers/app-layer/pom.xml index e1801f83..2bdba42c 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT jib-app-layer war diff --git a/examples/jib-layers/pom.xml b/examples/jib-layers/pom.xml index 6948073a..4c2b1228 100644 --- a/examples/jib-layers/pom.xml +++ b/examples/jib-layers/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT jib-layers-parent pom diff --git a/examples/jib-layers/server-layer/pom.xml b/examples/jib-layers/server-layer/pom.xml index 83adffd5..7edafb0f 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT jib-server-layer diff --git a/examples/jib/pom.xml b/examples/jib/pom.xml index ee552993..ddc3a629 100644 --- a/examples/jib/pom.xml +++ b/examples/jib/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT jaxrs-jib jar diff --git a/examples/jkube/pom.xml b/examples/jkube/pom.xml index 4e57f389..0b643970 100644 --- a/examples/jkube/pom.xml +++ b/examples/jkube/pom.xml @@ -6,7 +6,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT jkube-app war diff --git a/examples/jsf-ejb-jpa/pom.xml b/examples/jsf-ejb-jpa/pom.xml index 356b2e99..f61e7cb9 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT jsf-ejb-jpa diff --git a/examples/logging-json/pom.xml b/examples/logging-json/pom.xml index e016e242..f68e27a9 100644 --- a/examples/logging-json/pom.xml +++ b/examples/logging-json/pom.xml @@ -24,7 +24,7 @@ wildfly-jar-examples-parent org.wildfly.plugins - 11.0.0.Final + 11.0.1.Final-SNAPSHOT 4.0.0 diff --git a/examples/logging/pom.xml b/examples/logging/pom.xml index b57924ee..41ef8def 100644 --- a/examples/logging/pom.xml +++ b/examples/logging/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT logging diff --git a/examples/microprofile-config/pom.xml b/examples/microprofile-config/pom.xml index cf0a43dc..53900c8f 100644 --- a/examples/microprofile-config/pom.xml +++ b/examples/microprofile-config/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT .. microprofile-config diff --git a/examples/pom.xml b/examples/pom.xml index 8a51df69..477daff7 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,13 +4,13 @@ 4.0.0 org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT pom WildFly Bootable JAR - Examples - 11.0.0.Final + 11.0.1.Final-SNAPSHOT 32.0.0.Beta1 8.0.0.Beta1 1.16.2 diff --git a/examples/postgresql/pom.xml b/examples/postgresql/pom.xml index 8b526936..1352737a 100644 --- a/examples/postgresql/pom.xml +++ b/examples/postgresql/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT postgresql diff --git a/examples/remote-microprofile-config/pom.xml b/examples/remote-microprofile-config/pom.xml index 192d8a08..b36a3b4d 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT .. remote-microprofile-config diff --git a/examples/secmanager/pom.xml b/examples/secmanager/pom.xml index c1c9ac27..4f723116 100644 --- a/examples/secmanager/pom.xml +++ b/examples/secmanager/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT sec-manager diff --git a/examples/slim/pom.xml b/examples/slim/pom.xml index 0b1757e9..f4000492 100644 --- a/examples/slim/pom.xml +++ b/examples/slim/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT slim diff --git a/examples/web-clustering-dns-ping/pom.xml b/examples/web-clustering-dns-ping/pom.xml index d956695b..d297a170 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 - 11.0.0.Final + 11.0.1.Final-SNAPSHOT web-clustering-dns-ping diff --git a/examples/web-clustering/pom.xml b/examples/web-clustering/pom.xml index 457f71fa..f7ba3eaa 100644 --- a/examples/web-clustering/pom.xml +++ b/examples/web-clustering/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT web-clustering diff --git a/examples/web-console/pom.xml b/examples/web-console/pom.xml index 25d440e2..d09cab2c 100644 --- a/examples/web-console/pom.xml +++ b/examples/web-console/pom.xml @@ -5,7 +5,7 @@ org.wildfly.plugins wildfly-jar-examples-parent - 11.0.0.Final + 11.0.1.Final-SNAPSHOT web-console diff --git a/pom.xml b/pom.xml index 0aa6e0e1..cc271689 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 11 32.0.0.Beta1 - 11.0.0.Final + main 31.0 4.13.1