From e2d9ecb766ffffd135e4f08549a8c97555a7eab0 Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Mon, 13 Jan 2025 10:55:57 +0100 Subject: [PATCH] Update docs and examples to 12.0.0.Final --- 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/helm.yaml | 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/helm.yaml | 2 +- examples/web-clustering-dns-ping/pom.xml | 2 +- examples/web-clustering/pom.xml | 2 +- examples/web-console/pom.xml | 2 +- pom.xml | 4 ++-- 36 files changed, 38 insertions(+), 38 deletions(-) diff --git a/examples/arquillian/hollow-jar/pom.xml b/examples/arquillian/hollow-jar/pom.xml index 47fa25e2..d90c152c 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.Beta2-SNAPSHOT + 12.0.0.Final hollow-jar-arquillian diff --git a/examples/arquillian/jaxrs/pom.xml b/examples/arquillian/jaxrs/pom.xml index 81b59d0a..0541753d 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.Beta2-SNAPSHOT + 12.0.0.Final jaxrs-arquillian diff --git a/examples/arquillian/pom.xml b/examples/arquillian/pom.xml index ed4cc28f..543f3fba 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.Beta2-SNAPSHOT + 12.0.0.Final wildfly-jar-arquillian-tests-parent pom diff --git a/examples/authentication/pom.xml b/examples/authentication/pom.xml index 22abfbf3..d06f5257 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.Beta2-SNAPSHOT + 12.0.0.Final authentication war diff --git a/examples/ejb-in-ear/ear/pom.xml b/examples/ejb-in-ear/ear/pom.xml index ae7cd485..b5bc00f2 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.Beta2-SNAPSHOT + 12.0.0.Final ejb-in-ear-ear diff --git a/examples/ejb-in-ear/ejb/pom.xml b/examples/ejb-in-ear/ejb/pom.xml index 8537bf6b..2dca159f 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.Beta2-SNAPSHOT + 12.0.0.Final ejb-in-ear-ejb diff --git a/examples/ejb-in-ear/pom.xml b/examples/ejb-in-ear/pom.xml index 1192a44e..06878817 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.Beta2-SNAPSHOT + 12.0.0.Final ejb-in-ear diff --git a/examples/ejb-in-ear/web/pom.xml b/examples/ejb-in-ear/web/pom.xml index caf34f08..71c260ab 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.Beta2-SNAPSHOT + 12.0.0.Final ejb-in-ear-web diff --git a/examples/ejb-in-war/pom.xml b/examples/ejb-in-war/pom.xml index f9621d31..6b4c26de 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.Beta2-SNAPSHOT + 12.0.0.Final ejb-in-war diff --git a/examples/ejb-persistent-clustered-timers/helm.yaml b/examples/ejb-persistent-clustered-timers/helm.yaml index cfd5ae69..04611626 100644 --- a/examples/ejb-persistent-clustered-timers/helm.yaml +++ b/examples/ejb-persistent-clustered-timers/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly-extras/wildfly-jar-maven-plugin.git - ref: 12.0.0.Beta1 + ref: 12.0.0.Final contextDir: examples mode: bootable-jar env: diff --git a/examples/ejb-persistent-clustered-timers/pom.xml b/examples/ejb-persistent-clustered-timers/pom.xml index 2e6eec7b..df4ef715 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.Beta2-SNAPSHOT + 12.0.0.Final ejb-persistent-clustered-timers diff --git a/examples/elytron-oidc-client/pom.xml b/examples/elytron-oidc-client/pom.xml index 75434f4b..a5d1a7d5 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.Beta2-SNAPSHOT + 12.0.0.Final elytron-oidc-client war diff --git a/examples/gradle-mdb-rar/pom.xml b/examples/gradle-mdb-rar/pom.xml index 88209cdf..d458b9d0 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.Beta2-SNAPSHOT + 12.0.0.Final gradle-demo diff --git a/examples/hollow-jar/pom.xml b/examples/hollow-jar/pom.xml index 71499370..2f37dda2 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.Beta2-SNAPSHOT + 12.0.0.Final default-hollow-jar diff --git a/examples/https/pom.xml b/examples/https/pom.xml index 8457eb07..9fbdf809 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.Beta2-SNAPSHOT + 12.0.0.Final https diff --git a/examples/jaxrs/pom.xml b/examples/jaxrs/pom.xml index edc6ff39..4dba3072 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.Beta2-SNAPSHOT + 12.0.0.Final jaxrs diff --git a/examples/jaxws/pom.xml b/examples/jaxws/pom.xml index e3ee8f22..00e6e2e6 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.Beta2-SNAPSHOT + 12.0.0.Final jaxws-pojo-service diff --git a/examples/jib-layers/app-layer/pom.xml b/examples/jib-layers/app-layer/pom.xml index 1ff177ff..973282ae 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.Beta2-SNAPSHOT + 12.0.0.Final jib-app-layer war diff --git a/examples/jib-layers/pom.xml b/examples/jib-layers/pom.xml index 3d6d6f4a..224e6ee3 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.Beta2-SNAPSHOT + 12.0.0.Final jib-layers-parent pom diff --git a/examples/jib-layers/server-layer/pom.xml b/examples/jib-layers/server-layer/pom.xml index 2f112da9..a3a3f0bc 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.Beta2-SNAPSHOT + 12.0.0.Final jib-server-layer diff --git a/examples/jib/pom.xml b/examples/jib/pom.xml index 773443b1..89dabd49 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.Beta2-SNAPSHOT + 12.0.0.Final jaxrs-jib jar diff --git a/examples/jkube/pom.xml b/examples/jkube/pom.xml index ef1228b2..ffca96d4 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.Beta2-SNAPSHOT + 12.0.0.Final jkube-app war diff --git a/examples/jsf-ejb-jpa/pom.xml b/examples/jsf-ejb-jpa/pom.xml index aa06639c..b44768a4 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.Beta2-SNAPSHOT + 12.0.0.Final jsf-ejb-jpa diff --git a/examples/logging-json/pom.xml b/examples/logging-json/pom.xml index 511ad105..6d38a651 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.Beta2-SNAPSHOT + 12.0.0.Final 4.0.0 diff --git a/examples/logging/pom.xml b/examples/logging/pom.xml index d60dad69..6ea70bbd 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.Beta2-SNAPSHOT + 12.0.0.Final logging diff --git a/examples/microprofile-config/pom.xml b/examples/microprofile-config/pom.xml index 0e6b2285..60aabcae 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.Beta2-SNAPSHOT + 12.0.0.Final .. microprofile-config diff --git a/examples/pom.xml b/examples/pom.xml index da92b8c4..597e0a20 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.Beta2-SNAPSHOT + 12.0.0.Final pom WildFly Bootable JAR - Examples - 12.0.0.Beta2-SNAPSHOT + 12.0.0.Final 35.0.0.Final 9.1.0.Final 1.16.2 diff --git a/examples/postgresql/pom.xml b/examples/postgresql/pom.xml index 4fa6316b..0812aebd 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.Beta2-SNAPSHOT + 12.0.0.Final postgresql diff --git a/examples/remote-microprofile-config/pom.xml b/examples/remote-microprofile-config/pom.xml index e3df2e71..75a4d70d 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.Beta2-SNAPSHOT + 12.0.0.Final .. remote-microprofile-config diff --git a/examples/secmanager/pom.xml b/examples/secmanager/pom.xml index 8de1db96..eabcd586 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.Beta2-SNAPSHOT + 12.0.0.Final sec-manager diff --git a/examples/slim/pom.xml b/examples/slim/pom.xml index def0dc87..8c59b77a 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.Beta2-SNAPSHOT + 12.0.0.Final slim diff --git a/examples/web-clustering-dns-ping/helm.yaml b/examples/web-clustering-dns-ping/helm.yaml index e472f14c..6bfd4d42 100644 --- a/examples/web-clustering-dns-ping/helm.yaml +++ b/examples/web-clustering-dns-ping/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly-extras/wildfly-jar-maven-plugin.git - ref: 12.0.0.Beta1 + ref: 12.0.0.Final contextDir: examples mode: bootable-jar bootableJar: diff --git a/examples/web-clustering-dns-ping/pom.xml b/examples/web-clustering-dns-ping/pom.xml index bd03fd12..20ddf177 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.Beta2-SNAPSHOT + 12.0.0.Final web-clustering-dns-ping diff --git a/examples/web-clustering/pom.xml b/examples/web-clustering/pom.xml index dce1c155..2b9741a3 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.Beta2-SNAPSHOT + 12.0.0.Final web-clustering diff --git a/examples/web-console/pom.xml b/examples/web-console/pom.xml index edf25c0b..075a00be 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.Beta2-SNAPSHOT + 12.0.0.Final web-console diff --git a/pom.xml b/pom.xml index 10b526a7..f5c3960b 100644 --- a/pom.xml +++ b/pom.xml @@ -55,8 +55,8 @@ 11 35.0.0.Final - 12.0.0.Beta1 - main + 12.0.0.Final + 35 4.13.1 1.0.0.Alpha3