diff --git a/CHANGELOG.md b/CHANGELOG.md
index 755d2e2cfc1..e43cef0db74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@ This is a bugfix release of Helidon and is recommended for all users of Helidon
- Dependencies: Update the version of the SmallRye OpenAPI UI library [9395](https://github.com/helidon-io/helidon/pull/9395)
- Dependencies: Uptake build-tools 3.0.10 [9376](https://github.com/helidon-io/helidon/pull/9376)
- Dependencies: Upgrade jackson to 2.18.1 [9481](https://github.com/helidon-io/helidon/pull/9481)
+- Dependencies: Upgrade kafka-clients to 3.8.1 [9526](https://github.com/helidon-io/helidon/pull/9526)
- Docs: Replace deprecated VM memory flags in docs for building container images (#9480) [9483](https://github.com/helidon-io/helidon/pull/9483)
- Examples: Update starter UI for Helidon MP Metrics [9403](https://github.com/helidon-io/helidon/pull/9403)
diff --git a/applications/mp/pom.xml b/applications/mp/pom.xml
index 33e40627744..1cb35a1258b 100644
--- a/applications/mp/pom.xml
+++ b/applications/mp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-applications
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../parent/pom.xml
helidon-mp
diff --git a/applications/parent/pom.xml b/applications/parent/pom.xml
index 1f25acfe21a..d3af269982c 100644
--- a/applications/parent/pom.xml
+++ b/applications/parent/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-applications-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
helidon-applications
diff --git a/applications/pom.xml b/applications/pom.xml
index aa136e35095..3d2d42b846c 100644
--- a/applications/pom.xml
+++ b/applications/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-dependencies
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../dependencies/pom.xml
io.helidon.applications
diff --git a/applications/se/pom.xml b/applications/se/pom.xml
index 0783d3e62ca..20d0429fc4c 100644
--- a/applications/se/pom.xml
+++ b/applications/se/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-applications
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../parent/pom.xml
helidon-se
diff --git a/archetypes/helidon/pom.xml b/archetypes/helidon/pom.xml
index 1f72b54bc39..25dd38c243e 100644
--- a/archetypes/helidon/pom.xml
+++ b/archetypes/helidon/pom.xml
@@ -23,7 +23,7 @@
io.helidon.archetypes
helidon-archetypes-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-archetype
helidon
diff --git a/archetypes/legacy/bare-mp/pom.xml b/archetypes/legacy/bare-mp/pom.xml
index d741e988eb8..d0e071d9bf5 100644
--- a/archetypes/legacy/bare-mp/pom.xml
+++ b/archetypes/legacy/bare-mp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.archetypes
helidon-archetypes-legacy-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-bare-mp
helidon-archetype
diff --git a/archetypes/legacy/bare-se/pom.xml b/archetypes/legacy/bare-se/pom.xml
index 0db90737e7f..2dffb439448 100644
--- a/archetypes/legacy/bare-se/pom.xml
+++ b/archetypes/legacy/bare-se/pom.xml
@@ -23,7 +23,7 @@
io.helidon.archetypes
helidon-archetypes-legacy-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-bare-se
helidon-archetype
diff --git a/archetypes/legacy/database-mp/pom.xml b/archetypes/legacy/database-mp/pom.xml
index 2011107c077..428a7e3c326 100644
--- a/archetypes/legacy/database-mp/pom.xml
+++ b/archetypes/legacy/database-mp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.archetypes
helidon-archetypes-legacy-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-database-mp
helidon-archetype
diff --git a/archetypes/legacy/database-se/pom.xml b/archetypes/legacy/database-se/pom.xml
index c0cd09e82cd..ee927e26bff 100644
--- a/archetypes/legacy/database-se/pom.xml
+++ b/archetypes/legacy/database-se/pom.xml
@@ -23,7 +23,7 @@
io.helidon.archetypes
helidon-archetypes-legacy-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-database-se
helidon-archetype
diff --git a/archetypes/legacy/pom.xml b/archetypes/legacy/pom.xml
index aa1ed0660c6..2fc50a2b936 100644
--- a/archetypes/legacy/pom.xml
+++ b/archetypes/legacy/pom.xml
@@ -23,7 +23,7 @@
io.helidon.archetypes
helidon-archetypes-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-archetypes-legacy-project
Helidon Legacy Archetypes
diff --git a/archetypes/legacy/quickstart-mp/pom.xml b/archetypes/legacy/quickstart-mp/pom.xml
index 2834301fa4e..ba318b9208b 100644
--- a/archetypes/legacy/quickstart-mp/pom.xml
+++ b/archetypes/legacy/quickstart-mp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.archetypes
helidon-archetypes-legacy-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-quickstart-mp
helidon-archetype
diff --git a/archetypes/legacy/quickstart-se/pom.xml b/archetypes/legacy/quickstart-se/pom.xml
index e8b78581937..a39c8607b3c 100644
--- a/archetypes/legacy/quickstart-se/pom.xml
+++ b/archetypes/legacy/quickstart-se/pom.xml
@@ -23,7 +23,7 @@
io.helidon.archetypes
helidon-archetypes-legacy-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-quickstart-se
helidon-archetype
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 9b5da46dfa9..561f8c1923f 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.archetypes
helidon-archetypes-project
diff --git a/bom/pom.xml b/bom/pom.xml
index d108d3b1dc1..88af54b98e0 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-parent
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../parent/pom.xml
io.helidon
@@ -32,7 +32,7 @@
Helidon BOM POM
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
diff --git a/bundles/config/pom.xml b/bundles/config/pom.xml
index aae281c4a14..3b945ec3996 100644
--- a/bundles/config/pom.xml
+++ b/bundles/config/pom.xml
@@ -22,7 +22,7 @@
io.helidon.bundles
helidon-bundles-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-bundles-config
diff --git a/bundles/jersey/pom.xml b/bundles/jersey/pom.xml
index 26e5fef3935..99283b38d4a 100644
--- a/bundles/jersey/pom.xml
+++ b/bundles/jersey/pom.xml
@@ -22,7 +22,7 @@
io.helidon.bundles
helidon-bundles-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-bundles-jersey
diff --git a/bundles/pom.xml b/bundles/pom.xml
index a912b9e0b91..2e14233921f 100644
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
config
diff --git a/bundles/security/pom.xml b/bundles/security/pom.xml
index d5a98047727..8ec5f50d081 100644
--- a/bundles/security/pom.xml
+++ b/bundles/security/pom.xml
@@ -22,7 +22,7 @@
io.helidon.bundles
helidon-bundles-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-bundles-security
diff --git a/bundles/webserver/pom.xml b/bundles/webserver/pom.xml
index 01d19f46882..5675c97630a 100644
--- a/bundles/webserver/pom.xml
+++ b/bundles/webserver/pom.xml
@@ -22,7 +22,7 @@
io.helidon.bundles
helidon-bundles-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-bundles-webserver
diff --git a/common/common/pom.xml b/common/common/pom.xml
index 9006a1b3466..dbfb2ef5405 100644
--- a/common/common/pom.xml
+++ b/common/common/pom.xml
@@ -23,7 +23,7 @@
io.helidon.common
helidon-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-common
Helidon Common
diff --git a/common/configurable/pom.xml b/common/configurable/pom.xml
index b8ad9eee4b7..6d806fe9011 100644
--- a/common/configurable/pom.xml
+++ b/common/configurable/pom.xml
@@ -24,7 +24,7 @@
io.helidon.common
helidon-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
Helidon Common Configurable
helidon-common-configurable
diff --git a/common/context/pom.xml b/common/context/pom.xml
index d087f5aa04e..f55312823d2 100644
--- a/common/context/pom.xml
+++ b/common/context/pom.xml
@@ -22,7 +22,7 @@
io.helidon.common
helidon-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-common-context
Helidon Common Context
diff --git a/common/crypto/pom.xml b/common/crypto/pom.xml
index 0eacdfd6251..0fa24f92f01 100644
--- a/common/crypto/pom.xml
+++ b/common/crypto/pom.xml
@@ -21,7 +21,7 @@
io.helidon.common
helidon-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/common/http/pom.xml b/common/http/pom.xml
index 8a1ff41c613..eccc15e82bf 100644
--- a/common/http/pom.xml
+++ b/common/http/pom.xml
@@ -22,7 +22,7 @@
helidon-common-project
io.helidon.common
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
helidon-common-http
diff --git a/common/key-util/pom.xml b/common/key-util/pom.xml
index 836dc26e1ca..7f21b557bef 100644
--- a/common/key-util/pom.xml
+++ b/common/key-util/pom.xml
@@ -24,7 +24,7 @@
io.helidon.common
helidon-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-common-key-util
Helidon Common Key Util
diff --git a/common/mapper/pom.xml b/common/mapper/pom.xml
index 4c1942f2cf6..5106ca0834d 100644
--- a/common/mapper/pom.xml
+++ b/common/mapper/pom.xml
@@ -21,7 +21,7 @@
helidon-common-project
io.helidon.common
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/common/media-type/pom.xml b/common/media-type/pom.xml
index c01d4963293..35da324b361 100644
--- a/common/media-type/pom.xml
+++ b/common/media-type/pom.xml
@@ -21,7 +21,7 @@
io.helidon.common
helidon-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-common-media-type
diff --git a/common/pom.xml b/common/pom.xml
index 9a2f0354682..12f03840fad 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.common
helidon-common-project
diff --git a/common/reactive/pom.xml b/common/reactive/pom.xml
index 03a8e6ff617..6b974e69afc 100644
--- a/common/reactive/pom.xml
+++ b/common/reactive/pom.xml
@@ -23,7 +23,7 @@
io.helidon.common
helidon-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-common-reactive
Helidon Common Reactive
diff --git a/common/service-loader/pom.xml b/common/service-loader/pom.xml
index dd4ae9bfe7d..71791a4124f 100644
--- a/common/service-loader/pom.xml
+++ b/common/service-loader/pom.xml
@@ -21,7 +21,7 @@
helidon-common-project
io.helidon.common
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/common/testing/junit5/pom.xml b/common/testing/junit5/pom.xml
index 2f6fb4f690d..583034e0475 100644
--- a/common/testing/junit5/pom.xml
+++ b/common/testing/junit5/pom.xml
@@ -24,7 +24,7 @@
io.helidon.common.testing
helidon-common-testing-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-common-testing-junit5
diff --git a/common/testing/pom.xml b/common/testing/pom.xml
index 1f82ecbd239..022e814f0e9 100644
--- a/common/testing/pom.xml
+++ b/common/testing/pom.xml
@@ -24,7 +24,7 @@
io.helidon.common
helidon-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.common.testing
diff --git a/config/config-mp/pom.xml b/config/config-mp/pom.xml
index b753a05f22e..98937bdd07b 100644
--- a/config/config-mp/pom.xml
+++ b/config/config-mp/pom.xml
@@ -22,7 +22,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-mp
diff --git a/config/config/pom.xml b/config/config/pom.xml
index 6fd4014d310..0edc66e8184 100644
--- a/config/config/pom.xml
+++ b/config/config/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config
Helidon Config
diff --git a/config/encryption/pom.xml b/config/encryption/pom.xml
index afeca4d39f7..4aefa12248d 100644
--- a/config/encryption/pom.xml
+++ b/config/encryption/pom.xml
@@ -23,7 +23,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
helidon-config-encryption
diff --git a/config/etcd/pom.xml b/config/etcd/pom.xml
index c2316734234..3eaeaf8d924 100644
--- a/config/etcd/pom.xml
+++ b/config/etcd/pom.xml
@@ -23,7 +23,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-etcd
Helidon Config Etcd
diff --git a/config/git/pom.xml b/config/git/pom.xml
index a78c045bef9..075d07eddac 100644
--- a/config/git/pom.xml
+++ b/config/git/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-git
Helidon Config Git
diff --git a/config/hocon-mp/pom.xml b/config/hocon-mp/pom.xml
index 4f5ef36639b..60ca07688f9 100644
--- a/config/hocon-mp/pom.xml
+++ b/config/hocon-mp/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-hocon-mp
Helidon Config HOCON MP
diff --git a/config/hocon/pom.xml b/config/hocon/pom.xml
index d0efafb1033..4c9493062f6 100644
--- a/config/hocon/pom.xml
+++ b/config/hocon/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-hocon
Helidon Config HOCON
diff --git a/config/metadata-processor/pom.xml b/config/metadata-processor/pom.xml
index cc95d026838..6c405c79ece 100644
--- a/config/metadata-processor/pom.xml
+++ b/config/metadata-processor/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-metadata-processor
Helidon Config Metadata Annotation Processor
diff --git a/config/metadata/pom.xml b/config/metadata/pom.xml
index 8472af9110c..8b6f501e7fd 100644
--- a/config/metadata/pom.xml
+++ b/config/metadata/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-metadata
Helidon Config Metadata
diff --git a/config/object-mapping/pom.xml b/config/object-mapping/pom.xml
index ecf3202a542..e77da8db3ea 100644
--- a/config/object-mapping/pom.xml
+++ b/config/object-mapping/pom.xml
@@ -22,7 +22,7 @@
helidon-config-project
io.helidon.config
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/config/pom.xml b/config/pom.xml
index ce566116d5b..3e474997e05 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.config
helidon-config-project
diff --git a/config/test-infrastructure/pom.xml b/config/test-infrastructure/pom.xml
index de552e52cdb..a20bcc10da6 100644
--- a/config/test-infrastructure/pom.xml
+++ b/config/test-infrastructure/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-test-infrastructure
Helidon Config Test Infrastructure
diff --git a/config/testing/pom.xml b/config/testing/pom.xml
index 0a87c4a6e8d..f50a3f52c04 100644
--- a/config/testing/pom.xml
+++ b/config/testing/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-testing
Helidon Config Testing
diff --git a/config/tests/integration-tests/pom.xml b/config/tests/integration-tests/pom.xml
index 971aeb9cdcf..94f1923c781 100644
--- a/config/tests/integration-tests/pom.xml
+++ b/config/tests/integration-tests/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-integration-tests
Helidon Config Tests Integration
diff --git a/config/tests/module-mappers-1-base/pom.xml b/config/tests/module-mappers-1-base/pom.xml
index 02b980954f2..111a3cb3a39 100644
--- a/config/tests/module-mappers-1-base/pom.xml
+++ b/config/tests/module-mappers-1-base/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-module-mappers-1-base
Helidon Config Tests Mappers 1
diff --git a/config/tests/module-mappers-2-override/pom.xml b/config/tests/module-mappers-2-override/pom.xml
index d964298554d..163f2357db6 100644
--- a/config/tests/module-mappers-2-override/pom.xml
+++ b/config/tests/module-mappers-2-override/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-module-mappers-2-override
Helidon Config Tests Parser 2
diff --git a/config/tests/module-meta-source-1/pom.xml b/config/tests/module-meta-source-1/pom.xml
index 74e212d1120..452cc6a7d29 100644
--- a/config/tests/module-meta-source-1/pom.xml
+++ b/config/tests/module-meta-source-1/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-module-meta-source-1
Helidon Config Tests Meta Source 1
diff --git a/config/tests/module-meta-source-2/pom.xml b/config/tests/module-meta-source-2/pom.xml
index 9447d090e53..a76551cc6b6 100644
--- a/config/tests/module-meta-source-2/pom.xml
+++ b/config/tests/module-meta-source-2/pom.xml
@@ -25,7 +25,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-module-meta-source-2
Helidon Config Tests Meta Source 2
diff --git a/config/tests/module-parsers-1-override/pom.xml b/config/tests/module-parsers-1-override/pom.xml
index 348d121f910..f48b7407202 100644
--- a/config/tests/module-parsers-1-override/pom.xml
+++ b/config/tests/module-parsers-1-override/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-module-parsers-1-override
Helidon Config Tests Parser 1
diff --git a/config/tests/pom.xml b/config/tests/pom.xml
index c351b057117..841261cf002 100644
--- a/config/tests/pom.xml
+++ b/config/tests/pom.xml
@@ -23,7 +23,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.config.tests
helidon-config-tests-project
diff --git a/config/tests/test-bundle/pom.xml b/config/tests/test-bundle/pom.xml
index dc0945315d0..9d029bf5423 100644
--- a/config/tests/test-bundle/pom.xml
+++ b/config/tests/test-bundle/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-bundle
Helidon Config Tests Bundle
diff --git a/config/tests/test-default_config-1-properties/pom.xml b/config/tests/test-default_config-1-properties/pom.xml
index e27dcb2dcb0..64f9a48fd1c 100644
--- a/config/tests/test-default_config-1-properties/pom.xml
+++ b/config/tests/test-default_config-1-properties/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-default_config-1-properties
Helidon Config Tests Default Config 1
diff --git a/config/tests/test-default_config-2-hocon-json/pom.xml b/config/tests/test-default_config-2-hocon-json/pom.xml
index f17dccbd919..45975ed8258 100644
--- a/config/tests/test-default_config-2-hocon-json/pom.xml
+++ b/config/tests/test-default_config-2-hocon-json/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-default_config-2-hocon-json
Helidon Config Tests Default Config 2
diff --git a/config/tests/test-default_config-3-hocon/pom.xml b/config/tests/test-default_config-3-hocon/pom.xml
index 61512eff29d..5929f5adad2 100644
--- a/config/tests/test-default_config-3-hocon/pom.xml
+++ b/config/tests/test-default_config-3-hocon/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-default_config-3-hocon
Helidon Config Tests Default Config 3
diff --git a/config/tests/test-default_config-4-yaml/pom.xml b/config/tests/test-default_config-4-yaml/pom.xml
index 9fc49c6257f..4d4b0c96bef 100644
--- a/config/tests/test-default_config-4-yaml/pom.xml
+++ b/config/tests/test-default_config-4-yaml/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-default_config-4-yaml
Helidon Config Tests Default Config 4
diff --git a/config/tests/test-default_config-5-env_vars/pom.xml b/config/tests/test-default_config-5-env_vars/pom.xml
index bcfd3c0c285..5feecf8f02c 100644
--- a/config/tests/test-default_config-5-env_vars/pom.xml
+++ b/config/tests/test-default_config-5-env_vars/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-default_config-5-env_vars
Helidon Config Tests Default Config 5
diff --git a/config/tests/test-default_config-6-meta-properties/pom.xml b/config/tests/test-default_config-6-meta-properties/pom.xml
index 9b957194d40..1215de8c62a 100644
--- a/config/tests/test-default_config-6-meta-properties/pom.xml
+++ b/config/tests/test-default_config-6-meta-properties/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-default_config-6-meta-properties
Helidon Config Tests Default Config 6
diff --git a/config/tests/test-default_config-7-meta-hocon-json/pom.xml b/config/tests/test-default_config-7-meta-hocon-json/pom.xml
index b1433ffd94c..fb6aab321fe 100644
--- a/config/tests/test-default_config-7-meta-hocon-json/pom.xml
+++ b/config/tests/test-default_config-7-meta-hocon-json/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-default_config-7-meta-hocon-json
Helidon Config Tests Default Config 7
diff --git a/config/tests/test-default_config-8-meta-hocon/pom.xml b/config/tests/test-default_config-8-meta-hocon/pom.xml
index 896011987d4..1200abf2ab5 100644
--- a/config/tests/test-default_config-8-meta-hocon/pom.xml
+++ b/config/tests/test-default_config-8-meta-hocon/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-default_config-8-meta-hocon
Helidon Config Tests Default Config 8
diff --git a/config/tests/test-default_config-9-meta-yaml/pom.xml b/config/tests/test-default_config-9-meta-yaml/pom.xml
index 7826e29b964..03fab1b0f0b 100644
--- a/config/tests/test-default_config-9-meta-yaml/pom.xml
+++ b/config/tests/test-default_config-9-meta-yaml/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-default_config-9-meta-yaml
Helidon Config Tests Default Config 9
diff --git a/config/tests/test-mappers-1-common/pom.xml b/config/tests/test-mappers-1-common/pom.xml
index 659191b0ca4..c0f64c0f85d 100644
--- a/config/tests/test-mappers-1-common/pom.xml
+++ b/config/tests/test-mappers-1-common/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-mappers-1-common
Helidon Config Tests Mappers Common 1
diff --git a/config/tests/test-mappers-2-complex/pom.xml b/config/tests/test-mappers-2-complex/pom.xml
index 3c2043a8847..7f11df25e6e 100644
--- a/config/tests/test-mappers-2-complex/pom.xml
+++ b/config/tests/test-mappers-2-complex/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-mappers-2-complex
Helidon Config Tests Parsers 2
diff --git a/config/tests/test-meta-source/pom.xml b/config/tests/test-meta-source/pom.xml
index f69374fd48b..33ec384ad82 100644
--- a/config/tests/test-meta-source/pom.xml
+++ b/config/tests/test-meta-source/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-meta-source
Helidon Config Tests Meta Source
diff --git a/config/tests/test-parsers-1-complex/pom.xml b/config/tests/test-parsers-1-complex/pom.xml
index 9168c827f0e..aa80d52eef3 100644
--- a/config/tests/test-parsers-1-complex/pom.xml
+++ b/config/tests/test-parsers-1-complex/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config.tests
helidon-config-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-tests-test-parsers-1-complex
Helidon Config Tests Parsers 1
diff --git a/config/yaml-mp/pom.xml b/config/yaml-mp/pom.xml
index dbe7beb5333..f0e643c77e8 100644
--- a/config/yaml-mp/pom.xml
+++ b/config/yaml-mp/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-yaml-mp
Helidon Config YAML MP
diff --git a/config/yaml/pom.xml b/config/yaml/pom.xml
index e2b7a5b23c0..21a1921e325 100644
--- a/config/yaml/pom.xml
+++ b/config/yaml/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-config-yaml
Helidon Config YAML
diff --git a/dbclient/common/pom.xml b/dbclient/common/pom.xml
index 6aaf254fe9b..0389ea53a7e 100644
--- a/dbclient/common/pom.xml
+++ b/dbclient/common/pom.xml
@@ -21,7 +21,7 @@
helidon-dbclient-project
io.helidon.dbclient
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/dbclient/dbclient/pom.xml b/dbclient/dbclient/pom.xml
index 43b21fa60ec..a12dc3cebfb 100644
--- a/dbclient/dbclient/pom.xml
+++ b/dbclient/dbclient/pom.xml
@@ -22,7 +22,7 @@
helidon-dbclient-project
io.helidon.dbclient
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-dbclient
diff --git a/dbclient/health/pom.xml b/dbclient/health/pom.xml
index 56051652c14..a35fa7dbef0 100644
--- a/dbclient/health/pom.xml
+++ b/dbclient/health/pom.xml
@@ -22,7 +22,7 @@
io.helidon.dbclient
helidon-dbclient-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-dbclient-health
diff --git a/dbclient/jdbc/pom.xml b/dbclient/jdbc/pom.xml
index bf85b21b4b0..796079baeaf 100644
--- a/dbclient/jdbc/pom.xml
+++ b/dbclient/jdbc/pom.xml
@@ -22,7 +22,7 @@
helidon-dbclient-project
io.helidon.dbclient
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-dbclient-jdbc
diff --git a/dbclient/jsonp/pom.xml b/dbclient/jsonp/pom.xml
index affd9d2b7cc..c8e7b062e6f 100644
--- a/dbclient/jsonp/pom.xml
+++ b/dbclient/jsonp/pom.xml
@@ -21,7 +21,7 @@
helidon-dbclient-project
io.helidon.dbclient
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/dbclient/metrics-jdbc/pom.xml b/dbclient/metrics-jdbc/pom.xml
index 8c2b6712d71..369959809ee 100644
--- a/dbclient/metrics-jdbc/pom.xml
+++ b/dbclient/metrics-jdbc/pom.xml
@@ -22,7 +22,7 @@
io.helidon.dbclient
helidon-dbclient-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-dbclient-metrics-jdbc
diff --git a/dbclient/metrics/pom.xml b/dbclient/metrics/pom.xml
index d13787fac86..7a4dfbd924c 100644
--- a/dbclient/metrics/pom.xml
+++ b/dbclient/metrics/pom.xml
@@ -22,7 +22,7 @@
io.helidon.dbclient
helidon-dbclient-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-dbclient-metrics
diff --git a/dbclient/mongodb/pom.xml b/dbclient/mongodb/pom.xml
index 1a8ce828768..4ee99d7951d 100644
--- a/dbclient/mongodb/pom.xml
+++ b/dbclient/mongodb/pom.xml
@@ -21,7 +21,7 @@
helidon-dbclient-project
io.helidon.dbclient
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/dbclient/pom.xml b/dbclient/pom.xml
index 72cee85ac1b..e3261fe56a0 100644
--- a/dbclient/pom.xml
+++ b/dbclient/pom.xml
@@ -22,7 +22,7 @@
helidon-project
io.helidon
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/dbclient/tracing/pom.xml b/dbclient/tracing/pom.xml
index 249bf1eec9f..add52f36ffa 100644
--- a/dbclient/tracing/pom.xml
+++ b/dbclient/tracing/pom.xml
@@ -22,7 +22,7 @@
io.helidon.dbclient
helidon-dbclient-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-dbclient-tracing
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 3f70365fa5d..70e546562d3 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-bom
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../bom/pom.xml
helidon-dependencies
diff --git a/docs/includes/attributes.adoc b/docs/includes/attributes.adoc
index 8a04b36caeb..fc7241930ad 100644
--- a/docs/includes/attributes.adoc
+++ b/docs/includes/attributes.adoc
@@ -23,7 +23,7 @@ ifndef::attributes-included[]
// functional attributes
:imagesdir: {rootdir}/images
-:helidon-version: 3.2.11-SNAPSHOT
+:helidon-version: 3.2.12-SNAPSHOT
:helidon-version-is-release: false
ifeval::["{helidon-version-is-release}" != "true"]
diff --git a/fault-tolerance/pom.xml b/fault-tolerance/pom.xml
index 7ab2662d8b6..9202d20b45d 100644
--- a/fault-tolerance/pom.xml
+++ b/fault-tolerance/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.fault-tolerance
diff --git a/graphql/pom.xml b/graphql/pom.xml
index 1bdfb8001f4..21e83a9dff3 100644
--- a/graphql/pom.xml
+++ b/graphql/pom.xml
@@ -26,7 +26,7 @@
helidon-project
io.helidon
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.graphql
diff --git a/graphql/server/pom.xml b/graphql/server/pom.xml
index d5daa7c3863..c54ac6dd749 100644
--- a/graphql/server/pom.xml
+++ b/graphql/server/pom.xml
@@ -25,7 +25,7 @@
io.helidon.graphql
helidon-graphql-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-graphql-server
diff --git a/grpc/client/pom.xml b/grpc/client/pom.xml
index 8347c507a8a..cdb56e6fad3 100644
--- a/grpc/client/pom.xml
+++ b/grpc/client/pom.xml
@@ -25,7 +25,7 @@
io.helidon.grpc
helidon-grpc-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-grpc-client
diff --git a/grpc/core/pom.xml b/grpc/core/pom.xml
index 6ea50e3e7fd..52f2b89207a 100644
--- a/grpc/core/pom.xml
+++ b/grpc/core/pom.xml
@@ -25,7 +25,7 @@
io.helidon.grpc
helidon-grpc-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-grpc-core
diff --git a/grpc/io.grpc/pom.xml b/grpc/io.grpc/pom.xml
index 214f291f1d8..8a83417bfcf 100644
--- a/grpc/io.grpc/pom.xml
+++ b/grpc/io.grpc/pom.xml
@@ -25,7 +25,7 @@
io.helidon.grpc
helidon-grpc-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.grpc
diff --git a/grpc/metrics/pom.xml b/grpc/metrics/pom.xml
index e2d40bf2b8a..0178ec2af68 100644
--- a/grpc/metrics/pom.xml
+++ b/grpc/metrics/pom.xml
@@ -23,7 +23,7 @@
io.helidon.grpc
helidon-grpc-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-grpc-metrics
diff --git a/grpc/pom.xml b/grpc/pom.xml
index 2376e9efe8b..dab8bab1b1d 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -26,7 +26,7 @@
helidon-project
io.helidon
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.grpc
diff --git a/grpc/server/pom.xml b/grpc/server/pom.xml
index d301cf2bb50..30d157fdc7b 100644
--- a/grpc/server/pom.xml
+++ b/grpc/server/pom.xml
@@ -25,7 +25,7 @@
io.helidon.grpc
helidon-grpc-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-grpc-server
diff --git a/health/common/pom.xml b/health/common/pom.xml
index 929bc4bf83a..569df979f5e 100644
--- a/health/common/pom.xml
+++ b/health/common/pom.xml
@@ -21,7 +21,7 @@
helidon-health-project
io.helidon.health
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/health/health-checks/pom.xml b/health/health-checks/pom.xml
index f9d37f2fe9f..96a2c0eb0d5 100644
--- a/health/health-checks/pom.xml
+++ b/health/health-checks/pom.xml
@@ -22,7 +22,7 @@
io.helidon.health
helidon-health-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-health-checks
diff --git a/health/health/pom.xml b/health/health/pom.xml
index 3b250fe56b6..5b70990f956 100644
--- a/health/health/pom.xml
+++ b/health/health/pom.xml
@@ -21,7 +21,7 @@
helidon-health-project
io.helidon.health
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/health/pom.xml b/health/pom.xml
index fb234497f87..2a3de07ae94 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/integrations/cdi/common-cdi/delegates/pom.xml b/integrations/cdi/common-cdi/delegates/pom.xml
index 0b4ce41c8ea..81a70d2dbba 100644
--- a/integrations/cdi/common-cdi/delegates/pom.xml
+++ b/integrations/cdi/common-cdi/delegates/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-delegates
Helidon CDI Integrations Common Delegates
diff --git a/integrations/cdi/common-cdi/pom.xml b/integrations/cdi/common-cdi/pom.xml
index 4c27e34bfb4..9efbe83d8b3 100644
--- a/integrations/cdi/common-cdi/pom.xml
+++ b/integrations/cdi/common-cdi/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-common-project
pom
diff --git a/integrations/cdi/common-cdi/reference-counted-context/pom.xml b/integrations/cdi/common-cdi/reference-counted-context/pom.xml
index 23a1dd345b9..e8360714a16 100644
--- a/integrations/cdi/common-cdi/reference-counted-context/pom.xml
+++ b/integrations/cdi/common-cdi/reference-counted-context/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-reference-counted-context
Helidon CDI Integrations Common Reference Counted Context
diff --git a/integrations/cdi/datasource-hikaricp/pom.xml b/integrations/cdi/datasource-hikaricp/pom.xml
index 647543ec7d9..63e554645c9 100644
--- a/integrations/cdi/datasource-hikaricp/pom.xml
+++ b/integrations/cdi/datasource-hikaricp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-datasource-hikaricp
Helidon CDI Integrations HikariCP DataSource
diff --git a/integrations/cdi/datasource-ucp/pom.xml b/integrations/cdi/datasource-ucp/pom.xml
index 6ba4cfa547a..9b3001d15a6 100644
--- a/integrations/cdi/datasource-ucp/pom.xml
+++ b/integrations/cdi/datasource-ucp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-datasource-ucp
Helidon CDI Integrations UCP DataSource
diff --git a/integrations/cdi/datasource/pom.xml b/integrations/cdi/datasource/pom.xml
index 2cd997640dc..88bd7bcae2f 100644
--- a/integrations/cdi/datasource/pom.xml
+++ b/integrations/cdi/datasource/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-datasource
Helidon CDI Integrations DataSource
diff --git a/integrations/cdi/eclipselink-cdi/pom.xml b/integrations/cdi/eclipselink-cdi/pom.xml
index 8612ff580e5..24177d2761a 100644
--- a/integrations/cdi/eclipselink-cdi/pom.xml
+++ b/integrations/cdi/eclipselink-cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-eclipselink
Helidon CDI Integrations Eclipselink
diff --git a/integrations/cdi/hibernate-cdi/pom.xml b/integrations/cdi/hibernate-cdi/pom.xml
index f0052e0746d..8d26c4d756f 100644
--- a/integrations/cdi/hibernate-cdi/pom.xml
+++ b/integrations/cdi/hibernate-cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-hibernate
Helidon CDI Integrations Hibernate
diff --git a/integrations/cdi/jedis-cdi/pom.xml b/integrations/cdi/jedis-cdi/pom.xml
index 36e9b6523b4..35b2e68dbdd 100644
--- a/integrations/cdi/jedis-cdi/pom.xml
+++ b/integrations/cdi/jedis-cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-jedis
Helidon CDI Integrations Jedis
diff --git a/integrations/cdi/jpa-cdi/pom.xml b/integrations/cdi/jpa-cdi/pom.xml
index f45b5cfe2c0..c8522f6cb1a 100644
--- a/integrations/cdi/jpa-cdi/pom.xml
+++ b/integrations/cdi/jpa-cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-jpa
Helidon CDI Integrations JPA
diff --git a/integrations/cdi/jta-cdi/pom.xml b/integrations/cdi/jta-cdi/pom.xml
index 3727249e8d8..e61864eea36 100644
--- a/integrations/cdi/jta-cdi/pom.xml
+++ b/integrations/cdi/jta-cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-jta
Helidon CDI Integrations JTA
diff --git a/integrations/cdi/jta-weld/pom.xml b/integrations/cdi/jta-weld/pom.xml
index abcad06312b..0399677bd73 100644
--- a/integrations/cdi/jta-weld/pom.xml
+++ b/integrations/cdi/jta-weld/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-cdi-jta-weld
Helidon CDI Integrations JTA Weld
diff --git a/integrations/cdi/pom.xml b/integrations/cdi/pom.xml
index a021a986bab..f88c1ae5cbb 100644
--- a/integrations/cdi/pom.xml
+++ b/integrations/cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.cdi
helidon-integrations-cdi-project
diff --git a/integrations/common/pom.xml b/integrations/common/pom.xml
index f0b305e6b7a..361d9908035 100644
--- a/integrations/common/pom.xml
+++ b/integrations/common/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/integrations/common/rest/pom.xml b/integrations/common/rest/pom.xml
index 719e9127f50..5f517b8e20d 100644
--- a/integrations/common/rest/pom.xml
+++ b/integrations/common/rest/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.common
helidon-integrations-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-common-rest
diff --git a/integrations/db/h2/pom.xml b/integrations/db/h2/pom.xml
index ff3940f52eb..eaca813e8ca 100644
--- a/integrations/db/h2/pom.xml
+++ b/integrations/db/h2/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.db
helidon-integrations-db-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
h2
diff --git a/integrations/db/mysql/pom.xml b/integrations/db/mysql/pom.xml
index a91f5a97690..426b6380e48 100644
--- a/integrations/db/mysql/pom.xml
+++ b/integrations/db/mysql/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.db
helidon-integrations-db-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-db-mysql
diff --git a/integrations/db/ojdbc/pom.xml b/integrations/db/ojdbc/pom.xml
index 19e62f43a74..18855ebcd5e 100644
--- a/integrations/db/ojdbc/pom.xml
+++ b/integrations/db/ojdbc/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.db
helidon-integrations-db-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
ojdbc
diff --git a/integrations/db/pgsql/pom.xml b/integrations/db/pgsql/pom.xml
index fa611d5092d..868dc6f26e6 100644
--- a/integrations/db/pgsql/pom.xml
+++ b/integrations/db/pgsql/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.db
helidon-integrations-db-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-db-pgsql
diff --git a/integrations/db/pom.xml b/integrations/db/pom.xml
index 5fdd578ba8c..89c2ccc5d4b 100644
--- a/integrations/db/pom.xml
+++ b/integrations/db/pom.xml
@@ -21,7 +21,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
pom
diff --git a/integrations/graal/mp-native-image-extension/pom.xml b/integrations/graal/mp-native-image-extension/pom.xml
index 67b849a933e..a30cb386531 100644
--- a/integrations/graal/mp-native-image-extension/pom.xml
+++ b/integrations/graal/mp-native-image-extension/pom.xml
@@ -21,7 +21,7 @@
io.helidon.integrations.graal
helidon-integrations-graal-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/integrations/graal/native-image-extension/pom.xml b/integrations/graal/native-image-extension/pom.xml
index 8c824823108..2c631a2c176 100644
--- a/integrations/graal/native-image-extension/pom.xml
+++ b/integrations/graal/native-image-extension/pom.xml
@@ -21,7 +21,7 @@
io.helidon.integrations.graal
helidon-integrations-graal-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/integrations/graal/pom.xml b/integrations/graal/pom.xml
index 62e416e296b..1ba982a1af1 100644
--- a/integrations/graal/pom.xml
+++ b/integrations/graal/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
diff --git a/integrations/jdbc/jdbc/pom.xml b/integrations/jdbc/jdbc/pom.xml
index 79f20e541c8..f9cad4c9502 100644
--- a/integrations/jdbc/jdbc/pom.xml
+++ b/integrations/jdbc/jdbc/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations
helidon-integrations-jdbc-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.jdbc
diff --git a/integrations/jdbc/pom.xml b/integrations/jdbc/pom.xml
index b18eec846f1..1563488bbf0 100644
--- a/integrations/jdbc/pom.xml
+++ b/integrations/jdbc/pom.xml
@@ -21,7 +21,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
pom
diff --git a/integrations/jta/jdbc/pom.xml b/integrations/jta/jdbc/pom.xml
index 4001871af8e..b9bcdd8c0d2 100644
--- a/integrations/jta/jdbc/pom.xml
+++ b/integrations/jta/jdbc/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations
helidon-integrations-jta-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.jta
diff --git a/integrations/jta/pom.xml b/integrations/jta/pom.xml
index fff80769912..946a7a1670c 100644
--- a/integrations/jta/pom.xml
+++ b/integrations/jta/pom.xml
@@ -21,7 +21,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
pom
diff --git a/integrations/micrometer/cdi/pom.xml b/integrations/micrometer/cdi/pom.xml
index 6739f77c132..4305fdf5845 100644
--- a/integrations/micrometer/cdi/pom.xml
+++ b/integrations/micrometer/cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations
helidon-integrations-micrometer-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.micrometer
diff --git a/integrations/micrometer/micrometer/pom.xml b/integrations/micrometer/micrometer/pom.xml
index 4b47efc5ee4..e9adb68dbed 100644
--- a/integrations/micrometer/micrometer/pom.xml
+++ b/integrations/micrometer/micrometer/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations
helidon-integrations-micrometer-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.micrometer
diff --git a/integrations/micrometer/pom.xml b/integrations/micrometer/pom.xml
index d9295f8aee9..7c8373cfc48 100644
--- a/integrations/micrometer/pom.xml
+++ b/integrations/micrometer/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-micrometer-project
Helidon Integrations Micrometer Project
diff --git a/integrations/micronaut/cdi-processor/pom.xml b/integrations/micronaut/cdi-processor/pom.xml
index 19432d7f953..72b54e2adda 100644
--- a/integrations/micronaut/cdi-processor/pom.xml
+++ b/integrations/micronaut/cdi-processor/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.micronaut
helidon-integrations-micronaut-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-micronaut-cdi-processor
diff --git a/integrations/micronaut/cdi/pom.xml b/integrations/micronaut/cdi/pom.xml
index cb1142b75c6..cdbfc05b499 100644
--- a/integrations/micronaut/cdi/pom.xml
+++ b/integrations/micronaut/cdi/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.micronaut
helidon-integrations-micronaut-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-micronaut-cdi
diff --git a/integrations/micronaut/data/pom.xml b/integrations/micronaut/data/pom.xml
index 21c01021809..9103fc3cb8b 100644
--- a/integrations/micronaut/data/pom.xml
+++ b/integrations/micronaut/data/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.micronaut
helidon-integrations-micronaut-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-micronaut-data
diff --git a/integrations/micronaut/pom.xml b/integrations/micronaut/pom.xml
index 05d051edcd3..13cd54dbd80 100644
--- a/integrations/micronaut/pom.xml
+++ b/integrations/micronaut/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.micronaut
diff --git a/integrations/microstream/cache/pom.xml b/integrations/microstream/cache/pom.xml
index 550b4d2abbb..0b589ce1aba 100644
--- a/integrations/microstream/cache/pom.xml
+++ b/integrations/microstream/cache/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.microstream
helidon-integrations-microstream-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-microstream-cache
diff --git a/integrations/microstream/cdi/pom.xml b/integrations/microstream/cdi/pom.xml
index 2c40a4b4844..ad7a0ca43ef 100644
--- a/integrations/microstream/cdi/pom.xml
+++ b/integrations/microstream/cdi/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.microstream
helidon-integrations-microstream-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-microstream-cdi
diff --git a/integrations/microstream/core/pom.xml b/integrations/microstream/core/pom.xml
index 597b77e131c..3563af4a4e6 100644
--- a/integrations/microstream/core/pom.xml
+++ b/integrations/microstream/core/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.microstream
helidon-integrations-microstream-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-microstream
diff --git a/integrations/microstream/health/pom.xml b/integrations/microstream/health/pom.xml
index e7f8ac4088a..012c1f48c8f 100644
--- a/integrations/microstream/health/pom.xml
+++ b/integrations/microstream/health/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.microstream
helidon-integrations-microstream-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-microstream-health
diff --git a/integrations/microstream/metrics/pom.xml b/integrations/microstream/metrics/pom.xml
index 0dbd4c1f3a4..f1126acaacd 100644
--- a/integrations/microstream/metrics/pom.xml
+++ b/integrations/microstream/metrics/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.microstream
helidon-integrations-microstream-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-microstream-metrics
diff --git a/integrations/microstream/pom.xml b/integrations/microstream/pom.xml
index e017ca3f354..b65272b5b32 100644
--- a/integrations/microstream/pom.xml
+++ b/integrations/microstream/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.microstream
diff --git a/integrations/neo4j/health/pom.xml b/integrations/neo4j/health/pom.xml
index b38ed716ed5..ac1284a2730 100644
--- a/integrations/neo4j/health/pom.xml
+++ b/integrations/neo4j/health/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.neo4j
helidon-integrations-neo4j-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-neo4j-health
diff --git a/integrations/neo4j/metrics/pom.xml b/integrations/neo4j/metrics/pom.xml
index 53f62ff6db9..553a67d6b5e 100644
--- a/integrations/neo4j/metrics/pom.xml
+++ b/integrations/neo4j/metrics/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.neo4j
helidon-integrations-neo4j-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-neo4j-metrics
diff --git a/integrations/neo4j/neo4j/pom.xml b/integrations/neo4j/neo4j/pom.xml
index 641b1d365cb..8cf417af72b 100644
--- a/integrations/neo4j/neo4j/pom.xml
+++ b/integrations/neo4j/neo4j/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.neo4j
helidon-integrations-neo4j-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-neo4j
diff --git a/integrations/neo4j/pom.xml b/integrations/neo4j/pom.xml
index c1031238711..a43f5da2e8a 100644
--- a/integrations/neo4j/pom.xml
+++ b/integrations/neo4j/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.neo4j
helidon-integrations-neo4j-project
diff --git a/integrations/oci/metrics/cdi/pom.xml b/integrations/oci/metrics/cdi/pom.xml
index 3c9279b4e1d..0143a5f3e39 100644
--- a/integrations/oci/metrics/cdi/pom.xml
+++ b/integrations/oci/metrics/cdi/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.oci.metrics
helidon-integrations-oci-metrics-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-oci-metrics-cdi
Helidon Integrations OCI Metrics CDI
diff --git a/integrations/oci/metrics/metrics/pom.xml b/integrations/oci/metrics/metrics/pom.xml
index 03f036624bf..0908abdf0aa 100644
--- a/integrations/oci/metrics/metrics/pom.xml
+++ b/integrations/oci/metrics/metrics/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.oci.metrics
helidon-integrations-oci-metrics-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-oci-metrics
Helidon Integrations OCI Metrics
diff --git a/integrations/oci/metrics/pom.xml b/integrations/oci/metrics/pom.xml
index 618cb0581b1..017fedea76b 100644
--- a/integrations/oci/metrics/pom.xml
+++ b/integrations/oci/metrics/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.oci
helidon-integrations-oci-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.oci.metrics
helidon-integrations-oci-metrics-project
diff --git a/integrations/oci/oci-secrets-config-source/pom.xml b/integrations/oci/oci-secrets-config-source/pom.xml
index 91a0322655e..1b9d2e19a93 100644
--- a/integrations/oci/oci-secrets-config-source/pom.xml
+++ b/integrations/oci/oci-secrets-config-source/pom.xml
@@ -21,7 +21,7 @@
io.helidon.integrations.oci
helidon-integrations-oci-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-oci-secrets-config-source
Helidon Integrations OCI Secrets Config Source
diff --git a/integrations/oci/oci-secrets-mp-config-source/pom.xml b/integrations/oci/oci-secrets-mp-config-source/pom.xml
index a76bc281a61..2cb60a90a48 100644
--- a/integrations/oci/oci-secrets-mp-config-source/pom.xml
+++ b/integrations/oci/oci-secrets-mp-config-source/pom.xml
@@ -21,7 +21,7 @@
io.helidon.integrations.oci
helidon-integrations-oci-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-oci-secrets-mp-config-source
Helidon Integrations OCI Secrets MP Config Source
diff --git a/integrations/oci/pom.xml b/integrations/oci/pom.xml
index e8569621499..7d02f54e5c4 100644
--- a/integrations/oci/pom.xml
+++ b/integrations/oci/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.oci
diff --git a/integrations/oci/sdk/cdi/pom.xml b/integrations/oci/sdk/cdi/pom.xml
index 4f5f757e781..9743b5a8e84 100644
--- a/integrations/oci/sdk/cdi/pom.xml
+++ b/integrations/oci/sdk/cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.oci.sdk
helidon-integrations-oci-sdk-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-oci-sdk-cdi
Helidon Integrations OCI SDK CDI
diff --git a/integrations/oci/sdk/pom.xml b/integrations/oci/sdk/pom.xml
index 25031cef367..fee0f1e8cd5 100644
--- a/integrations/oci/sdk/pom.xml
+++ b/integrations/oci/sdk/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.oci
helidon-integrations-oci-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
io.helidon.integrations.oci.sdk
diff --git a/integrations/oci/sdk/runtime/pom.xml b/integrations/oci/sdk/runtime/pom.xml
index 282a36ef93e..d0c8f863cfd 100644
--- a/integrations/oci/sdk/runtime/pom.xml
+++ b/integrations/oci/sdk/runtime/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.oci.sdk
helidon-integrations-oci-sdk-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
4.0.0
diff --git a/integrations/oci/tls-certificates/pom.xml b/integrations/oci/tls-certificates/pom.xml
index b08a1324d20..3eb264b4981 100644
--- a/integrations/oci/tls-certificates/pom.xml
+++ b/integrations/oci/tls-certificates/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.oci
helidon-integrations-oci-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/integrations/openapi-ui/pom.xml b/integrations/openapi-ui/pom.xml
index 0c5e860d618..9e9e6416e00 100644
--- a/integrations/openapi-ui/pom.xml
+++ b/integrations/openapi-ui/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.openapi-ui
diff --git a/integrations/pom.xml b/integrations/pom.xml
index 41c0c9e0393..72b2babf33f 100644
--- a/integrations/pom.xml
+++ b/integrations/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations
helidon-integrations-project
diff --git a/integrations/vault/auths/approle/pom.xml b/integrations/vault/auths/approle/pom.xml
index 9d73a603bf4..0bf0217e356 100644
--- a/integrations/vault/auths/approle/pom.xml
+++ b/integrations/vault/auths/approle/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault.auths
helidon-integrations-vault-auths-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault-auths-approle
diff --git a/integrations/vault/auths/common/pom.xml b/integrations/vault/auths/common/pom.xml
index c64781d889e..1aa8bfa6443 100644
--- a/integrations/vault/auths/common/pom.xml
+++ b/integrations/vault/auths/common/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault.auths
helidon-integrations-vault-auths-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault-auths-common
diff --git a/integrations/vault/auths/k8s/pom.xml b/integrations/vault/auths/k8s/pom.xml
index d64ad1d1149..5bc5cda4d96 100644
--- a/integrations/vault/auths/k8s/pom.xml
+++ b/integrations/vault/auths/k8s/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault.auths
helidon-integrations-vault-auths-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault-auths-k8s
diff --git a/integrations/vault/auths/pom.xml b/integrations/vault/auths/pom.xml
index f6b48ccca17..4346216b3db 100644
--- a/integrations/vault/auths/pom.xml
+++ b/integrations/vault/auths/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault
helidon-integrations-vault-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/integrations/vault/auths/token/pom.xml b/integrations/vault/auths/token/pom.xml
index bbf79ee37db..5b0f2b23d61 100644
--- a/integrations/vault/auths/token/pom.xml
+++ b/integrations/vault/auths/token/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault.auths
helidon-integrations-vault-auths-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault-auths-token
diff --git a/integrations/vault/cdi/pom.xml b/integrations/vault/cdi/pom.xml
index 37b69dadf8a..76471532e2f 100644
--- a/integrations/vault/cdi/pom.xml
+++ b/integrations/vault/cdi/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault
helidon-integrations-vault-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault-cdi
diff --git a/integrations/vault/pom.xml b/integrations/vault/pom.xml
index b08b8d411e0..c0cee05033c 100644
--- a/integrations/vault/pom.xml
+++ b/integrations/vault/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations
helidon-integrations-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.integrations.vault
diff --git a/integrations/vault/secrets/cubbyhole/pom.xml b/integrations/vault/secrets/cubbyhole/pom.xml
index 462bf96e87f..660f9ba5713 100644
--- a/integrations/vault/secrets/cubbyhole/pom.xml
+++ b/integrations/vault/secrets/cubbyhole/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault.secrets
helidon-integrations-vault-secrets-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault-secrets-cubbyhole
diff --git a/integrations/vault/secrets/database/pom.xml b/integrations/vault/secrets/database/pom.xml
index f56ce32f5c3..58045c68b3c 100644
--- a/integrations/vault/secrets/database/pom.xml
+++ b/integrations/vault/secrets/database/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault.secrets
helidon-integrations-vault-secrets-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault-secrets-database
diff --git a/integrations/vault/secrets/kv1/pom.xml b/integrations/vault/secrets/kv1/pom.xml
index 39381dbf1ee..f31d2c39a86 100644
--- a/integrations/vault/secrets/kv1/pom.xml
+++ b/integrations/vault/secrets/kv1/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault.secrets
helidon-integrations-vault-secrets-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault-secrets-kv1
diff --git a/integrations/vault/secrets/kv2/pom.xml b/integrations/vault/secrets/kv2/pom.xml
index e41822e72a8..330d4492a21 100644
--- a/integrations/vault/secrets/kv2/pom.xml
+++ b/integrations/vault/secrets/kv2/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault.secrets
helidon-integrations-vault-secrets-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault-secrets-kv2
diff --git a/integrations/vault/secrets/pki/pom.xml b/integrations/vault/secrets/pki/pom.xml
index b5bcb8b358e..7848f49d2b3 100644
--- a/integrations/vault/secrets/pki/pom.xml
+++ b/integrations/vault/secrets/pki/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault.secrets
helidon-integrations-vault-secrets-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault-secrets-pki
diff --git a/integrations/vault/secrets/pom.xml b/integrations/vault/secrets/pom.xml
index 5b7ccc73ee1..325d94f1ef4 100644
--- a/integrations/vault/secrets/pom.xml
+++ b/integrations/vault/secrets/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault
helidon-integrations-vault-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/integrations/vault/secrets/transit/pom.xml b/integrations/vault/secrets/transit/pom.xml
index 35c9fbaada6..d7b54f4c8fb 100644
--- a/integrations/vault/secrets/transit/pom.xml
+++ b/integrations/vault/secrets/transit/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault.secrets
helidon-integrations-vault-secrets-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault-secrets-transit
diff --git a/integrations/vault/sys/pom.xml b/integrations/vault/sys/pom.xml
index 68ea05c2bc1..30120b40b4f 100644
--- a/integrations/vault/sys/pom.xml
+++ b/integrations/vault/sys/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault
helidon-integrations-vault-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/integrations/vault/sys/sys/pom.xml b/integrations/vault/sys/sys/pom.xml
index 6cfe20ab6c0..7d6f61440d2 100644
--- a/integrations/vault/sys/sys/pom.xml
+++ b/integrations/vault/sys/sys/pom.xml
@@ -21,7 +21,7 @@
helidon-integrations-vault-sys-project
io.helidon.integrations.vault.sys
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/integrations/vault/vault/pom.xml b/integrations/vault/vault/pom.xml
index 07a60e8934c..532aaf765f4 100644
--- a/integrations/vault/vault/pom.xml
+++ b/integrations/vault/vault/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations.vault
helidon-integrations-vault-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-integrations-vault
diff --git a/jersey/client/pom.xml b/jersey/client/pom.xml
index 182918876e7..4bdff0e1c8e 100644
--- a/jersey/client/pom.xml
+++ b/jersey/client/pom.xml
@@ -21,7 +21,7 @@
io.helidon.jersey
helidon-jersey-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/jersey/common/pom.xml b/jersey/common/pom.xml
index 9cdcabece61..1e0ac785444 100644
--- a/jersey/common/pom.xml
+++ b/jersey/common/pom.xml
@@ -21,7 +21,7 @@
helidon-jersey-project
io.helidon.jersey
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/jersey/connector/pom.xml b/jersey/connector/pom.xml
index 0cb3502e7a8..6f886421905 100644
--- a/jersey/connector/pom.xml
+++ b/jersey/connector/pom.xml
@@ -21,7 +21,7 @@
helidon-jersey-project
io.helidon.jersey
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/jersey/jsonp/pom.xml b/jersey/jsonp/pom.xml
index 2598b02dbc9..cd5ea43c0e0 100644
--- a/jersey/jsonp/pom.xml
+++ b/jersey/jsonp/pom.xml
@@ -21,7 +21,7 @@
helidon-jersey-project
io.helidon.jersey
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/jersey/pom.xml b/jersey/pom.xml
index 604e34f9082..854d1fbcabe 100644
--- a/jersey/pom.xml
+++ b/jersey/pom.xml
@@ -21,7 +21,7 @@
helidon-project
io.helidon
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
pom
diff --git a/jersey/server/pom.xml b/jersey/server/pom.xml
index ec7a211ff06..54d5c7924da 100644
--- a/jersey/server/pom.xml
+++ b/jersey/server/pom.xml
@@ -22,7 +22,7 @@
io.helidon.jersey
helidon-jersey-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-jersey-server
diff --git a/licensing/pom.xml b/licensing/pom.xml
index 4cb16cb782e..737cb8b3f04 100644
--- a/licensing/pom.xml
+++ b/licensing/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.licensing
helidon-licensing
diff --git a/logging/common/pom.xml b/logging/common/pom.xml
index e5b38728b76..8867b233974 100644
--- a/logging/common/pom.xml
+++ b/logging/common/pom.xml
@@ -21,7 +21,7 @@
helidon-logging-project
io.helidon.logging
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-logging-common
diff --git a/logging/jul/pom.xml b/logging/jul/pom.xml
index 688638020f2..2b78dba39a5 100644
--- a/logging/jul/pom.xml
+++ b/logging/jul/pom.xml
@@ -20,7 +20,7 @@
helidon-logging-project
io.helidon.logging
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/logging/log4j/pom.xml b/logging/log4j/pom.xml
index aa4faf929c8..92ee33c1fef 100644
--- a/logging/log4j/pom.xml
+++ b/logging/log4j/pom.xml
@@ -20,7 +20,7 @@
helidon-logging-project
io.helidon.logging
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/logging/pom.xml b/logging/pom.xml
index f5e30ca30f0..b37b93fbd7b 100644
--- a/logging/pom.xml
+++ b/logging/pom.xml
@@ -21,7 +21,7 @@
helidon-project
io.helidon
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.logging
diff --git a/logging/slf4j/pom.xml b/logging/slf4j/pom.xml
index b6a1cd5410b..1715678493e 100644
--- a/logging/slf4j/pom.xml
+++ b/logging/slf4j/pom.xml
@@ -21,7 +21,7 @@
helidon-logging-project
io.helidon.logging
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-logging-slf4j
diff --git a/lra/coordinator/client/narayana-client/pom.xml b/lra/coordinator/client/narayana-client/pom.xml
index 83f06be73c0..0eb1cf4be91 100644
--- a/lra/coordinator/client/narayana-client/pom.xml
+++ b/lra/coordinator/client/narayana-client/pom.xml
@@ -24,7 +24,7 @@
io.helidon.lra
helidon-lra-coordinator-client-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-lra-coordinator-narayana-client
diff --git a/lra/coordinator/client/pom.xml b/lra/coordinator/client/pom.xml
index 4f157451a2b..5007ed67661 100644
--- a/lra/coordinator/client/pom.xml
+++ b/lra/coordinator/client/pom.xml
@@ -24,7 +24,7 @@
io.helidon.lra
helidon-lra-coordinator-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.lra
helidon-lra-coordinator-client-project
diff --git a/lra/coordinator/client/spi/pom.xml b/lra/coordinator/client/spi/pom.xml
index 5b1243735ec..d4327f0fd54 100644
--- a/lra/coordinator/client/spi/pom.xml
+++ b/lra/coordinator/client/spi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.lra
helidon-lra-coordinator-client-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-lra-coordinator-client-spi
diff --git a/lra/coordinator/pom.xml b/lra/coordinator/pom.xml
index 12666c5d239..d51ed75ad63 100644
--- a/lra/coordinator/pom.xml
+++ b/lra/coordinator/pom.xml
@@ -24,7 +24,7 @@
io.helidon.lra
helidon-lra-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.lra
helidon-lra-coordinator-project
diff --git a/lra/coordinator/server/pom.xml b/lra/coordinator/server/pom.xml
index 81f3d89d2db..08f1a0966f6 100644
--- a/lra/coordinator/server/pom.xml
+++ b/lra/coordinator/server/pom.xml
@@ -25,7 +25,7 @@
io.helidon.applications
helidon-se
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../applications/se/pom.xml
diff --git a/lra/pom.xml b/lra/pom.xml
index a7176735ec5..9b620f3cbde 100644
--- a/lra/pom.xml
+++ b/lra/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.lra
helidon-lra-project
diff --git a/media/common/pom.xml b/media/common/pom.xml
index 2b77afd6e03..d8f4b01bb77 100644
--- a/media/common/pom.xml
+++ b/media/common/pom.xml
@@ -21,7 +21,7 @@
io.helidon.media
helidon-media-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/media/jackson/pom.xml b/media/jackson/pom.xml
index a3b116fb663..b4d61a8e92c 100644
--- a/media/jackson/pom.xml
+++ b/media/jackson/pom.xml
@@ -23,7 +23,7 @@
io.helidon.media
helidon-media-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-media-jackson
diff --git a/media/jsonb/pom.xml b/media/jsonb/pom.xml
index ee80b9ce799..ba18cd9ad16 100644
--- a/media/jsonb/pom.xml
+++ b/media/jsonb/pom.xml
@@ -23,7 +23,7 @@
io.helidon.media
helidon-media-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-media-jsonb
diff --git a/media/jsonp/pom.xml b/media/jsonp/pom.xml
index 1613036b5bc..36df4154e21 100644
--- a/media/jsonp/pom.xml
+++ b/media/jsonp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.media
helidon-media-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-media-jsonp
diff --git a/media/multipart/pom.xml b/media/multipart/pom.xml
index 4c4a1cf76be..ce0a986adc6 100644
--- a/media/multipart/pom.xml
+++ b/media/multipart/pom.xml
@@ -22,7 +22,7 @@
io.helidon.media
helidon-media-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-media-multipart
Helidon Media MultiPart
diff --git a/media/pom.xml b/media/pom.xml
index f4f7feed00d..195d5b2b9ce 100644
--- a/media/pom.xml
+++ b/media/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
io.helidon.media
diff --git a/messaging/connectors/aq/pom.xml b/messaging/connectors/aq/pom.xml
index 38eefdf77a9..f2f7cea4f5a 100644
--- a/messaging/connectors/aq/pom.xml
+++ b/messaging/connectors/aq/pom.xml
@@ -24,7 +24,7 @@
io.helidon.messaging
helidon-messaging-connectors-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.messaging.aq
diff --git a/messaging/connectors/jms-shim/pom.xml b/messaging/connectors/jms-shim/pom.xml
index 3644d53903f..8ee5c98027b 100644
--- a/messaging/connectors/jms-shim/pom.xml
+++ b/messaging/connectors/jms-shim/pom.xml
@@ -24,7 +24,7 @@
io.helidon.messaging
helidon-messaging-connectors-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-messaging-jms-shim
diff --git a/messaging/connectors/jms/pom.xml b/messaging/connectors/jms/pom.xml
index 3a2fef87dd3..34c06531a7d 100644
--- a/messaging/connectors/jms/pom.xml
+++ b/messaging/connectors/jms/pom.xml
@@ -24,7 +24,7 @@
io.helidon.messaging
helidon-messaging-connectors-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.messaging.jms
diff --git a/messaging/connectors/kafka/pom.xml b/messaging/connectors/kafka/pom.xml
index 68cb52acf5a..05518bdabe2 100644
--- a/messaging/connectors/kafka/pom.xml
+++ b/messaging/connectors/kafka/pom.xml
@@ -25,7 +25,7 @@
io.helidon.messaging
helidon-messaging-connectors-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.messaging.kafka
diff --git a/messaging/connectors/mock/pom.xml b/messaging/connectors/mock/pom.xml
index 234d70b7647..d9162df5247 100644
--- a/messaging/connectors/mock/pom.xml
+++ b/messaging/connectors/mock/pom.xml
@@ -24,7 +24,7 @@
io.helidon.messaging
helidon-messaging-connectors-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.messaging.mock
diff --git a/messaging/connectors/pom.xml b/messaging/connectors/pom.xml
index 5af5998c3a7..ec03b0b104a 100644
--- a/messaging/connectors/pom.xml
+++ b/messaging/connectors/pom.xml
@@ -23,7 +23,7 @@
io.helidon.messaging
helidon-messaging-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-messaging-connectors-project
Helidon Messaging Connectors Project
diff --git a/messaging/connectors/wls-jms/pom.xml b/messaging/connectors/wls-jms/pom.xml
index 0acd76dfcf3..1e5f3acd890 100644
--- a/messaging/connectors/wls-jms/pom.xml
+++ b/messaging/connectors/wls-jms/pom.xml
@@ -24,7 +24,7 @@
io.helidon.messaging
helidon-messaging-connectors-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.messaging.wls-jms
diff --git a/messaging/messaging/pom.xml b/messaging/messaging/pom.xml
index 4a52e7a2a32..0592c6bfe11 100644
--- a/messaging/messaging/pom.xml
+++ b/messaging/messaging/pom.xml
@@ -23,7 +23,7 @@
io.helidon.messaging
helidon-messaging-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-messaging
diff --git a/messaging/pom.xml b/messaging/pom.xml
index a9feba31f00..d1299a24bd8 100644
--- a/messaging/pom.xml
+++ b/messaging/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.messaging
helidon-messaging-project
diff --git a/metrics/api/pom.xml b/metrics/api/pom.xml
index 86d95c48bc8..8e845451522 100644
--- a/metrics/api/pom.xml
+++ b/metrics/api/pom.xml
@@ -21,7 +21,7 @@
io.helidon.metrics
helidon-metrics-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/metrics/metrics/pom.xml b/metrics/metrics/pom.xml
index d66240b6574..755e7c670a1 100644
--- a/metrics/metrics/pom.xml
+++ b/metrics/metrics/pom.xml
@@ -24,7 +24,7 @@
io.helidon.metrics
helidon-metrics-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-metrics
Helidon Metrics
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 5ec79e8d68e..e9cd6732420 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
io.helidon.metrics
diff --git a/metrics/prometheus/pom.xml b/metrics/prometheus/pom.xml
index bae2424d4a0..963d354172c 100644
--- a/metrics/prometheus/pom.xml
+++ b/metrics/prometheus/pom.xml
@@ -24,7 +24,7 @@
io.helidon.metrics
helidon-metrics-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-metrics-prometheus
Helidon Metrics Prometheus
diff --git a/metrics/service-api/pom.xml b/metrics/service-api/pom.xml
index 113ec7cdb90..96781697336 100644
--- a/metrics/service-api/pom.xml
+++ b/metrics/service-api/pom.xml
@@ -24,7 +24,7 @@
io.helidon.metrics
helidon-metrics-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-metrics-service-api
Helidon Metrics Web Support API
diff --git a/metrics/trace-exemplar/pom.xml b/metrics/trace-exemplar/pom.xml
index a9b3b1ddad0..0b18b5ae6ad 100644
--- a/metrics/trace-exemplar/pom.xml
+++ b/metrics/trace-exemplar/pom.xml
@@ -23,7 +23,7 @@
helidon-metrics-project
io.helidon.metrics
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/microprofile/access-log/pom.xml b/microprofile/access-log/pom.xml
index 9580826e2e9..bf777ae9006 100644
--- a/microprofile/access-log/pom.xml
+++ b/microprofile/access-log/pom.xml
@@ -23,7 +23,7 @@
helidon-microprofile-project
io.helidon.microprofile
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/microprofile/bean-validation/pom.xml b/microprofile/bean-validation/pom.xml
index c02b2a8f35c..efd84ab7159 100644
--- a/microprofile/bean-validation/pom.xml
+++ b/microprofile/bean-validation/pom.xml
@@ -21,7 +21,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.bean-validation
helidon-microprofile-bean-validation
diff --git a/microprofile/bundles/helidon-microprofile-core/pom.xml b/microprofile/bundles/helidon-microprofile-core/pom.xml
index 90cfa22dbf1..4b01f3855cd 100644
--- a/microprofile/bundles/helidon-microprofile-core/pom.xml
+++ b/microprofile/bundles/helidon-microprofile-core/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.bundles
bundles-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-core
Helidon Microprofile Core Bundle
diff --git a/microprofile/bundles/helidon-microprofile/pom.xml b/microprofile/bundles/helidon-microprofile/pom.xml
index 1706e0ed29f..1849ca57ac7 100644
--- a/microprofile/bundles/helidon-microprofile/pom.xml
+++ b/microprofile/bundles/helidon-microprofile/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.bundles
bundles-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile
Helidon Microprofile Full Bundle
diff --git a/microprofile/bundles/pom.xml b/microprofile/bundles/pom.xml
index 6527fca774d..e7736f15f7e 100644
--- a/microprofile/bundles/pom.xml
+++ b/microprofile/bundles/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
io.helidon.microprofile.bundles
diff --git a/microprofile/cdi/pom.xml b/microprofile/cdi/pom.xml
index ae3a90922d1..0e0cdd2b036 100644
--- a/microprofile/cdi/pom.xml
+++ b/microprofile/cdi/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.cdi
diff --git a/microprofile/config/pom.xml b/microprofile/config/pom.xml
index 8ddae12f289..d63abe8ddc5 100644
--- a/microprofile/config/pom.xml
+++ b/microprofile/config/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.config
helidon-microprofile-config
diff --git a/microprofile/cors/pom.xml b/microprofile/cors/pom.xml
index 860e261f905..ba5dac919e2 100644
--- a/microprofile/cors/pom.xml
+++ b/microprofile/cors/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-cors
diff --git a/microprofile/fault-tolerance/pom.xml b/microprofile/fault-tolerance/pom.xml
index 0498403f13e..d689bebc49f 100644
--- a/microprofile/fault-tolerance/pom.xml
+++ b/microprofile/fault-tolerance/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-fault-tolerance
Helidon Microprofile Fault Tolerance
diff --git a/microprofile/graphql/pom.xml b/microprofile/graphql/pom.xml
index 4197a6fe134..c8be32cc2e3 100644
--- a/microprofile/graphql/pom.xml
+++ b/microprofile/graphql/pom.xml
@@ -20,7 +20,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/microprofile/graphql/server/pom.xml b/microprofile/graphql/server/pom.xml
index 95b0c30d001..c8882ec707d 100644
--- a/microprofile/graphql/server/pom.xml
+++ b/microprofile/graphql/server/pom.xml
@@ -20,7 +20,7 @@
io.helidon.microprofile.graphql
helidon-microprofile-graphql
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/microprofile/grpc/client/pom.xml b/microprofile/grpc/client/pom.xml
index 0f02306e202..7da02b2ce01 100644
--- a/microprofile/grpc/client/pom.xml
+++ b/microprofile/grpc/client/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile.grpc
helidon-microprofile-grpc
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-grpc-client
diff --git a/microprofile/grpc/core/pom.xml b/microprofile/grpc/core/pom.xml
index f3b510d4f99..675482bc390 100644
--- a/microprofile/grpc/core/pom.xml
+++ b/microprofile/grpc/core/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile.grpc
helidon-microprofile-grpc
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-grpc-core
diff --git a/microprofile/grpc/metrics/pom.xml b/microprofile/grpc/metrics/pom.xml
index c0e4debfb72..9728680532b 100644
--- a/microprofile/grpc/metrics/pom.xml
+++ b/microprofile/grpc/metrics/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile.grpc
helidon-microprofile-grpc
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-grpc-metrics
diff --git a/microprofile/grpc/pom.xml b/microprofile/grpc/pom.xml
index 1d3c42587d0..d125b9f9bd0 100644
--- a/microprofile/grpc/pom.xml
+++ b/microprofile/grpc/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.grpc
diff --git a/microprofile/grpc/server/pom.xml b/microprofile/grpc/server/pom.xml
index 16ee4309aeb..4345817672a 100644
--- a/microprofile/grpc/server/pom.xml
+++ b/microprofile/grpc/server/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile.grpc
helidon-microprofile-grpc
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-grpc-server
diff --git a/microprofile/health/pom.xml b/microprofile/health/pom.xml
index 8f2afa5a44f..e979ca46480 100644
--- a/microprofile/health/pom.xml
+++ b/microprofile/health/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.health
helidon-microprofile-health
diff --git a/microprofile/jwt-auth/pom.xml b/microprofile/jwt-auth/pom.xml
index 9627bb02585..c781abb2924 100644
--- a/microprofile/jwt-auth/pom.xml
+++ b/microprofile/jwt-auth/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.jwt
diff --git a/microprofile/lra/jax-rs/pom.xml b/microprofile/lra/jax-rs/pom.xml
index 83250c42f0b..37a6a0a01ae 100644
--- a/microprofile/lra/jax-rs/pom.xml
+++ b/microprofile/lra/jax-rs/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.lra
helidon-microprofile-lra-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-lra
diff --git a/microprofile/lra/pom.xml b/microprofile/lra/pom.xml
index a32a05f3d49..c4ed6c9628e 100644
--- a/microprofile/lra/pom.xml
+++ b/microprofile/lra/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.lra
diff --git a/microprofile/messaging/core/pom.xml b/microprofile/messaging/core/pom.xml
index bdd1e931b5e..5e5691e36bd 100644
--- a/microprofile/messaging/core/pom.xml
+++ b/microprofile/messaging/core/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile.messaging
helidon-microprofile-messaging-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-messaging
diff --git a/microprofile/messaging/health/pom.xml b/microprofile/messaging/health/pom.xml
index 9c95310d1f8..9133913bafd 100644
--- a/microprofile/messaging/health/pom.xml
+++ b/microprofile/messaging/health/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile.messaging
helidon-microprofile-messaging-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-messaging-health
diff --git a/microprofile/messaging/metrics/pom.xml b/microprofile/messaging/metrics/pom.xml
index ab8acc37710..d814490f775 100644
--- a/microprofile/messaging/metrics/pom.xml
+++ b/microprofile/messaging/metrics/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile.messaging
helidon-microprofile-messaging-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-messaging-metrics
diff --git a/microprofile/messaging/pom.xml b/microprofile/messaging/pom.xml
index 58430a630c0..5c5c55af319 100644
--- a/microprofile/messaging/pom.xml
+++ b/microprofile/messaging/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.messaging
diff --git a/microprofile/metrics/pom.xml b/microprofile/metrics/pom.xml
index 68b3de0e402..34e12dab374 100644
--- a/microprofile/metrics/pom.xml
+++ b/microprofile/metrics/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.metrics
helidon-microprofile-metrics
diff --git a/microprofile/oidc/pom.xml b/microprofile/oidc/pom.xml
index e40f5b5910a..6afa8d269ec 100644
--- a/microprofile/oidc/pom.xml
+++ b/microprofile/oidc/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-oidc
Helidon Microprofile Security OIDC Integration
diff --git a/microprofile/openapi/pom.xml b/microprofile/openapi/pom.xml
index 82c1bf824b2..06bd41e6c5f 100644
--- a/microprofile/openapi/pom.xml
+++ b/microprofile/openapi/pom.xml
@@ -21,7 +21,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.openapi
helidon-microprofile-openapi
diff --git a/microprofile/pom.xml b/microprofile/pom.xml
index 6eee10ed490..e2d5b64c38f 100644
--- a/microprofile/pom.xml
+++ b/microprofile/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
io.helidon.microprofile
diff --git a/microprofile/reactive-streams/pom.xml b/microprofile/reactive-streams/pom.xml
index f2ffc3a7f8b..b48474fc14b 100644
--- a/microprofile/reactive-streams/pom.xml
+++ b/microprofile/reactive-streams/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.reactive-streams
diff --git a/microprofile/rest-client/pom.xml b/microprofile/rest-client/pom.xml
index 4f26bc657df..78f3cc0114c 100644
--- a/microprofile/rest-client/pom.xml
+++ b/microprofile/rest-client/pom.xml
@@ -23,7 +23,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.rest-client
diff --git a/microprofile/scheduling/pom.xml b/microprofile/scheduling/pom.xml
index e1476dfdcb1..eff7d162df7 100644
--- a/microprofile/scheduling/pom.xml
+++ b/microprofile/scheduling/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.scheduling
diff --git a/microprofile/security/pom.xml b/microprofile/security/pom.xml
index 742e4f85953..7a7cf33d3ea 100644
--- a/microprofile/security/pom.xml
+++ b/microprofile/security/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-security
Helidon Microprofile Security Integration
diff --git a/microprofile/server/pom.xml b/microprofile/server/pom.xml
index ba06be5c16f..98ed5effe18 100644
--- a/microprofile/server/pom.xml
+++ b/microprofile/server/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.server
helidon-microprofile-server
diff --git a/microprofile/tests/arquillian/pom.xml b/microprofile/tests/arquillian/pom.xml
index c11de8b156e..8512787bbed 100644
--- a/microprofile/tests/arquillian/pom.xml
+++ b/microprofile/tests/arquillian/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.tests
tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-arquillian
Helidon Microprofile Arquillian Integration
diff --git a/microprofile/tests/junit5-tests/pom.xml b/microprofile/tests/junit5-tests/pom.xml
index 494cad5f1ef..5a2a4988be5 100644
--- a/microprofile/tests/junit5-tests/pom.xml
+++ b/microprofile/tests/junit5-tests/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile.tests
tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-tests-junit5-tests
diff --git a/microprofile/tests/junit5/pom.xml b/microprofile/tests/junit5/pom.xml
index fce92393d7c..e739cba661f 100644
--- a/microprofile/tests/junit5/pom.xml
+++ b/microprofile/tests/junit5/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../pom.xml
diff --git a/microprofile/tests/pom.xml b/microprofile/tests/pom.xml
index d76d3eda34c..2df97843997 100644
--- a/microprofile/tests/pom.xml
+++ b/microprofile/tests/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
io.helidon.microprofile.tests
diff --git a/microprofile/tests/tck/pom.xml b/microprofile/tests/tck/pom.xml
index d3955ec8d5f..0679f4474fd 100644
--- a/microprofile/tests/tck/pom.xml
+++ b/microprofile/tests/tck/pom.xml
@@ -23,7 +23,7 @@
io.helidon.microprofile.tests
tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
pom
diff --git a/microprofile/tests/tck/tck-config/pom.xml b/microprofile/tests/tck/tck-config/pom.xml
index f312164ede2..407c1f500ce 100644
--- a/microprofile/tests/tck/tck-config/pom.xml
+++ b/microprofile/tests/tck/tck-config/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.tests
tck-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
tck-config
Helidon Microprofile Tests TCK Config
diff --git a/microprofile/tests/tck/tck-fault-tolerance/pom.xml b/microprofile/tests/tck/tck-fault-tolerance/pom.xml
index 05b3cb34807..7d61763095e 100644
--- a/microprofile/tests/tck/tck-fault-tolerance/pom.xml
+++ b/microprofile/tests/tck/tck-fault-tolerance/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.tests
tck-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
tck-fault-tolerance
Helidon Microprofile Tests TCK Fault Tolerance
diff --git a/microprofile/tests/tck/tck-graphql/pom.xml b/microprofile/tests/tck/tck-graphql/pom.xml
index 72cf6aaf08f..a39aad35183 100644
--- a/microprofile/tests/tck/tck-graphql/pom.xml
+++ b/microprofile/tests/tck/tck-graphql/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile.tests
tck-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
tck-graphql
Helidon Microprofile Tests TCK GraphQL
diff --git a/microprofile/tests/tck/tck-health/pom.xml b/microprofile/tests/tck/tck-health/pom.xml
index 3074bef5f9e..09740a6a7c7 100644
--- a/microprofile/tests/tck/tck-health/pom.xml
+++ b/microprofile/tests/tck/tck-health/pom.xml
@@ -23,7 +23,7 @@
io.helidon.microprofile.tests
tck-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/microprofile/tests/tck/tck-jwt-auth/pom.xml b/microprofile/tests/tck/tck-jwt-auth/pom.xml
index e2f88c2f9e6..af4f4db3bab 100644
--- a/microprofile/tests/tck/tck-jwt-auth/pom.xml
+++ b/microprofile/tests/tck/tck-jwt-auth/pom.xml
@@ -21,7 +21,7 @@
tck-project
io.helidon.microprofile.tests
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
tck-jwt-auth
Helidon Microprofile Tests TCK JWT-Auth
diff --git a/microprofile/tests/tck/tck-lra/pom.xml b/microprofile/tests/tck/tck-lra/pom.xml
index e8addff9ced..32dafd87158 100644
--- a/microprofile/tests/tck/tck-lra/pom.xml
+++ b/microprofile/tests/tck/tck-lra/pom.xml
@@ -21,7 +21,7 @@
io.helidon.microprofile.tests
tck-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
tck-lra
diff --git a/microprofile/tests/tck/tck-messaging/pom.xml b/microprofile/tests/tck/tck-messaging/pom.xml
index f68e2131a03..0a9e6a144eb 100644
--- a/microprofile/tests/tck/tck-messaging/pom.xml
+++ b/microprofile/tests/tck/tck-messaging/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.tests
tck-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
tck-messaging
Helidon Microprofile Tests TCK Messaging
diff --git a/microprofile/tests/tck/tck-metrics/pom.xml b/microprofile/tests/tck/tck-metrics/pom.xml
index 7c163ee3a7d..d9f06702b02 100644
--- a/microprofile/tests/tck/tck-metrics/pom.xml
+++ b/microprofile/tests/tck/tck-metrics/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.tests
tck-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
tck-metrics
Helidon Microprofile Tests TCK Metrics
diff --git a/microprofile/tests/tck/tck-openapi/pom.xml b/microprofile/tests/tck/tck-openapi/pom.xml
index 7882ec8ae96..966d84cfcc7 100644
--- a/microprofile/tests/tck/tck-openapi/pom.xml
+++ b/microprofile/tests/tck/tck-openapi/pom.xml
@@ -23,7 +23,7 @@
io.helidon.microprofile.tests
tck-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/microprofile/tests/tck/tck-opentracing/pom.xml b/microprofile/tests/tck/tck-opentracing/pom.xml
index 74db411fa36..263b253c56c 100644
--- a/microprofile/tests/tck/tck-opentracing/pom.xml
+++ b/microprofile/tests/tck/tck-opentracing/pom.xml
@@ -22,7 +22,7 @@
tck-project
io.helidon.microprofile.tests
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
tck-opentracing
Helidon Microprofile Tests TCK Opentracing
diff --git a/microprofile/tests/tck/tck-reactive-operators/pom.xml b/microprofile/tests/tck/tck-reactive-operators/pom.xml
index 43e521e6f18..811af12cb7c 100644
--- a/microprofile/tests/tck/tck-reactive-operators/pom.xml
+++ b/microprofile/tests/tck/tck-reactive-operators/pom.xml
@@ -23,7 +23,7 @@
io.helidon.microprofile.tests
tck-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
tck-reactive-operators
Helidon Microprofile Tests TCK Reactive Streams Operators
diff --git a/microprofile/tests/tck/tck-rest-client/pom.xml b/microprofile/tests/tck/tck-rest-client/pom.xml
index 5797390991e..12a40c66114 100644
--- a/microprofile/tests/tck/tck-rest-client/pom.xml
+++ b/microprofile/tests/tck/tck-rest-client/pom.xml
@@ -23,7 +23,7 @@
tck-project
io.helidon.microprofile.tests
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/microprofile/tests/testng-tests/pom.xml b/microprofile/tests/testng-tests/pom.xml
index 6fe6c4f3c95..d5468317afb 100644
--- a/microprofile/tests/testng-tests/pom.xml
+++ b/microprofile/tests/testng-tests/pom.xml
@@ -21,7 +21,7 @@
io.helidon.microprofile.tests
tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-microprofile-tests-testng-tests
diff --git a/microprofile/tests/testng/pom.xml b/microprofile/tests/testng/pom.xml
index da3d078faf1..79d353287d4 100644
--- a/microprofile/tests/testng/pom.xml
+++ b/microprofile/tests/testng/pom.xml
@@ -20,7 +20,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/microprofile/tracing/pom.xml b/microprofile/tracing/pom.xml
index 7de6a71d67f..18efdd88754 100644
--- a/microprofile/tracing/pom.xml
+++ b/microprofile/tracing/pom.xml
@@ -22,7 +22,7 @@
helidon-microprofile-project
io.helidon.microprofile
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.tracing
helidon-microprofile-tracing
diff --git a/microprofile/websocket/pom.xml b/microprofile/websocket/pom.xml
index 4213602c8d0..9279d0aa6ee 100644
--- a/microprofile/websocket/pom.xml
+++ b/microprofile/websocket/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.microprofile.websocket
diff --git a/microprofile/weld/pom.xml b/microprofile/weld/pom.xml
index 93151c4ce5b..37e02750516 100644
--- a/microprofile/weld/pom.xml
+++ b/microprofile/weld/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/microprofile/weld/weld-core-impl/pom.xml b/microprofile/weld/weld-core-impl/pom.xml
index f894b3331ce..94e5ea28687 100644
--- a/microprofile/weld/weld-core-impl/pom.xml
+++ b/microprofile/weld/weld-core-impl/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile.weld
helidon-microprofile-weld-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/microprofile/weld/weld-se-core/pom.xml b/microprofile/weld/weld-se-core/pom.xml
index ca695b8d48f..064d537a98e 100644
--- a/microprofile/weld/weld-se-core/pom.xml
+++ b/microprofile/weld/weld-se-core/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile.weld
helidon-microprofile-weld-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/openapi/pom.xml b/openapi/pom.xml
index c90f12c8543..585bd0c4bd9 100644
--- a/openapi/pom.xml
+++ b/openapi/pom.xml
@@ -21,7 +21,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.openapi
diff --git a/parent/pom.xml b/parent/pom.xml
index 67a6894e00f..dfdc284b4be 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -22,7 +22,7 @@
4.0.0
io.helidon
helidon-parent
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
Helidon Parent
diff --git a/pom.xml b/pom.xml
index 3d8498ab908..4f846ec0593 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-dependencies
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
./dependencies/pom.xml
helidon-project
diff --git a/scheduling/pom.xml b/scheduling/pom.xml
index ca5a18b8d4e..ba2e83ee345 100644
--- a/scheduling/pom.xml
+++ b/scheduling/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.scheduling
diff --git a/security/abac/policy-el/pom.xml b/security/abac/policy-el/pom.xml
index 5bb542c4930..2b74f37b3a4 100644
--- a/security/abac/policy-el/pom.xml
+++ b/security/abac/policy-el/pom.xml
@@ -23,7 +23,7 @@
io.helidon.security.abac
helidon-security-abac-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
helidon-security-abac-policy-el
diff --git a/security/abac/policy/pom.xml b/security/abac/policy/pom.xml
index 2a035940125..2350cbc5177 100644
--- a/security/abac/policy/pom.xml
+++ b/security/abac/policy/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.abac
helidon-security-abac-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-abac-policy
Helidon Security Validators Policy
diff --git a/security/abac/pom.xml b/security/abac/pom.xml
index 0480771235f..bff794d33f7 100644
--- a/security/abac/pom.xml
+++ b/security/abac/pom.xml
@@ -23,7 +23,7 @@
io.helidon.security
helidon-security-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/security/abac/role/pom.xml b/security/abac/role/pom.xml
index 4decc2d120c..1cd9dab4e2e 100644
--- a/security/abac/role/pom.xml
+++ b/security/abac/role/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.abac
helidon-security-abac-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-abac-role
Helidon Security Validators Role
diff --git a/security/abac/scope/pom.xml b/security/abac/scope/pom.xml
index 9a4e1a2fc89..2f47fa0ee6f 100644
--- a/security/abac/scope/pom.xml
+++ b/security/abac/scope/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.abac
helidon-security-abac-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-abac-scope
Helidon Security Validators Scope
diff --git a/security/abac/time/pom.xml b/security/abac/time/pom.xml
index 20359103bbf..2966228ddfa 100644
--- a/security/abac/time/pom.xml
+++ b/security/abac/time/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.abac
helidon-security-abac-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-abac-time
Helidon Security Validators Time
diff --git a/security/annotations/pom.xml b/security/annotations/pom.xml
index 41b14337d5e..ecb606b0d55 100644
--- a/security/annotations/pom.xml
+++ b/security/annotations/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-annotations
Helidon Security Integration Annotations
diff --git a/security/integration/common/pom.xml b/security/integration/common/pom.xml
index 2e79f61f472..d353d09b52e 100644
--- a/security/integration/common/pom.xml
+++ b/security/integration/common/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.integration
helidon-security-integration-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-integration-common
Helidon Security Integration Common
diff --git a/security/integration/grpc/pom.xml b/security/integration/grpc/pom.xml
index 6abbb0020d3..3bb470b796d 100644
--- a/security/integration/grpc/pom.xml
+++ b/security/integration/grpc/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.integration
helidon-security-integration-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-integration-grpc
Helidon Security Integration gRPC Server
diff --git a/security/integration/jersey-client/pom.xml b/security/integration/jersey-client/pom.xml
index b0fba34a582..e371370eaa2 100644
--- a/security/integration/jersey-client/pom.xml
+++ b/security/integration/jersey-client/pom.xml
@@ -22,7 +22,7 @@
io.helidon.security.integration
helidon-security-integration-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-integration-jersey-client
Helidon Security Integration Jersey Client
diff --git a/security/integration/jersey/pom.xml b/security/integration/jersey/pom.xml
index e2d97ba5af3..ba4ad5f5763 100644
--- a/security/integration/jersey/pom.xml
+++ b/security/integration/jersey/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.integration
helidon-security-integration-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-integration-jersey
Helidon Security Integration Jersey
diff --git a/security/integration/pom.xml b/security/integration/pom.xml
index 37f5555193f..a4629e2b4f5 100644
--- a/security/integration/pom.xml
+++ b/security/integration/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/security/integration/webserver/pom.xml b/security/integration/webserver/pom.xml
index df8c96051ce..9cc7a1e388b 100644
--- a/security/integration/webserver/pom.xml
+++ b/security/integration/webserver/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.integration
helidon-security-integration-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-integration-webserver
Helidon Security Integration Webserver
diff --git a/security/jwt/pom.xml b/security/jwt/pom.xml
index ca85dda66c3..62bbb0632d8 100644
--- a/security/jwt/pom.xml
+++ b/security/jwt/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-jwt
Helidon Security JWT
diff --git a/security/pom.xml b/security/pom.xml
index 14308e03b17..9519e16b5a5 100644
--- a/security/pom.xml
+++ b/security/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
io.helidon.security
diff --git a/security/providers/abac/pom.xml b/security/providers/abac/pom.xml
index 0479d0a510d..68167697ca5 100644
--- a/security/providers/abac/pom.xml
+++ b/security/providers/abac/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.providers
helidon-security-providers-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-providers-abac
Helidon Security Providers ABAC
diff --git a/security/providers/common/pom.xml b/security/providers/common/pom.xml
index 4d22160fbed..7c17dea31ca 100644
--- a/security/providers/common/pom.xml
+++ b/security/providers/common/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.providers
helidon-security-providers-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-providers-common
Helidon Security Providers Common
diff --git a/security/providers/config-vault/pom.xml b/security/providers/config-vault/pom.xml
index 9748e5c61f8..d73a8125754 100644
--- a/security/providers/config-vault/pom.xml
+++ b/security/providers/config-vault/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.providers
helidon-security-providers-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-providers-config-vault
Helidon Security Providers Config Vault
diff --git a/security/providers/google-login/pom.xml b/security/providers/google-login/pom.xml
index 67cb0a49436..b170720c2d4 100644
--- a/security/providers/google-login/pom.xml
+++ b/security/providers/google-login/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.providers
helidon-security-providers-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-providers-google-login
Helidon Security Providers Google Login
diff --git a/security/providers/header/pom.xml b/security/providers/header/pom.xml
index ea5dbccfb36..b3dde6e54e5 100644
--- a/security/providers/header/pom.xml
+++ b/security/providers/header/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.providers
helidon-security-providers-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-providers-header
Helidon Security Providers Header authentication
diff --git a/security/providers/http-auth/pom.xml b/security/providers/http-auth/pom.xml
index f6bafd6aba7..daca5b6f6a5 100644
--- a/security/providers/http-auth/pom.xml
+++ b/security/providers/http-auth/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.providers
helidon-security-providers-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-providers-http-auth
Helidon Security Providers HTTP Authentication
diff --git a/security/providers/http-sign/pom.xml b/security/providers/http-sign/pom.xml
index 54e6946d50a..e757a371e98 100644
--- a/security/providers/http-sign/pom.xml
+++ b/security/providers/http-sign/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.providers
helidon-security-providers-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-providers-http-sign
Helidon Security Providers HTTP Signature
diff --git a/security/providers/idcs-mapper/pom.xml b/security/providers/idcs-mapper/pom.xml
index 55e23f32019..6359a4cdabf 100644
--- a/security/providers/idcs-mapper/pom.xml
+++ b/security/providers/idcs-mapper/pom.xml
@@ -21,7 +21,7 @@
io.helidon.security.providers
helidon-security-providers-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/security/providers/jwt/pom.xml b/security/providers/jwt/pom.xml
index b2892932363..c19e8635e11 100644
--- a/security/providers/jwt/pom.xml
+++ b/security/providers/jwt/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security.providers
helidon-security-providers-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-providers-jwt
Helidon Security Providers JWT
diff --git a/security/providers/oidc-common/pom.xml b/security/providers/oidc-common/pom.xml
index ca0bac5fa4d..5c8e503f671 100644
--- a/security/providers/oidc-common/pom.xml
+++ b/security/providers/oidc-common/pom.xml
@@ -21,7 +21,7 @@
io.helidon.security.providers
helidon-security-providers-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
helidon-security-providers-oidc-common
diff --git a/security/providers/oidc/pom.xml b/security/providers/oidc/pom.xml
index aeda497d44b..3e792a266f5 100644
--- a/security/providers/oidc/pom.xml
+++ b/security/providers/oidc/pom.xml
@@ -23,7 +23,7 @@
io.helidon.security.providers
helidon-security-providers-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
helidon-security-providers-oidc
diff --git a/security/providers/pom.xml b/security/providers/pom.xml
index 6cd6bdfeb6a..37e1f35b661 100644
--- a/security/providers/pom.xml
+++ b/security/providers/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.security.providers
helidon-security-providers-project
diff --git a/security/security/pom.xml b/security/security/pom.xml
index 7ee62d4429e..94fbf6d48c1 100644
--- a/security/security/pom.xml
+++ b/security/security/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security
Helidon Security
diff --git a/security/util/pom.xml b/security/util/pom.xml
index 6f0d5943c5d..d1ea3acc4cc 100644
--- a/security/util/pom.xml
+++ b/security/util/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-security-util
Helidon Security Utilities
diff --git a/service-common/pom.xml b/service-common/pom.xml
index 9bed7747aec..c7678f7bf3c 100644
--- a/service-common/pom.xml
+++ b/service-common/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.service-common
diff --git a/service-common/rest-cdi/pom.xml b/service-common/rest-cdi/pom.xml
index e90c29028ff..53887baf288 100644
--- a/service-common/rest-cdi/pom.xml
+++ b/service-common/rest-cdi/pom.xml
@@ -20,7 +20,7 @@
io.helidon.service-common
helidon-service-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/service-common/rest/pom.xml b/service-common/rest/pom.xml
index c286a881ea1..418cb7980fd 100644
--- a/service-common/rest/pom.xml
+++ b/service-common/rest/pom.xml
@@ -20,7 +20,7 @@
io.helidon.service-common
helidon-service-common-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/apps/bookstore/bookstore-mp/pom.xml b/tests/apps/bookstore/bookstore-mp/pom.xml
index 2e033b88432..8cd1c590773 100644
--- a/tests/apps/bookstore/bookstore-mp/pom.xml
+++ b/tests/apps/bookstore/bookstore-mp/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/mp/pom.xml
io.helidon.tests.apps.bookstore.bookstore-mp
diff --git a/tests/apps/bookstore/bookstore-se/pom.xml b/tests/apps/bookstore/bookstore-se/pom.xml
index 0c8b4d38131..79f68ac3dbc 100644
--- a/tests/apps/bookstore/bookstore-se/pom.xml
+++ b/tests/apps/bookstore/bookstore-se/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/se/pom.xml
io.helidon.tests.apps.bookstore.bookstore-se
diff --git a/tests/apps/bookstore/common/pom.xml b/tests/apps/bookstore/common/pom.xml
index f14efd886ac..330d2e8025f 100644
--- a/tests/apps/bookstore/common/pom.xml
+++ b/tests/apps/bookstore/common/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/se/pom.xml
io.helidon.tests.apps.bookstore.common
diff --git a/tests/apps/bookstore/pom.xml b/tests/apps/bookstore/pom.xml
index d9504a9a3cc..73781a33227 100644
--- a/tests/apps/bookstore/pom.xml
+++ b/tests/apps/bookstore/pom.xml
@@ -24,7 +24,7 @@
io.helidon.tests.apps
helidon-tests-apps-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests.apps.bookstore
diff --git a/tests/apps/pom.xml b/tests/apps/pom.xml
index 533733c3fb8..ce5fb69fbf9 100644
--- a/tests/apps/pom.xml
+++ b/tests/apps/pom.xml
@@ -24,7 +24,7 @@
io.helidon.tests
helidon-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests.apps
diff --git a/tests/functional/bookstore/pom.xml b/tests/functional/bookstore/pom.xml
index 0b838df6fa7..d8cd193835f 100644
--- a/tests/functional/bookstore/pom.xml
+++ b/tests/functional/bookstore/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tests.functional
helidon-tests-functional-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests.functional.bookstore
helidon-tests-functional-bookstore
diff --git a/tests/functional/config-profiles/pom.xml b/tests/functional/config-profiles/pom.xml
index 8f8ee13bc3e..e5b1e96c639 100644
--- a/tests/functional/config-profiles/pom.xml
+++ b/tests/functional/config-profiles/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.functional
helidon-tests-functional-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests.functional.configprofile
helidon-tests-functional-configprofile
diff --git a/tests/functional/context-propagation/pom.xml b/tests/functional/context-propagation/pom.xml
index d0d703cb6ca..8669156ee8b 100644
--- a/tests/functional/context-propagation/pom.xml
+++ b/tests/functional/context-propagation/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-functional-context-propagation
diff --git a/tests/functional/jax-rs-multiple-apps/pom.xml b/tests/functional/jax-rs-multiple-apps/pom.xml
index f303c0167a0..a2d8d323ee6 100644
--- a/tests/functional/jax-rs-multiple-apps/pom.xml
+++ b/tests/functional/jax-rs-multiple-apps/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-functional-jax-rs-multiple-apps
diff --git a/tests/functional/jax-rs-subresource/pom.xml b/tests/functional/jax-rs-subresource/pom.xml
index a3ec8eb8fe6..9b803f1374d 100644
--- a/tests/functional/jax-rs-subresource/pom.xml
+++ b/tests/functional/jax-rs-subresource/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-functional-jax-rs-subresource
Helidon Functional Test: JAX-RS Subresources
diff --git a/tests/functional/mp-compression/pom.xml b/tests/functional/mp-compression/pom.xml
index 2c78f8cd0fd..010e5471ccd 100644
--- a/tests/functional/mp-compression/pom.xml
+++ b/tests/functional/mp-compression/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-functional-mp-compression
Helidon Functional Test: HTTP compression
diff --git a/tests/functional/mp-synthetic-app/pom.xml b/tests/functional/mp-synthetic-app/pom.xml
index 8c03a2cc85c..02853c3959f 100644
--- a/tests/functional/mp-synthetic-app/pom.xml
+++ b/tests/functional/mp-synthetic-app/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-functional-mp-synthetic-app
Helidon Functional Test: MP Synthetic Application
diff --git a/tests/functional/multiport/pom.xml b/tests/functional/multiport/pom.xml
index 36c34be4c35..dff5777bfe8 100644
--- a/tests/functional/multiport/pom.xml
+++ b/tests/functional/multiport/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-functional-multiport
Helidon Functional Test: Multiport with MP
diff --git a/tests/functional/param-converter-provider/pom.xml b/tests/functional/param-converter-provider/pom.xml
index 908d857bcdf..a877887f1ba 100644
--- a/tests/functional/param-converter-provider/pom.xml
+++ b/tests/functional/param-converter-provider/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-param-converter-provider
diff --git a/tests/functional/pom.xml b/tests/functional/pom.xml
index 9e62c412fe1..251689d25b3 100644
--- a/tests/functional/pom.xml
+++ b/tests/functional/pom.xml
@@ -24,7 +24,7 @@
io.helidon.tests
helidon-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests.functional
diff --git a/tests/functional/request-scope-cdi/pom.xml b/tests/functional/request-scope-cdi/pom.xml
index 6002039bf5f..2e318328eac 100644
--- a/tests/functional/request-scope-cdi/pom.xml
+++ b/tests/functional/request-scope-cdi/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-functional-request-scope-cdi
diff --git a/tests/functional/request-scope-injection/pom.xml b/tests/functional/request-scope-injection/pom.xml
index a0ac76310cc..9cc28785457 100644
--- a/tests/functional/request-scope-injection/pom.xml
+++ b/tests/functional/request-scope-injection/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-functional-request-scope-injection
diff --git a/tests/functional/request-scope/pom.xml b/tests/functional/request-scope/pom.xml
index 2097ee35b1e..1af5484eb10 100644
--- a/tests/functional/request-scope/pom.xml
+++ b/tests/functional/request-scope/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-functional-request-scope
diff --git a/tests/integration/config/gh-2171-yml/pom.xml b/tests/integration/config/gh-2171-yml/pom.xml
index 14218dae123..d23bf7df976 100644
--- a/tests/integration/config/gh-2171-yml/pom.xml
+++ b/tests/integration/config/gh-2171-yml/pom.xml
@@ -20,7 +20,7 @@
io.helidon.tests.integration
helidon-tests-integration-config
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/config/gh-2171/pom.xml b/tests/integration/config/gh-2171/pom.xml
index efe70e32e43..9cb2dcdbd17 100644
--- a/tests/integration/config/gh-2171/pom.xml
+++ b/tests/integration/config/gh-2171/pom.xml
@@ -20,7 +20,7 @@
io.helidon.tests.integration
helidon-tests-integration-config
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/config/gh-4375/pom.xml b/tests/integration/config/gh-4375/pom.xml
index 0b2cf525504..a9e6c44fed4 100644
--- a/tests/integration/config/gh-4375/pom.xml
+++ b/tests/integration/config/gh-4375/pom.xml
@@ -24,7 +24,7 @@
io.helidon.tests.integration
helidon-tests-integration-config
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-config-gh-4375
diff --git a/tests/integration/config/hocon-mp/pom.xml b/tests/integration/config/hocon-mp/pom.xml
index ae39ad9f8cb..f4ad3f344f5 100644
--- a/tests/integration/config/hocon-mp/pom.xml
+++ b/tests/integration/config/hocon-mp/pom.xml
@@ -24,7 +24,7 @@
io.helidon.tests.integration
helidon-tests-integration-config
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-config-hocon-mp
diff --git a/tests/integration/config/pom.xml b/tests/integration/config/pom.xml
index 0c0f4dbcbcb..7e16e5f860c 100644
--- a/tests/integration/config/pom.xml
+++ b/tests/integration/config/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/tests/integration/dbclient/appl/pom.xml b/tests/integration/dbclient/appl/pom.xml
index e99828c7b26..5af491ab4cc 100644
--- a/tests/integration/dbclient/appl/pom.xml
+++ b/tests/integration/dbclient/appl/pom.xml
@@ -31,13 +31,13 @@
io.helidon.applications
helidon-se
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/se/pom.xml
io.helidon.tests.integration.dbclient
helidon-tests-integration-dbclient-appl
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
Integration Tests: DB Client Application
diff --git a/tests/integration/dbclient/common/pom.xml b/tests/integration/dbclient/common/pom.xml
index 1475f4977c9..725e590e7ac 100644
--- a/tests/integration/dbclient/common/pom.xml
+++ b/tests/integration/dbclient/common/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.dbclient
helidon-tests-integration-dbclient-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
diff --git a/tests/integration/dbclient/jdbc/pom.xml b/tests/integration/dbclient/jdbc/pom.xml
index aaa47bf00e2..0b7b6ca0e13 100644
--- a/tests/integration/dbclient/jdbc/pom.xml
+++ b/tests/integration/dbclient/jdbc/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.dbclient
helidon-tests-integration-dbclient-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
diff --git a/tests/integration/dbclient/mongodb/pom.xml b/tests/integration/dbclient/mongodb/pom.xml
index ae32d7569a3..e9eec64dd71 100644
--- a/tests/integration/dbclient/mongodb/pom.xml
+++ b/tests/integration/dbclient/mongodb/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.dbclient
helidon-tests-integration-dbclient-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
diff --git a/tests/integration/dbclient/pom.xml b/tests/integration/dbclient/pom.xml
index f3fbae5eb2b..a8b11318cb4 100644
--- a/tests/integration/dbclient/pom.xml
+++ b/tests/integration/dbclient/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
diff --git a/tests/integration/gh-5792/pom.xml b/tests/integration/gh-5792/pom.xml
index cad59ca7501..95af4f10764 100644
--- a/tests/integration/gh-5792/pom.xml
+++ b/tests/integration/gh-5792/pom.xml
@@ -21,12 +21,12 @@
io.helidon.applications
helidon-se
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../applications/se/pom.xml
io.helidon.tests.integration
helidon-tests-integration-yaml-parsing
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests.integration.yamlparsing.Main
diff --git a/tests/integration/gh-6970/pom.xml b/tests/integration/gh-6970/pom.xml
index 0bc4bb7a8d3..df542752ba0 100644
--- a/tests/integration/gh-6970/pom.xml
+++ b/tests/integration/gh-6970/pom.xml
@@ -21,12 +21,12 @@
io.helidon.applications
helidon-se
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../applications/se/pom.xml
io.helidon.tests.integration
helidon-tests-integration-tracer-baggage
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
diff --git a/tests/integration/health/mp-disabled/pom.xml b/tests/integration/health/mp-disabled/pom.xml
index a6aa2a83b52..92d5f054eda 100644
--- a/tests/integration/health/mp-disabled/pom.xml
+++ b/tests/integration/health/mp-disabled/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/mp/pom.xml
io.helidon.tests.integration.health
diff --git a/tests/integration/health/pom.xml b/tests/integration/health/pom.xml
index fb56ea064df..0231d8f83f4 100644
--- a/tests/integration/health/pom.xml
+++ b/tests/integration/health/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests.integration.health
helidon-tests-integration-health-project
diff --git a/tests/integration/jep290/check_f_f_ok/pom.xml b/tests/integration/jep290/check_f_f_ok/pom.xml
index d9c0c786bb2..364db50dfc2 100644
--- a/tests/integration/jep290/check_f_f_ok/pom.xml
+++ b/tests/integration/jep290/check_f_f_ok/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jep290
helidon-tests-integration-jep290-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-jep290-check_f_f_ok
diff --git a/tests/integration/jep290/check_f_f_w/pom.xml b/tests/integration/jep290/check_f_f_w/pom.xml
index f43d841710e..a35e943335c 100644
--- a/tests/integration/jep290/check_f_f_w/pom.xml
+++ b/tests/integration/jep290/check_f_f_w/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jep290
helidon-tests-integration-jep290-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-jep290-check_f_f_w
diff --git a/tests/integration/jep290/check_f_p_ok/pom.xml b/tests/integration/jep290/check_f_p_ok/pom.xml
index fccb197ce1d..4ec0bfdb01f 100644
--- a/tests/integration/jep290/check_f_p_ok/pom.xml
+++ b/tests/integration/jep290/check_f_p_ok/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jep290
helidon-tests-integration-jep290-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-jep290-check_f_p_ok
diff --git a/tests/integration/jep290/check_f_p_w/pom.xml b/tests/integration/jep290/check_f_p_w/pom.xml
index f770a70ca9c..470bce6d7c0 100644
--- a/tests/integration/jep290/check_f_p_w/pom.xml
+++ b/tests/integration/jep290/check_f_p_w/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jep290
helidon-tests-integration-jep290-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-jep290-check_f_p_w
diff --git a/tests/integration/jep290/pom.xml b/tests/integration/jep290/pom.xml
index 634761e71ff..63dfb82670c 100644
--- a/tests/integration/jep290/pom.xml
+++ b/tests/integration/jep290/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests.integration.jep290
helidon-tests-integration-jep290-project
diff --git a/tests/integration/jep290/server_and_custom/pom.xml b/tests/integration/jep290/server_and_custom/pom.xml
index 111ddc22f17..3e3d49187bc 100644
--- a/tests/integration/jep290/server_and_custom/pom.xml
+++ b/tests/integration/jep290/server_and_custom/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jep290
helidon-tests-integration-jep290-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-jep290-server-and-custom
diff --git a/tests/integration/jep290/set_c_f_c/pom.xml b/tests/integration/jep290/set_c_f_c/pom.xml
index 2f9506f3ad9..ce5c24d4afd 100644
--- a/tests/integration/jep290/set_c_f_c/pom.xml
+++ b/tests/integration/jep290/set_c_f_c/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jep290
helidon-tests-integration-jep290-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-jep290-set_c_f_c
diff --git a/tests/integration/jep290/set_c_f_d/pom.xml b/tests/integration/jep290/set_c_f_d/pom.xml
index ec312cdacdf..0eec50b15c1 100644
--- a/tests/integration/jep290/set_c_f_d/pom.xml
+++ b/tests/integration/jep290/set_c_f_d/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jep290
helidon-tests-integration-jep290-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-jep290-set_c_f_d
diff --git a/tests/integration/jep290/set_c_t_d/pom.xml b/tests/integration/jep290/set_c_t_d/pom.xml
index 161f33362c4..72071d8f010 100644
--- a/tests/integration/jep290/set_c_t_d/pom.xml
+++ b/tests/integration/jep290/set_c_t_d/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jep290
helidon-tests-integration-jep290-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-jep290-set_c_t_d
diff --git a/tests/integration/jep290/set_f/pom.xml b/tests/integration/jep290/set_f/pom.xml
index d8584ef504a..6a95ab58cc3 100644
--- a/tests/integration/jep290/set_f/pom.xml
+++ b/tests/integration/jep290/set_f/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jep290
helidon-tests-integration-jep290-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-jep290-set_f
diff --git a/tests/integration/jep290/set_o/pom.xml b/tests/integration/jep290/set_o/pom.xml
index 6785aab23da..8150a447bfc 100644
--- a/tests/integration/jep290/set_o/pom.xml
+++ b/tests/integration/jep290/set_o/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jep290
helidon-tests-integration-jep290-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-jep290-set_o
diff --git a/tests/integration/jms/pom.xml b/tests/integration/jms/pom.xml
index 8e09d7c032c..eb5a6228a58 100644
--- a/tests/integration/jms/pom.xml
+++ b/tests/integration/jms/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests.integration.jms
diff --git a/tests/integration/jpa/appl/pom.xml b/tests/integration/jpa/appl/pom.xml
index 7200b6a2874..4f09ed7e012 100644
--- a/tests/integration/jpa/appl/pom.xml
+++ b/tests/integration/jpa/appl/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-mp
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/mp/pom.xml
diff --git a/tests/integration/jpa/model/pom.xml b/tests/integration/jpa/model/pom.xml
index c494179d11e..3bec8dbacff 100644
--- a/tests/integration/jpa/model/pom.xml
+++ b/tests/integration/jpa/model/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jpa
helidon-tests-integration-jpa-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
diff --git a/tests/integration/jpa/pom.xml b/tests/integration/jpa/pom.xml
index 96dbce10b0c..37461968583 100644
--- a/tests/integration/jpa/pom.xml
+++ b/tests/integration/jpa/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
diff --git a/tests/integration/jpa/simple/pom.xml b/tests/integration/jpa/simple/pom.xml
index a8ba28837f0..858d606ba43 100644
--- a/tests/integration/jpa/simple/pom.xml
+++ b/tests/integration/jpa/simple/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.jpa
helidon-tests-integration-jpa-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
diff --git a/tests/integration/kafka/pom.xml b/tests/integration/kafka/pom.xml
index 01c892dcb24..66242cf2d13 100644
--- a/tests/integration/kafka/pom.xml
+++ b/tests/integration/kafka/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests.integration.kafka
diff --git a/tests/integration/mp-bean-validation/pom.xml b/tests/integration/mp-bean-validation/pom.xml
index 2cbca6e68d0..3452793b07a 100644
--- a/tests/integration/mp-bean-validation/pom.xml
+++ b/tests/integration/mp-bean-validation/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../applications/mp/pom.xml
io.helidon.tests.integration
diff --git a/tests/integration/mp-gh-1538/pom.xml b/tests/integration/mp-gh-1538/pom.xml
index af59f70e954..d1f7a5c4c5c 100644
--- a/tests/integration/mp-gh-1538/pom.xml
+++ b/tests/integration/mp-gh-1538/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-integration
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/mp-gh-2421/pom.xml b/tests/integration/mp-gh-2421/pom.xml
index cba8b15aa73..90f7ed3d90f 100644
--- a/tests/integration/mp-gh-2421/pom.xml
+++ b/tests/integration/mp-gh-2421/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-integration
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/mp-gh-2461/pom.xml b/tests/integration/mp-gh-2461/pom.xml
index 974a3d38f82..75963788d51 100644
--- a/tests/integration/mp-gh-2461/pom.xml
+++ b/tests/integration/mp-gh-2461/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-integration
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/mp-gh-3246/pom.xml b/tests/integration/mp-gh-3246/pom.xml
index 4fb857065e9..1eeb9f71a6d 100644
--- a/tests/integration/mp-gh-3246/pom.xml
+++ b/tests/integration/mp-gh-3246/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-integration
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/mp-gh-3974/pom.xml b/tests/integration/mp-gh-3974/pom.xml
index d1e75bfe092..4ed49cb2264 100644
--- a/tests/integration/mp-gh-3974/pom.xml
+++ b/tests/integration/mp-gh-3974/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-integration
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/mp-gh-4123/pom.xml b/tests/integration/mp-gh-4123/pom.xml
index 2bf64b9572c..109569d4061 100644
--- a/tests/integration/mp-gh-4123/pom.xml
+++ b/tests/integration/mp-gh-4123/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/mp-gh-4654/pom.xml b/tests/integration/mp-gh-4654/pom.xml
index 6582845d1ce..c1d9a71e05b 100644
--- a/tests/integration/mp-gh-4654/pom.xml
+++ b/tests/integration/mp-gh-4654/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/mp-gh-5328/pom.xml b/tests/integration/mp-gh-5328/pom.xml
index 106f339e646..0a52a6c179d 100644
--- a/tests/integration/mp-gh-5328/pom.xml
+++ b/tests/integration/mp-gh-5328/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/mp-gh-8478/pom.xml b/tests/integration/mp-gh-8478/pom.xml
index bf9300525f5..e9e162ddb25 100644
--- a/tests/integration/mp-gh-8478/pom.xml
+++ b/tests/integration/mp-gh-8478/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/mp-gh-8493/pom.xml b/tests/integration/mp-gh-8493/pom.xml
index 94e22597a05..179bcc01492 100644
--- a/tests/integration/mp-gh-8493/pom.xml
+++ b/tests/integration/mp-gh-8493/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/mp-gh-8495/pom.xml b/tests/integration/mp-gh-8495/pom.xml
index b8f23a4d659..05e11a5aadf 100644
--- a/tests/integration/mp-gh-8495/pom.xml
+++ b/tests/integration/mp-gh-8495/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/mp-graphql/pom.xml b/tests/integration/mp-graphql/pom.xml
index 61b541408a7..58ee7426a90 100644
--- a/tests/integration/mp-graphql/pom.xml
+++ b/tests/integration/mp-graphql/pom.xml
@@ -21,7 +21,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
diff --git a/tests/integration/mp-grpc/pom.xml b/tests/integration/mp-grpc/pom.xml
index 0ed37d8d38c..dc0454e48df 100644
--- a/tests/integration/mp-grpc/pom.xml
+++ b/tests/integration/mp-grpc/pom.xml
@@ -21,7 +21,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
diff --git a/tests/integration/mp-security-client/pom.xml b/tests/integration/mp-security-client/pom.xml
index f76896f646c..9f606658256 100644
--- a/tests/integration/mp-security-client/pom.xml
+++ b/tests/integration/mp-security-client/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../applications/mp/pom.xml
io.helidon.tests.integration
diff --git a/tests/integration/mp-ws-services/pom.xml b/tests/integration/mp-ws-services/pom.xml
index 56805b19806..75b1e1440c8 100644
--- a/tests/integration/mp-ws-services/pom.xml
+++ b/tests/integration/mp-ws-services/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../applications/mp/pom.xml
io.helidon.tests.integration
diff --git a/tests/integration/native-image/mp-1/pom.xml b/tests/integration/native-image/mp-1/pom.xml
index 354802b82f0..02e27aa296a 100644
--- a/tests/integration/native-image/mp-1/pom.xml
+++ b/tests/integration/native-image/mp-1/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/mp/pom.xml
io.helidon.tests.integration
diff --git a/tests/integration/native-image/mp-2/pom.xml b/tests/integration/native-image/mp-2/pom.xml
index 056f11aabc5..2aab5138e04 100644
--- a/tests/integration/native-image/mp-2/pom.xml
+++ b/tests/integration/native-image/mp-2/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/mp/pom.xml
io.helidon.tests.integration
diff --git a/tests/integration/native-image/mp-3/pom.xml b/tests/integration/native-image/mp-3/pom.xml
index 27ba611a64d..c9e4263e615 100644
--- a/tests/integration/native-image/mp-3/pom.xml
+++ b/tests/integration/native-image/mp-3/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/mp/pom.xml
io.helidon.tests.integration
diff --git a/tests/integration/native-image/pom.xml b/tests/integration/native-image/pom.xml
index df8a6b3588d..375f09e26e0 100644
--- a/tests/integration/native-image/pom.xml
+++ b/tests/integration/native-image/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../pom.xml
pom
diff --git a/tests/integration/native-image/se-1/pom.xml b/tests/integration/native-image/se-1/pom.xml
index ed49a40c934..cd58836d026 100644
--- a/tests/integration/native-image/se-1/pom.xml
+++ b/tests/integration/native-image/se-1/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/se/pom.xml
io.helidon.tests.integration
diff --git a/tests/integration/native-image/static-content/pom.xml b/tests/integration/native-image/static-content/pom.xml
index 715fdb7f40f..ac49655c88d 100644
--- a/tests/integration/native-image/static-content/pom.xml
+++ b/tests/integration/native-image/static-content/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/se/pom.xml
io.helidon.tests.integration
diff --git a/tests/integration/oidc/pom.xml b/tests/integration/oidc/pom.xml
index 9c3339f29d6..2dc37d9934f 100644
--- a/tests/integration/oidc/pom.xml
+++ b/tests/integration/oidc/pom.xml
@@ -21,7 +21,7 @@
helidon-tests-integration
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml
index b21a9a1af58..27784a1035e 100644
--- a/tests/integration/pom.xml
+++ b/tests/integration/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests
helidon-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests.integration
diff --git a/tests/integration/restclient-connector/pom.xml b/tests/integration/restclient-connector/pom.xml
index 8e7d6259c54..008cd61c54b 100644
--- a/tests/integration/restclient-connector/pom.xml
+++ b/tests/integration/restclient-connector/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-restclient-connector
diff --git a/tests/integration/restclient/pom.xml b/tests/integration/restclient/pom.xml
index b6307409a9a..c47fa864143 100644
--- a/tests/integration/restclient/pom.xml
+++ b/tests/integration/restclient/pom.xml
@@ -21,7 +21,7 @@
helidon-tests-integration
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/se-gh-6845/pom.xml b/tests/integration/se-gh-6845/pom.xml
index a5a6beb7329..0f6aeb387af 100644
--- a/tests/integration/se-gh-6845/pom.xml
+++ b/tests/integration/se-gh-6845/pom.xml
@@ -21,7 +21,7 @@
io.helidon.applications
helidon-se
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../applications/se/pom.xml
io.helidon.tests.integration
diff --git a/tests/integration/security/gh1487/pom.xml b/tests/integration/security/gh1487/pom.xml
index b5d0f6da395..f314cd208d5 100644
--- a/tests/integration/security/gh1487/pom.xml
+++ b/tests/integration/security/gh1487/pom.xml
@@ -21,7 +21,7 @@
helidon-tests-integration-security
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/security/gh2297/pom.xml b/tests/integration/security/gh2297/pom.xml
index 726abed9257..d84b4ce5c49 100644
--- a/tests/integration/security/gh2297/pom.xml
+++ b/tests/integration/security/gh2297/pom.xml
@@ -21,7 +21,7 @@
helidon-tests-integration-security
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/security/gh2455/pom.xml b/tests/integration/security/gh2455/pom.xml
index a1e533ab56b..d55b0d0d8e5 100644
--- a/tests/integration/security/gh2455/pom.xml
+++ b/tests/integration/security/gh2455/pom.xml
@@ -21,7 +21,7 @@
helidon-tests-integration-security
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/security/gh2772/pom.xml b/tests/integration/security/gh2772/pom.xml
index 0f62e8bcfe2..2c1fed7ffd1 100644
--- a/tests/integration/security/gh2772/pom.xml
+++ b/tests/integration/security/gh2772/pom.xml
@@ -21,7 +21,7 @@
helidon-tests-integration-security
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/security/path-params/pom.xml b/tests/integration/security/path-params/pom.xml
index 6dd67cd80db..caeffc9ed1c 100644
--- a/tests/integration/security/path-params/pom.xml
+++ b/tests/integration/security/path-params/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-integration-security
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/security/pom.xml b/tests/integration/security/pom.xml
index 329c7495976..d6d3b4fd8ef 100644
--- a/tests/integration/security/pom.xml
+++ b/tests/integration/security/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/tests/integration/security/security-context-not-overridden/pom.xml b/tests/integration/security/security-context-not-overridden/pom.xml
index bc457d33e3a..b9aad9037b5 100644
--- a/tests/integration/security/security-context-not-overridden/pom.xml
+++ b/tests/integration/security/security-context-not-overridden/pom.xml
@@ -22,7 +22,7 @@
helidon-tests-integration-security
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-security-context-not-overridden
diff --git a/tests/integration/security/security-response-mapper/pom.xml b/tests/integration/security/security-response-mapper/pom.xml
index 6787401a94a..2268aace8f5 100644
--- a/tests/integration/security/security-response-mapper/pom.xml
+++ b/tests/integration/security/security-response-mapper/pom.xml
@@ -21,7 +21,7 @@
helidon-tests-integration-security
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/tools/client/pom.xml b/tests/integration/tools/client/pom.xml
index b44b44a5d5e..73810be5e91 100644
--- a/tests/integration/tools/client/pom.xml
+++ b/tests/integration/tools/client/pom.xml
@@ -20,7 +20,7 @@
io.helidon.tests.integration.tools
helidon-tests-integration-tools-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/tools/example/pom.xml b/tests/integration/tools/example/pom.xml
index 136fa2de4ae..fd2e9982300 100644
--- a/tests/integration/tools/example/pom.xml
+++ b/tests/integration/tools/example/pom.xml
@@ -29,7 +29,7 @@
io.helidon.applications
helidon-se
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../../applications/se/pom.xml
4.0.0
diff --git a/tests/integration/tools/pom.xml b/tests/integration/tools/pom.xml
index 049e26c39ed..9dfc52a41b6 100644
--- a/tests/integration/tools/pom.xml
+++ b/tests/integration/tools/pom.xml
@@ -20,7 +20,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/tools/service/pom.xml b/tests/integration/tools/service/pom.xml
index e3d7014e805..136ba3e6ae5 100644
--- a/tests/integration/tools/service/pom.xml
+++ b/tests/integration/tools/service/pom.xml
@@ -20,7 +20,7 @@
io.helidon.tests.integration.tools
helidon-tests-integration-tools-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/vault/mp/pom.xml b/tests/integration/vault/mp/pom.xml
index 85151042212..d64af3855f0 100644
--- a/tests/integration/vault/mp/pom.xml
+++ b/tests/integration/vault/mp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.vault
helidon-tests-integration-vault-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-vault-mp
diff --git a/tests/integration/vault/pom.xml b/tests/integration/vault/pom.xml
index 3d993a39464..1152340a1d3 100644
--- a/tests/integration/vault/pom.xml
+++ b/tests/integration/vault/pom.xml
@@ -21,7 +21,7 @@
helidon-tests-integration
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
pom
diff --git a/tests/integration/vault/se/pom.xml b/tests/integration/vault/se/pom.xml
index f302b17de53..5a0bb00277e 100644
--- a/tests/integration/vault/se/pom.xml
+++ b/tests/integration/vault/se/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration.vault
helidon-tests-integration-vault-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tests-integration-vault-se
diff --git a/tests/integration/webclient/pom.xml b/tests/integration/webclient/pom.xml
index ed892b4c1e6..e9f1f665583 100644
--- a/tests/integration/webclient/pom.xml
+++ b/tests/integration/webclient/pom.xml
@@ -20,7 +20,7 @@
helidon-tests-integration
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/webserver/gh2631/pom.xml b/tests/integration/webserver/gh2631/pom.xml
index d075798e73b..cb9eb34a5bc 100644
--- a/tests/integration/webserver/gh2631/pom.xml
+++ b/tests/integration/webserver/gh2631/pom.xml
@@ -20,7 +20,7 @@
helidon-tests-integration-webserver
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/webserver/pom.xml b/tests/integration/webserver/pom.xml
index 76765498b73..04a4bd3819e 100644
--- a/tests/integration/webserver/pom.xml
+++ b/tests/integration/webserver/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.integration
helidon-tests-integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/tests/integration/webserver/upgrade/pom.xml b/tests/integration/webserver/upgrade/pom.xml
index ad318b4771a..d4ae8a5fe8a 100644
--- a/tests/integration/webserver/upgrade/pom.xml
+++ b/tests/integration/webserver/upgrade/pom.xml
@@ -20,7 +20,7 @@
helidon-tests-integration-webserver
io.helidon.tests.integration
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/tests/integration/zipkin-mp-2.2/pom.xml b/tests/integration/zipkin-mp-2.2/pom.xml
index b8be7cfe3a4..f431e9a5735 100644
--- a/tests/integration/zipkin-mp-2.2/pom.xml
+++ b/tests/integration/zipkin-mp-2.2/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
../../../applications/mp/pom.xml
io.helidon.tests.integration
diff --git a/tests/pom.xml b/tests/pom.xml
index 3156e64109f..fb2c084cd5a 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.tests
diff --git a/tests/tck/pom.xml b/tests/tck/pom.xml
index 6c809de0531..24fb7b8e2b5 100644
--- a/tests/tck/pom.xml
+++ b/tests/tck/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests
helidon-tests-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
pom
diff --git a/tests/tck/tck-reactive-streams/pom.xml b/tests/tck/tck-reactive-streams/pom.xml
index d50f59f3210..a4a631d9eee 100644
--- a/tests/tck/tck-reactive-streams/pom.xml
+++ b/tests/tck/tck-reactive-streams/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests
tck-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
tck-reactive-streams
diff --git a/tracing/config/pom.xml b/tracing/config/pom.xml
index c1f1fd6db9b..b0c2d09691d 100644
--- a/tracing/config/pom.xml
+++ b/tracing/config/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tracing-config
diff --git a/tracing/jaeger/pom.xml b/tracing/jaeger/pom.xml
index eee0fccc42e..7310387e744 100644
--- a/tracing/jaeger/pom.xml
+++ b/tracing/jaeger/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tracing-jaeger
diff --git a/tracing/jersey-client/pom.xml b/tracing/jersey-client/pom.xml
index f4ff41ce44e..876d463d6ee 100644
--- a/tracing/jersey-client/pom.xml
+++ b/tracing/jersey-client/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tracing-jersey-client
diff --git a/tracing/jersey/pom.xml b/tracing/jersey/pom.xml
index 442464af4bd..86237d15404 100644
--- a/tracing/jersey/pom.xml
+++ b/tracing/jersey/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tracing-jersey
diff --git a/tracing/opentelemetry/pom.xml b/tracing/opentelemetry/pom.xml
index 6c24285545e..999902930b0 100644
--- a/tracing/opentelemetry/pom.xml
+++ b/tracing/opentelemetry/pom.xml
@@ -21,7 +21,7 @@
io.helidon.tracing
helidon-tracing-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tracing-opentelemetry
diff --git a/tracing/opentracing/pom.xml b/tracing/opentracing/pom.xml
index 7eacf40f4da..b6a46c820e4 100644
--- a/tracing/opentracing/pom.xml
+++ b/tracing/opentracing/pom.xml
@@ -21,7 +21,7 @@
io.helidon.tracing
helidon-tracing-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tracing-opentracing
diff --git a/tracing/pom.xml b/tracing/pom.xml
index 8f91126b097..a8c30ffa138 100644
--- a/tracing/pom.xml
+++ b/tracing/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
io.helidon.tracing
diff --git a/tracing/tests/it-tracing-client-zipkin/pom.xml b/tracing/tests/it-tracing-client-zipkin/pom.xml
index 4b1727ddc44..1bd4fb102fa 100644
--- a/tracing/tests/it-tracing-client-zipkin/pom.xml
+++ b/tracing/tests/it-tracing-client-zipkin/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-tests
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tracing-tests-it1
diff --git a/tracing/tests/pom.xml b/tracing/tests/pom.xml
index 30507743134..e2ca9e93e2e 100644
--- a/tracing/tests/pom.xml
+++ b/tracing/tests/pom.xml
@@ -25,7 +25,7 @@
io.helidon.tracing
helidon-tracing-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
pom
diff --git a/tracing/tracer-resolver/pom.xml b/tracing/tracer-resolver/pom.xml
index 4e9c3c3c8e3..aae02228d47 100644
--- a/tracing/tracer-resolver/pom.xml
+++ b/tracing/tracer-resolver/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tracing-tracer-resolver
diff --git a/tracing/tracing/pom.xml b/tracing/tracing/pom.xml
index 722355b7fe6..229ac138582 100644
--- a/tracing/tracing/pom.xml
+++ b/tracing/tracing/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tracing
diff --git a/tracing/zipkin/pom.xml b/tracing/zipkin/pom.xml
index 0a7d628ea2a..23d414590fa 100644
--- a/tracing/zipkin/pom.xml
+++ b/tracing/zipkin/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-tracing-zipkin
diff --git a/webclient/jaxrs/pom.xml b/webclient/jaxrs/pom.xml
index 9311f9f43fb..f247c6ca630 100644
--- a/webclient/jaxrs/pom.xml
+++ b/webclient/jaxrs/pom.xml
@@ -21,7 +21,7 @@
helidon-webclient-project
io.helidon.webclient
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/webclient/metrics/pom.xml b/webclient/metrics/pom.xml
index be29a7a88a0..5b42c331cbf 100644
--- a/webclient/metrics/pom.xml
+++ b/webclient/metrics/pom.xml
@@ -23,7 +23,7 @@
helidon-webclient-project
io.helidon.webclient
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/webclient/pom.xml b/webclient/pom.xml
index a9b86f96057..b1d6183c3e4 100644
--- a/webclient/pom.xml
+++ b/webclient/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.webclient
diff --git a/webclient/security/pom.xml b/webclient/security/pom.xml
index a5158567c2a..5495b186ee9 100644
--- a/webclient/security/pom.xml
+++ b/webclient/security/pom.xml
@@ -23,7 +23,7 @@
helidon-webclient-project
io.helidon.webclient
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/webclient/tracing/pom.xml b/webclient/tracing/pom.xml
index 6719a841c67..16ea36ee2ac 100644
--- a/webclient/tracing/pom.xml
+++ b/webclient/tracing/pom.xml
@@ -23,7 +23,7 @@
helidon-webclient-project
io.helidon.webclient
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/webclient/webclient/pom.xml b/webclient/webclient/pom.xml
index 3c39f4250dd..17a37eae491 100644
--- a/webclient/webclient/pom.xml
+++ b/webclient/webclient/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webclient
helidon-webclient-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-webclient
diff --git a/webserver/access-log/pom.xml b/webserver/access-log/pom.xml
index 24794dc4be4..f0a4cf164cf 100644
--- a/webserver/access-log/pom.xml
+++ b/webserver/access-log/pom.xml
@@ -21,7 +21,7 @@
helidon-webserver-project
io.helidon.webserver
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/webserver/cors/pom.xml b/webserver/cors/pom.xml
index 910de128f7f..1a6b9a9812d 100644
--- a/webserver/cors/pom.xml
+++ b/webserver/cors/pom.xml
@@ -21,7 +21,7 @@
io.helidon.webserver
helidon-webserver-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-webserver-cors
diff --git a/webserver/http2/pom.xml b/webserver/http2/pom.xml
index 213a390c903..afab8acfe4d 100644
--- a/webserver/http2/pom.xml
+++ b/webserver/http2/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver
helidon-webserver-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-webserver-http2
Helidon WebServer HTTP2
diff --git a/webserver/jersey/pom.xml b/webserver/jersey/pom.xml
index a959758991a..eaadb38139b 100644
--- a/webserver/jersey/pom.xml
+++ b/webserver/jersey/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver
helidon-webserver-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-webserver-jersey
Helidon WebServer Jersey
diff --git a/webserver/pom.xml b/webserver/pom.xml
index 7ecdb1a0f4a..5c8be112a6b 100644
--- a/webserver/pom.xml
+++ b/webserver/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.webserver
helidon-webserver-project
diff --git a/webserver/static-content/pom.xml b/webserver/static-content/pom.xml
index df38b404196..442cf04c1f3 100644
--- a/webserver/static-content/pom.xml
+++ b/webserver/static-content/pom.xml
@@ -21,7 +21,7 @@
helidon-webserver-project
io.helidon.webserver
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
4.0.0
diff --git a/webserver/test-support/pom.xml b/webserver/test-support/pom.xml
index 357ce883670..895d33caa36 100644
--- a/webserver/test-support/pom.xml
+++ b/webserver/test-support/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver
helidon-webserver-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-webserver-test-support
Helidon WebServer Test Support
diff --git a/webserver/transport/netty/epoll/pom.xml b/webserver/transport/netty/epoll/pom.xml
index 5dab3ac5231..b1b023c5ccc 100644
--- a/webserver/transport/netty/epoll/pom.xml
+++ b/webserver/transport/netty/epoll/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver.transport.netty
helidon-webserver-transport-netty-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-webserver-transport-netty-epoll
Helidon WebServer Transport Netty Epoll
diff --git a/webserver/transport/netty/iouring/pom.xml b/webserver/transport/netty/iouring/pom.xml
index 7a37745673e..608b11c3160 100644
--- a/webserver/transport/netty/iouring/pom.xml
+++ b/webserver/transport/netty/iouring/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver.transport.netty
helidon-webserver-transport-netty-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-webserver-transport-netty-iouring
Helidon WebServer Transport Netty io_uring
diff --git a/webserver/transport/netty/pom.xml b/webserver/transport/netty/pom.xml
index 7a22b8574c9..c2e23f6f754 100644
--- a/webserver/transport/netty/pom.xml
+++ b/webserver/transport/netty/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver.transport
helidon-webserver-transport-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.webserver.transport.netty
helidon-webserver-transport-netty-project
diff --git a/webserver/transport/pom.xml b/webserver/transport/pom.xml
index aa50bb98530..fd518a7da63 100644
--- a/webserver/transport/pom.xml
+++ b/webserver/transport/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver
helidon-webserver-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
io.helidon.webserver.transport
helidon-webserver-transport-project
diff --git a/webserver/webserver/pom.xml b/webserver/webserver/pom.xml
index 4e3a2792f0f..97bfe814a23 100644
--- a/webserver/webserver/pom.xml
+++ b/webserver/webserver/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver
helidon-webserver-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-webserver
Helidon WebServer
diff --git a/webserver/websocket/pom.xml b/webserver/websocket/pom.xml
index 8a59ffbf3fb..9af149f6463 100644
--- a/webserver/websocket/pom.xml
+++ b/webserver/websocket/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver
helidon-webserver-project
- 3.2.11-SNAPSHOT
+ 3.2.12-SNAPSHOT
helidon-webserver-websocket
Helidon WebServer WebSocket