From 54fff0c186566620d4ec07eda762e1115f7678c4 Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Thu, 16 Dec 2021 11:14:29 +0000 Subject: [PATCH] Prepare for the 18.0.1.Final release --- bootable-jar/boot/pom.xml | 2 +- bootable-jar/pom.xml | 2 +- bootable-jar/runtime/pom.xml | 2 +- build/pom.xml | 2 +- cli/pom.xml | 2 +- component-matrix-builder/pom.xml | 2 +- controller-client/pom.xml | 2 +- controller/pom.xml | 2 +- core-feature-pack/common/pom.xml | 2 +- core-feature-pack/ee-8-api/pom.xml | 2 +- core-feature-pack/galleon-common/pom.xml | 2 +- core-feature-pack/galleon-feature-pack/pom.xml | 2 +- core-feature-pack/pom.xml | 2 +- core-management/core-management-client/pom.xml | 2 +- core-management/core-management-subsystem/pom.xml | 2 +- core-management/pom.xml | 2 +- core-model-test/framework/pom.xml | 2 +- core-model-test/pom.xml | 2 +- core-model-test/test-controller-optional/pom.xml | 2 +- core-model-test/tests/pom.xml | 2 +- core-security/implementation/pom.xml | 2 +- core-security/pom.xml | 2 +- deployment-repository/pom.xml | 2 +- deployment-scanner/pom.xml | 2 +- discovery/pom.xml | 2 +- dist/pom.xml | 2 +- domain-http/error-context/pom.xml | 2 +- domain-http/interface/pom.xml | 2 +- domain-http/pom.xml | 2 +- domain-management/pom.xml | 2 +- elytron-tool-wrapper/pom.xml | 2 +- elytron/pom.xml | 2 +- embedded/pom.xml | 2 +- event-logger/pom.xml | 2 +- host-controller/pom.xml | 2 +- io/pom.xml | 2 +- io/subsystem/pom.xml | 2 +- io/tests/pom.xml | 2 +- jmx/pom.xml | 2 +- launcher/pom.xml | 2 +- logging/pom.xml | 2 +- management-client-content/pom.xml | 2 +- model-test/pom.xml | 2 +- network/pom.xml | 2 +- patching/pom.xml | 2 +- platform-mbean/pom.xml | 2 +- pom.xml | 2 +- process-controller/pom.xml | 2 +- protocol/pom.xml | 2 +- remoting/pom.xml | 2 +- remoting/subsystem/pom.xml | 2 +- remoting/tests/pom.xml | 2 +- request-controller/pom.xml | 2 +- security-manager/pom.xml | 2 +- server/pom.xml | 2 +- subsystem-test/framework/pom.xml | 2 +- subsystem-test/pom.xml | 2 +- subsystem-test/test-controller-optional/pom.xml | 2 +- subsystem-test/tests/pom.xml | 2 +- testbom/pom.xml | 2 +- testsuite/client-old-server/pom.xml | 2 +- testsuite/domain/pom.xml | 2 +- testsuite/elytron/pom.xml | 2 +- testsuite/embedded/pom.xml | 2 +- testsuite/layers/pom.xml | 2 +- testsuite/manualmode/pom.xml | 2 +- testsuite/patching/pom.xml | 2 +- testsuite/pom.xml | 2 +- testsuite/rbac/pom.xml | 2 +- testsuite/scripts/pom.xml | 2 +- testsuite/shared/pom.xml | 2 +- testsuite/standalone/pom.xml | 2 +- testsuite/test-runner/pom.xml | 2 +- threads/pom.xml | 2 +- version/pom.xml | 2 +- 75 files changed, 75 insertions(+), 75 deletions(-) diff --git a/bootable-jar/boot/pom.xml b/bootable-jar/boot/pom.xml index a91b26ea1cb..0aa69bb07e0 100644 --- a/bootable-jar/boot/pom.xml +++ b/bootable-jar/boot/pom.xml @@ -23,7 +23,7 @@ org.wildfly.core wildfly-jar-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-jar-boot diff --git a/bootable-jar/pom.xml b/bootable-jar/pom.xml index a8c2e684d54..69cf6d01465 100644 --- a/bootable-jar/pom.xml +++ b/bootable-jar/pom.xml @@ -23,7 +23,7 @@ org.wildfly.core wildfly-core-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-jar-parent diff --git a/bootable-jar/runtime/pom.xml b/bootable-jar/runtime/pom.xml index 7d2c7404ca8..b4112c15121 100644 --- a/bootable-jar/runtime/pom.xml +++ b/bootable-jar/runtime/pom.xml @@ -23,7 +23,7 @@ org.wildfly.core wildfly-jar-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-jar-runtime diff --git a/build/pom.xml b/build/pom.xml index 1e9eec1cc5e..c5ec5eff89e 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -30,7 +30,7 @@ org.wildfly.core wildfly-core-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-core-build diff --git a/cli/pom.xml b/cli/pom.xml index a5c15ae2857..d1c85772773 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -29,7 +29,7 @@ org.wildfly.core wildfly-core-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-cli diff --git a/component-matrix-builder/pom.xml b/component-matrix-builder/pom.xml index 37efe9fa6c9..4e0f23c500e 100644 --- a/component-matrix-builder/pom.xml +++ b/component-matrix-builder/pom.xml @@ -26,7 +26,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 18.0.1.Final-SNAPSHOT + 18.0.1.Final org.wildfly.core diff --git a/controller-client/pom.xml b/controller-client/pom.xml index 26a9e560a6b..8a179298b23 100644 --- a/controller-client/pom.xml +++ b/controller-client/pom.xml @@ -29,7 +29,7 @@ org.wildfly.core wildfly-core-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-controller-client diff --git a/controller/pom.xml b/controller/pom.xml index 645936a9a0d..d826ce28c16 100644 --- a/controller/pom.xml +++ b/controller/pom.xml @@ -29,7 +29,7 @@ org.wildfly.core wildfly-core-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-controller diff --git a/core-feature-pack/common/pom.xml b/core-feature-pack/common/pom.xml index cdc7c6d734d..71554637f04 100644 --- a/core-feature-pack/common/pom.xml +++ b/core-feature-pack/common/pom.xml @@ -27,7 +27,7 @@ org.wildfly.core wildfly-core-feature-pack-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-core-feature-pack-common diff --git a/core-feature-pack/ee-8-api/pom.xml b/core-feature-pack/ee-8-api/pom.xml index 5d82e6945a4..20590646aab 100644 --- a/core-feature-pack/ee-8-api/pom.xml +++ b/core-feature-pack/ee-8-api/pom.xml @@ -27,7 +27,7 @@ org.wildfly.core wildfly-core-feature-pack-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-core-feature-pack-ee-8-api diff --git a/core-feature-pack/galleon-common/pom.xml b/core-feature-pack/galleon-common/pom.xml index 6218c380735..4d79ea16ee6 100644 --- a/core-feature-pack/galleon-common/pom.xml +++ b/core-feature-pack/galleon-common/pom.xml @@ -27,7 +27,7 @@ org.wildfly.core wildfly-core-feature-pack-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-core-feature-pack-galleon-common diff --git a/core-feature-pack/galleon-feature-pack/pom.xml b/core-feature-pack/galleon-feature-pack/pom.xml index abadf6e8caa..35c98ee98aa 100644 --- a/core-feature-pack/galleon-feature-pack/pom.xml +++ b/core-feature-pack/galleon-feature-pack/pom.xml @@ -30,7 +30,7 @@ org.wildfly.core wildfly-core-feature-pack-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-core-galleon-pack diff --git a/core-feature-pack/pom.xml b/core-feature-pack/pom.xml index 74059a1237a..98c244c426c 100644 --- a/core-feature-pack/pom.xml +++ b/core-feature-pack/pom.xml @@ -25,7 +25,7 @@ org.wildfly.core wildfly-core-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-core-feature-pack-parent diff --git a/core-management/core-management-client/pom.xml b/core-management/core-management-client/pom.xml index 4b439065bc7..a3f4cc3ce1f 100644 --- a/core-management/core-management-client/pom.xml +++ b/core-management/core-management-client/pom.xml @@ -29,7 +29,7 @@ org.wildfly.core wildfly-core-management - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-core-management-client diff --git a/core-management/core-management-subsystem/pom.xml b/core-management/core-management-subsystem/pom.xml index 77d5cef47ad..dddc64ae7ca 100644 --- a/core-management/core-management-subsystem/pom.xml +++ b/core-management/core-management-subsystem/pom.xml @@ -29,7 +29,7 @@ org.wildfly.core wildfly-core-management - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-core-management-subsystem diff --git a/core-management/pom.xml b/core-management/pom.xml index 193c5979be4..a110b9ae275 100644 --- a/core-management/pom.xml +++ b/core-management/pom.xml @@ -29,7 +29,7 @@ org.wildfly.core wildfly-core-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-core-management diff --git a/core-model-test/framework/pom.xml b/core-model-test/framework/pom.xml index 0f5ed0417b7..fd90096eacf 100644 --- a/core-model-test/framework/pom.xml +++ b/core-model-test/framework/pom.xml @@ -29,7 +29,7 @@ org.wildfly.core wildfly-core-model-test - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-core-model-test-framework diff --git a/core-model-test/pom.xml b/core-model-test/pom.xml index a25cf226a35..7defa648ecb 100644 --- a/core-model-test/pom.xml +++ b/core-model-test/pom.xml @@ -29,7 +29,7 @@ org.wildfly.core wildfly-core-parent - 18.0.1.Final-SNAPSHOT + 18.0.1.Final wildfly-core-model-test diff --git a/core-model-test/test-controller-optional/pom.xml b/core-model-test/test-controller-optional/pom.xml index a7f76f7a8db..ffe6b9a5055 100644 --- a/core-model-test/test-controller-optional/pom.xml +++ b/core-model-test/test-controller-optional/pom.xml @@ -29,7 +29,7 @@ org.wildfly.core wildfly-core-model-test - 18.0.1.Final-SNAPSHOT + 18.0.1.Final