From b309ddca0dd69b30869d6f1e57340da5154e5f98 Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Tue, 12 Nov 2024 12:16:46 +0100 Subject: [PATCH] Release 7.3.0.Final --- config-gen/pom.xml | 2 +- docs/guide/examples/user-defined-feature-pack/content.adoc | 2 +- docs/guide/maven-plugins/index.adoc | 2 +- docs/pom.xml | 2 +- feature-spec-gen/pom.xml | 2 +- galleon-plugins/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- pom.xml | 2 +- testsuite/pom.xml | 2 +- testsuite/test-feature-packs/common/pom.xml | 2 +- testsuite/test-feature-packs/community-feature-pack/pom.xml | 2 +- testsuite/test-feature-packs/default-feature-pack/pom.xml | 2 +- testsuite/test-feature-packs/experimental-feature-pack/pom.xml | 2 +- testsuite/test-feature-packs/pom.xml | 2 +- testsuite/test-feature-packs/preview-feature-pack/pom.xml | 2 +- testsuite/test-feature-packs/subsystem-community/pom.xml | 2 +- testsuite/test-feature-packs/subsystem-default/pom.xml | 2 +- testsuite/test-feature-packs/subsystem-experimental/pom.xml | 2 +- testsuite/test-feature-packs/subsystem-preview/pom.xml | 2 +- testsuite/tests/pom.xml | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/config-gen/pom.xml b/config-gen/pom.xml index 0b3c0db0..934c8d5d 100644 --- a/config-gen/pom.xml +++ b/config-gen/pom.xml @@ -23,7 +23,7 @@ org.wildfly.galleon-plugins wildfly-provisioning-parent - 7.2.2.Final-SNAPSHOT + 7.3.0.Final wildfly-config-gen diff --git a/docs/guide/examples/user-defined-feature-pack/content.adoc b/docs/guide/examples/user-defined-feature-pack/content.adoc index 3bcece32..395c8715 100644 --- a/docs/guide/examples/user-defined-feature-pack/content.adoc +++ b/docs/guide/examples/user-defined-feature-pack/content.adoc @@ -25,7 +25,7 @@ Add the Maven plugin dependency in your pom.xml file : org.wildfly.galleon-plugins wildfly-galleon-maven-plugin - 7.2.2.Final-SNAPSHOT + 7.3.0.Final ---- diff --git a/docs/guide/maven-plugins/index.adoc b/docs/guide/maven-plugins/index.adoc index 483457b0..973a9047 100644 --- a/docs/guide/maven-plugins/index.adoc +++ b/docs/guide/maven-plugins/index.adoc @@ -10,7 +10,7 @@ include::provision-dist/index.adoc[] org.wildfly.galleon-plugins wildfly-galleon-maven-plugin - 7.2.2.Final-SNAPSHOT + 7.3.0.Final ---- diff --git a/docs/pom.xml b/docs/pom.xml index f4eb05cf..efffefcb 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -23,7 +23,7 @@ org.wildfly.galleon-plugins wildfly-provisioning-parent - 7.2.2.Final-SNAPSHOT + 7.3.0.Final docs diff --git a/feature-spec-gen/pom.xml b/feature-spec-gen/pom.xml index 3b65bacb..fac7e037 100644 --- a/feature-spec-gen/pom.xml +++ b/feature-spec-gen/pom.xml @@ -23,7 +23,7 @@ org.wildfly.galleon-plugins wildfly-provisioning-parent - 7.2.2.Final-SNAPSHOT + 7.3.0.Final wildfly-feature-spec-gen diff --git a/galleon-plugins/pom.xml b/galleon-plugins/pom.xml index c68076a6..f820b01f 100644 --- a/galleon-plugins/pom.xml +++ b/galleon-plugins/pom.xml @@ -23,7 +23,7 @@ org.wildfly.galleon-plugins wildfly-provisioning-parent - 7.2.2.Final-SNAPSHOT + 7.3.0.Final wildfly-galleon-plugins diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index ba093737..53aca92d 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -23,7 +23,7 @@ org.wildfly.galleon-plugins wildfly-provisioning-parent - 7.2.2.Final-SNAPSHOT + 7.3.0.Final wildfly-galleon-maven-plugin diff --git a/pom.xml b/pom.xml index ea7b5ae3..01cdbb57 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.wildfly.galleon-plugins wildfly-provisioning-parent - 7.2.2.Final-SNAPSHOT + 7.3.0.Final pom WildFly Galleon Plugins Parent diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 0e93b773..16bd7faf 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -23,7 +23,7 @@ org.wildfly.galleon-plugins wildfly-provisioning-parent - 7.2.2.Final-SNAPSHOT + 7.3.0.Final diff --git a/testsuite/test-feature-packs/common/pom.xml b/testsuite/test-feature-packs/common/pom.xml index 8741bd00..45ad8bb1 100644 --- a/testsuite/test-feature-packs/common/pom.xml +++ b/testsuite/test-feature-packs/common/pom.xml @@ -13,7 +13,7 @@ org.wildfly.galleon-plugins wildfly-galleon-plugins-test-feature-packs - 7.2.2.Final-SNAPSHOT + 7.3.0.Final wildfly-galleon-plugins-test-feature-pack-common diff --git a/testsuite/test-feature-packs/community-feature-pack/pom.xml b/testsuite/test-feature-packs/community-feature-pack/pom.xml index 5b6b0c32..8a142376 100644 --- a/testsuite/test-feature-packs/community-feature-pack/pom.xml +++ b/testsuite/test-feature-packs/community-feature-pack/pom.xml @@ -13,7 +13,7 @@ org.wildfly.galleon-plugins wildfly-galleon-plugins-test-feature-packs - 7.2.2.Final-SNAPSHOT + 7.3.0.Final community-feature-pack diff --git a/testsuite/test-feature-packs/default-feature-pack/pom.xml b/testsuite/test-feature-packs/default-feature-pack/pom.xml index adaaed28..b4d2c9c1 100644 --- a/testsuite/test-feature-packs/default-feature-pack/pom.xml +++ b/testsuite/test-feature-packs/default-feature-pack/pom.xml @@ -13,7 +13,7 @@ org.wildfly.galleon-plugins wildfly-galleon-plugins-test-feature-packs - 7.2.2.Final-SNAPSHOT + 7.3.0.Final default-feature-pack diff --git a/testsuite/test-feature-packs/experimental-feature-pack/pom.xml b/testsuite/test-feature-packs/experimental-feature-pack/pom.xml index acee1cfd..2ca9593e 100644 --- a/testsuite/test-feature-packs/experimental-feature-pack/pom.xml +++ b/testsuite/test-feature-packs/experimental-feature-pack/pom.xml @@ -13,7 +13,7 @@ org.wildfly.galleon-plugins wildfly-galleon-plugins-test-feature-packs - 7.2.2.Final-SNAPSHOT + 7.3.0.Final experimental-feature-pack diff --git a/testsuite/test-feature-packs/pom.xml b/testsuite/test-feature-packs/pom.xml index f23e2d06..c4463a82 100644 --- a/testsuite/test-feature-packs/pom.xml +++ b/testsuite/test-feature-packs/pom.xml @@ -23,7 +23,7 @@ org.wildfly.galleon-plugins wildfly-galleon-plugins-testsuite - 7.2.2.Final-SNAPSHOT + 7.3.0.Final wildfly-galleon-plugins-test-feature-packs diff --git a/testsuite/test-feature-packs/preview-feature-pack/pom.xml b/testsuite/test-feature-packs/preview-feature-pack/pom.xml index edeeeef0..3e3141b9 100644 --- a/testsuite/test-feature-packs/preview-feature-pack/pom.xml +++ b/testsuite/test-feature-packs/preview-feature-pack/pom.xml @@ -13,7 +13,7 @@ org.wildfly.galleon-plugins wildfly-galleon-plugins-test-feature-packs - 7.2.2.Final-SNAPSHOT + 7.3.0.Final preview-feature-pack diff --git a/testsuite/test-feature-packs/subsystem-community/pom.xml b/testsuite/test-feature-packs/subsystem-community/pom.xml index 39fed654..b3a6a6fe 100644 --- a/testsuite/test-feature-packs/subsystem-community/pom.xml +++ b/testsuite/test-feature-packs/subsystem-community/pom.xml @@ -10,7 +10,7 @@ org.wildfly.galleon-plugins wildfly-galleon-plugins-test-feature-packs - 7.2.2.Final-SNAPSHOT + 7.3.0.Final test-subsystem-community diff --git a/testsuite/test-feature-packs/subsystem-default/pom.xml b/testsuite/test-feature-packs/subsystem-default/pom.xml index b8935f25..44c2f1e2 100644 --- a/testsuite/test-feature-packs/subsystem-default/pom.xml +++ b/testsuite/test-feature-packs/subsystem-default/pom.xml @@ -10,7 +10,7 @@ org.wildfly.galleon-plugins wildfly-galleon-plugins-test-feature-packs - 7.2.2.Final-SNAPSHOT + 7.3.0.Final test-subsystem-default diff --git a/testsuite/test-feature-packs/subsystem-experimental/pom.xml b/testsuite/test-feature-packs/subsystem-experimental/pom.xml index d9075f29..a3a9de2e 100644 --- a/testsuite/test-feature-packs/subsystem-experimental/pom.xml +++ b/testsuite/test-feature-packs/subsystem-experimental/pom.xml @@ -10,7 +10,7 @@ org.wildfly.galleon-plugins wildfly-galleon-plugins-test-feature-packs - 7.2.2.Final-SNAPSHOT + 7.3.0.Final test-subsystem-experimental diff --git a/testsuite/test-feature-packs/subsystem-preview/pom.xml b/testsuite/test-feature-packs/subsystem-preview/pom.xml index e239e25a..e39eeb45 100644 --- a/testsuite/test-feature-packs/subsystem-preview/pom.xml +++ b/testsuite/test-feature-packs/subsystem-preview/pom.xml @@ -10,7 +10,7 @@ org.wildfly.galleon-plugins wildfly-galleon-plugins-test-feature-packs - 7.2.2.Final-SNAPSHOT + 7.3.0.Final test-subsystem-preview diff --git a/testsuite/tests/pom.xml b/testsuite/tests/pom.xml index ade5e3b9..5447610a 100644 --- a/testsuite/tests/pom.xml +++ b/testsuite/tests/pom.xml @@ -23,7 +23,7 @@ org.wildfly.galleon-plugins wildfly-galleon-plugins-testsuite - 7.2.2.Final-SNAPSHOT + 7.3.0.Final wildfly-galleon-plugins-tests