diff --git a/examples/config/basics/pom.xml b/examples/config/basics/pom.xml
index 650aa8a4..51f80beb 100644
--- a/examples/config/basics/pom.xml
+++ b/examples/config/basics/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.config
diff --git a/examples/config/changes/pom.xml b/examples/config/changes/pom.xml
index ecc5b2c4..da007163 100644
--- a/examples/config/changes/pom.xml
+++ b/examples/config/changes/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.config
diff --git a/examples/config/git/pom.xml b/examples/config/git/pom.xml
index e0dff10b..84a34b91 100644
--- a/examples/config/git/pom.xml
+++ b/examples/config/git/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.config
diff --git a/examples/config/mapping/pom.xml b/examples/config/mapping/pom.xml
index 6b99a15a..5452aa0a 100644
--- a/examples/config/mapping/pom.xml
+++ b/examples/config/mapping/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.config
diff --git a/examples/config/metadata/pom.xml b/examples/config/metadata/pom.xml
index 8c3e91a1..0692cf9c 100644
--- a/examples/config/metadata/pom.xml
+++ b/examples/config/metadata/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.config
diff --git a/examples/config/overrides/pom.xml b/examples/config/overrides/pom.xml
index 14a756ec..7adbbb43 100644
--- a/examples/config/overrides/pom.xml
+++ b/examples/config/overrides/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.config
diff --git a/examples/config/profiles/pom.xml b/examples/config/profiles/pom.xml
index 673e7d31..52e9f1e0 100644
--- a/examples/config/profiles/pom.xml
+++ b/examples/config/profiles/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.config
diff --git a/examples/config/sources/pom.xml b/examples/config/sources/pom.xml
index 8c7711d3..5b4d43f0 100644
--- a/examples/config/sources/pom.xml
+++ b/examples/config/sources/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.config
diff --git a/examples/cors/pom.xml b/examples/cors/pom.xml
index 6390a108..148732a7 100644
--- a/examples/cors/pom.xml
+++ b/examples/cors/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples
diff --git a/examples/dbclient/jdbc/pom.xml b/examples/dbclient/jdbc/pom.xml
index c148de62..0b772997 100644
--- a/examples/dbclient/jdbc/pom.xml
+++ b/examples/dbclient/jdbc/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/dbclient/mongodb/pom.xml b/examples/dbclient/mongodb/pom.xml
index b51f08ff..4d3fae84 100644
--- a/examples/dbclient/mongodb/pom.xml
+++ b/examples/dbclient/mongodb/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/dbclient/pokemons/pom.xml b/examples/dbclient/pokemons/pom.xml
index 684ef3e2..cebb021b 100644
--- a/examples/dbclient/pokemons/pom.xml
+++ b/examples/dbclient/pokemons/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/employee-app/pom.xml b/examples/employee-app/pom.xml
index fe1d374c..3582bf40 100644
--- a/examples/employee-app/pom.xml
+++ b/examples/employee-app/pom.xml
@@ -25,7 +25,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.employee
diff --git a/examples/graphql/basics/pom.xml b/examples/graphql/basics/pom.xml
index 7979457e..12efc606 100644
--- a/examples/graphql/basics/pom.xml
+++ b/examples/graphql/basics/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/grpc/basics/pom.xml b/examples/grpc/basics/pom.xml
index 5ec937ee..42d6e77d 100644
--- a/examples/grpc/basics/pom.xml
+++ b/examples/grpc/basics/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/grpc/client-standalone/pom.xml b/examples/grpc/client-standalone/pom.xml
index 89189174..dfc49877 100644
--- a/examples/grpc/client-standalone/pom.xml
+++ b/examples/grpc/client-standalone/pom.xml
@@ -21,7 +21,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/grpc/common/pom.xml b/examples/grpc/common/pom.xml
index b92d0788..642ceca9 100644
--- a/examples/grpc/common/pom.xml
+++ b/examples/grpc/common/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/grpc/metrics/pom.xml b/examples/grpc/metrics/pom.xml
index e4605e3b..86463ca4 100644
--- a/examples/grpc/metrics/pom.xml
+++ b/examples/grpc/metrics/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/grpc/microprofile/basic-client/pom.xml b/examples/grpc/microprofile/basic-client/pom.xml
index f2677ca5..f72d2723 100644
--- a/examples/grpc/microprofile/basic-client/pom.xml
+++ b/examples/grpc/microprofile/basic-client/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/grpc/microprofile/basic-server-implicit/pom.xml b/examples/grpc/microprofile/basic-server-implicit/pom.xml
index c1e2def7..e49d6a7c 100644
--- a/examples/grpc/microprofile/basic-server-implicit/pom.xml
+++ b/examples/grpc/microprofile/basic-server-implicit/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/grpc/microprofile/metrics/pom.xml b/examples/grpc/microprofile/metrics/pom.xml
index 0f29c266..10570144 100644
--- a/examples/grpc/microprofile/metrics/pom.xml
+++ b/examples/grpc/microprofile/metrics/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/grpc/opentracing/pom.xml b/examples/grpc/opentracing/pom.xml
index 52e2cf7e..de672cf5 100644
--- a/examples/grpc/opentracing/pom.xml
+++ b/examples/grpc/opentracing/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/grpc/security-abac/pom.xml b/examples/grpc/security-abac/pom.xml
index 1db028a0..906e2caf 100644
--- a/examples/grpc/security-abac/pom.xml
+++ b/examples/grpc/security-abac/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/grpc/security-outbound/pom.xml b/examples/grpc/security-outbound/pom.xml
index b4049efd..65bbd076 100644
--- a/examples/grpc/security-outbound/pom.xml
+++ b/examples/grpc/security-outbound/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/grpc/security/pom.xml b/examples/grpc/security/pom.xml
index 1be7b9de..f2abc550 100644
--- a/examples/grpc/security/pom.xml
+++ b/examples/grpc/security/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/health/basics/pom.xml b/examples/health/basics/pom.xml
index 37cfc248..0c4304ba 100644
--- a/examples/health/basics/pom.xml
+++ b/examples/health/basics/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.health
diff --git a/examples/integrations/cdi/datasource-hikaricp-h2/pom.xml b/examples/integrations/cdi/datasource-hikaricp-h2/pom.xml
index 1e78a197..ee17cdc1 100644
--- a/examples/integrations/cdi/datasource-hikaricp-h2/pom.xml
+++ b/examples/integrations/cdi/datasource-hikaricp-h2/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.integrations.cdi
diff --git a/examples/integrations/cdi/datasource-hikaricp-mysql/pom.xml b/examples/integrations/cdi/datasource-hikaricp-mysql/pom.xml
index 633b1e0f..b6025e41 100644
--- a/examples/integrations/cdi/datasource-hikaricp-mysql/pom.xml
+++ b/examples/integrations/cdi/datasource-hikaricp-mysql/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.integrations.cdi
diff --git a/examples/integrations/cdi/datasource-hikaricp/pom.xml b/examples/integrations/cdi/datasource-hikaricp/pom.xml
index a6100541..94cdad09 100644
--- a/examples/integrations/cdi/datasource-hikaricp/pom.xml
+++ b/examples/integrations/cdi/datasource-hikaricp/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.integrations.cdi
diff --git a/examples/integrations/cdi/jedis/pom.xml b/examples/integrations/cdi/jedis/pom.xml
index 442485a8..8e148df4 100644
--- a/examples/integrations/cdi/jedis/pom.xml
+++ b/examples/integrations/cdi/jedis/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.integrations.cdi
diff --git a/examples/integrations/cdi/jpa/pom.xml b/examples/integrations/cdi/jpa/pom.xml
index e05fdc3f..a9953352 100644
--- a/examples/integrations/cdi/jpa/pom.xml
+++ b/examples/integrations/cdi/jpa/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.integrations.cdi
diff --git a/examples/integrations/cdi/oci-objectstorage/pom.xml b/examples/integrations/cdi/oci-objectstorage/pom.xml
index 7a325e0d..bf864f50 100644
--- a/examples/integrations/cdi/oci-objectstorage/pom.xml
+++ b/examples/integrations/cdi/oci-objectstorage/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.integrations.cdi
diff --git a/examples/integrations/cdi/pokemons/pom.xml b/examples/integrations/cdi/pokemons/pom.xml
index fa0a6137..2845a533 100644
--- a/examples/integrations/cdi/pokemons/pom.xml
+++ b/examples/integrations/cdi/pokemons/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.integrations.cdi
diff --git a/examples/integrations/micrometer/mp/pom.xml b/examples/integrations/micrometer/mp/pom.xml
index eb579243..9545f0a7 100644
--- a/examples/integrations/micrometer/mp/pom.xml
+++ b/examples/integrations/micrometer/mp/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
4.0.0
diff --git a/examples/integrations/micrometer/se/pom.xml b/examples/integrations/micrometer/se/pom.xml
index cf17f230..090318af 100644
--- a/examples/integrations/micrometer/se/pom.xml
+++ b/examples/integrations/micrometer/se/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/integrations/micronaut/data/pom.xml b/examples/integrations/micronaut/data/pom.xml
index 64b03f5f..0b70974e 100644
--- a/examples/integrations/micronaut/data/pom.xml
+++ b/examples/integrations/micronaut/data/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.integrations
diff --git a/examples/integrations/microstream/greetings-mp/pom.xml b/examples/integrations/microstream/greetings-mp/pom.xml
index 8e080a56..790eeec9 100644
--- a/examples/integrations/microstream/greetings-mp/pom.xml
+++ b/examples/integrations/microstream/greetings-mp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/integrations/microstream/greetings-se/pom.xml b/examples/integrations/microstream/greetings-se/pom.xml
index bbd1f8c6..266c9225 100644
--- a/examples/integrations/microstream/greetings-se/pom.xml
+++ b/examples/integrations/microstream/greetings-se/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/integrations/neo4j/neo4j-mp/pom.xml b/examples/integrations/neo4j/neo4j-mp/pom.xml
index 55e0658d..5aeda726 100644
--- a/examples/integrations/neo4j/neo4j-mp/pom.xml
+++ b/examples/integrations/neo4j/neo4j-mp/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.integrations.neo4j
diff --git a/examples/integrations/neo4j/neo4j-se/pom.xml b/examples/integrations/neo4j/neo4j-se/pom.xml
index d883035f..b831c9ba 100644
--- a/examples/integrations/neo4j/neo4j-se/pom.xml
+++ b/examples/integrations/neo4j/neo4j-se/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.integrations.neo4j
diff --git a/examples/integrations/oci/atp-cdi/pom.xml b/examples/integrations/oci/atp-cdi/pom.xml
index ff7fd103..3f79c7c6 100644
--- a/examples/integrations/oci/atp-cdi/pom.xml
+++ b/examples/integrations/oci/atp-cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/integrations/oci/atp-reactive/pom.xml b/examples/integrations/oci/atp-reactive/pom.xml
index 1c71df0d..328c3af8 100644
--- a/examples/integrations/oci/atp-reactive/pom.xml
+++ b/examples/integrations/oci/atp-reactive/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/integrations/oci/metrics-reactive/pom.xml b/examples/integrations/oci/metrics-reactive/pom.xml
index 40dd1e06..a8d634c2 100644
--- a/examples/integrations/oci/metrics-reactive/pom.xml
+++ b/examples/integrations/oci/metrics-reactive/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/integrations/oci/objectstorage-cdi/pom.xml b/examples/integrations/oci/objectstorage-cdi/pom.xml
index f12f668b..dc41693b 100644
--- a/examples/integrations/oci/objectstorage-cdi/pom.xml
+++ b/examples/integrations/oci/objectstorage-cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/integrations/oci/objectstorage-reactive/pom.xml b/examples/integrations/oci/objectstorage-reactive/pom.xml
index c8d45c7e..ed532c59 100644
--- a/examples/integrations/oci/objectstorage-reactive/pom.xml
+++ b/examples/integrations/oci/objectstorage-reactive/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/integrations/oci/vault-cdi/pom.xml b/examples/integrations/oci/vault-cdi/pom.xml
index e06c8fba..8fab941b 100644
--- a/examples/integrations/oci/vault-cdi/pom.xml
+++ b/examples/integrations/oci/vault-cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/integrations/oci/vault-reactive/pom.xml b/examples/integrations/oci/vault-reactive/pom.xml
index ee593a88..587efcbb 100644
--- a/examples/integrations/oci/vault-reactive/pom.xml
+++ b/examples/integrations/oci/vault-reactive/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/integrations/vault/hcp-cdi/pom.xml b/examples/integrations/vault/hcp-cdi/pom.xml
index 32a65bd2..0b6c012b 100644
--- a/examples/integrations/vault/hcp-cdi/pom.xml
+++ b/examples/integrations/vault/hcp-cdi/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/integrations/vault/hcp-reactive/pom.xml b/examples/integrations/vault/hcp-reactive/pom.xml
index 2ba0d1ce..4fec3d83 100644
--- a/examples/integrations/vault/hcp-reactive/pom.xml
+++ b/examples/integrations/vault/hcp-reactive/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/istio/helidon-config/pom.xml b/examples/istio/helidon-config/pom.xml
index f0186421..f717e400 100644
--- a/examples/istio/helidon-config/pom.xml
+++ b/examples/istio/helidon-config/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples
diff --git a/examples/istio/helidon-jpa/pom.xml b/examples/istio/helidon-jpa/pom.xml
index db21e9e0..985bc8bb 100644
--- a/examples/istio/helidon-jpa/pom.xml
+++ b/examples/istio/helidon-jpa/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples
diff --git a/examples/jbatch/pom.xml b/examples/jbatch/pom.xml
index 9a0696e5..b7bc0b5a 100644
--- a/examples/jbatch/pom.xml
+++ b/examples/jbatch/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.jbatch
diff --git a/examples/logging/jul/pom.xml b/examples/logging/jul/pom.xml
index 9a0f09ea..90afde6a 100644
--- a/examples/logging/jul/pom.xml
+++ b/examples/logging/jul/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.logging
diff --git a/examples/logging/log4j/pom.xml b/examples/logging/log4j/pom.xml
index 0ee87476..5c0f6102 100644
--- a/examples/logging/log4j/pom.xml
+++ b/examples/logging/log4j/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.logging
diff --git a/examples/logging/logback-aot/pom.xml b/examples/logging/logback-aot/pom.xml
index ebb8a64a..57f47c18 100644
--- a/examples/logging/logback-aot/pom.xml
+++ b/examples/logging/logback-aot/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.logging
diff --git a/examples/logging/slf4j/pom.xml b/examples/logging/slf4j/pom.xml
index 74e3ffa8..d3cedc79 100644
--- a/examples/logging/slf4j/pom.xml
+++ b/examples/logging/slf4j/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.logging
diff --git a/examples/media/multipart/pom.xml b/examples/media/multipart/pom.xml
index 6486dfa4..ba382510 100644
--- a/examples/media/multipart/pom.xml
+++ b/examples/media/multipart/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.media
diff --git a/examples/messaging/jms-websocket-mp/pom.xml b/examples/messaging/jms-websocket-mp/pom.xml
index d4b73b54..b7524486 100644
--- a/examples/messaging/jms-websocket-mp/pom.xml
+++ b/examples/messaging/jms-websocket-mp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.jms
diff --git a/examples/messaging/jms-websocket-se/pom.xml b/examples/messaging/jms-websocket-se/pom.xml
index 59e96893..6e33e497 100644
--- a/examples/messaging/jms-websocket-se/pom.xml
+++ b/examples/messaging/jms-websocket-se/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.jms
diff --git a/examples/messaging/kafka-websocket-mp/pom.xml b/examples/messaging/kafka-websocket-mp/pom.xml
index 334de173..b7dc22b4 100644
--- a/examples/messaging/kafka-websocket-mp/pom.xml
+++ b/examples/messaging/kafka-websocket-mp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.messaging.mp
diff --git a/examples/messaging/kafka-websocket-se/pom.xml b/examples/messaging/kafka-websocket-se/pom.xml
index 87d8760a..b3f4ca20 100644
--- a/examples/messaging/kafka-websocket-se/pom.xml
+++ b/examples/messaging/kafka-websocket-se/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.messaging.se
diff --git a/examples/messaging/oracle-aq-websocket-mp/pom.xml b/examples/messaging/oracle-aq-websocket-mp/pom.xml
index c5a80010..c16fc9ce 100644
--- a/examples/messaging/oracle-aq-websocket-mp/pom.xml
+++ b/examples/messaging/oracle-aq-websocket-mp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.messaging.aq
diff --git a/examples/metrics/exemplar/pom.xml b/examples/metrics/exemplar/pom.xml
index 421e4b5c..47143b8f 100644
--- a/examples/metrics/exemplar/pom.xml
+++ b/examples/metrics/exemplar/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
4.0.0
diff --git a/examples/metrics/filtering/mp/pom.xml b/examples/metrics/filtering/mp/pom.xml
index 9ceac86c..7d9aca1e 100644
--- a/examples/metrics/filtering/mp/pom.xml
+++ b/examples/metrics/filtering/mp/pom.xml
@@ -21,7 +21,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
4.0.0
diff --git a/examples/metrics/filtering/se/pom.xml b/examples/metrics/filtering/se/pom.xml
index 86495409..c28a7088 100644
--- a/examples/metrics/filtering/se/pom.xml
+++ b/examples/metrics/filtering/se/pom.xml
@@ -21,7 +21,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
4.0.0
diff --git a/examples/metrics/http-status-count-se/pom.xml b/examples/metrics/http-status-count-se/pom.xml
index 8eb4e1f9..5fdd7c62 100644
--- a/examples/metrics/http-status-count-se/pom.xml
+++ b/examples/metrics/http-status-count-se/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples
diff --git a/examples/metrics/kpi/pom.xml b/examples/metrics/kpi/pom.xml
index 111325a0..1dc79db5 100644
--- a/examples/metrics/kpi/pom.xml
+++ b/examples/metrics/kpi/pom.xml
@@ -21,7 +21,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
4.0.0
diff --git a/examples/microprofile/bean-validation/pom.xml b/examples/microprofile/bean-validation/pom.xml
index 7fbe6d53..c1295a73 100644
--- a/examples/microprofile/bean-validation/pom.xml
+++ b/examples/microprofile/bean-validation/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/cors/pom.xml b/examples/microprofile/cors/pom.xml
index 21c340d8..16248ce6 100644
--- a/examples/microprofile/cors/pom.xml
+++ b/examples/microprofile/cors/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/graphql/pom.xml b/examples/microprofile/graphql/pom.xml
index cd92af36..382c5b63 100644
--- a/examples/microprofile/graphql/pom.xml
+++ b/examples/microprofile/graphql/pom.xml
@@ -21,7 +21,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/hello-world-explicit/pom.xml b/examples/microprofile/hello-world-explicit/pom.xml
index 2ef3db1d..c780129f 100644
--- a/examples/microprofile/hello-world-explicit/pom.xml
+++ b/examples/microprofile/hello-world-explicit/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/microprofile/hello-world-implicit/pom.xml b/examples/microprofile/hello-world-implicit/pom.xml
index a615cc1b..d3a93056 100644
--- a/examples/microprofile/hello-world-implicit/pom.xml
+++ b/examples/microprofile/hello-world-implicit/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/http-status-count-mp/pom.xml b/examples/microprofile/http-status-count-mp/pom.xml
index cfb9076f..e75b0a77 100644
--- a/examples/microprofile/http-status-count-mp/pom.xml
+++ b/examples/microprofile/http-status-count-mp/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples
@@ -34,7 +34,7 @@
Helidon Examples Metrics HTTP Status Counters
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/microprofile/idcs/pom.xml b/examples/microprofile/idcs/pom.xml
index dde5995c..77708122 100644
--- a/examples/microprofile/idcs/pom.xml
+++ b/examples/microprofile/idcs/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/lra/pom.xml b/examples/microprofile/lra/pom.xml
index aaced4be..c64f587f 100644
--- a/examples/microprofile/lra/pom.xml
+++ b/examples/microprofile/lra/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/messaging-sse/pom.xml b/examples/microprofile/messaging-sse/pom.xml
index b4b7830f..8c408d58 100644
--- a/examples/microprofile/messaging-sse/pom.xml
+++ b/examples/microprofile/messaging-sse/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/multipart/pom.xml b/examples/microprofile/multipart/pom.xml
index 0c3304e5..b08c147d 100644
--- a/examples/microprofile/multipart/pom.xml
+++ b/examples/microprofile/multipart/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/multiport/pom.xml b/examples/microprofile/multiport/pom.xml
index 2648edc9..f8d79bf8 100644
--- a/examples/microprofile/multiport/pom.xml
+++ b/examples/microprofile/multiport/pom.xml
@@ -21,7 +21,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/oidc/pom.xml b/examples/microprofile/oidc/pom.xml
index dfb2df2b..98bc3f27 100644
--- a/examples/microprofile/oidc/pom.xml
+++ b/examples/microprofile/oidc/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/openapi-basic/pom.xml b/examples/microprofile/openapi-basic/pom.xml
index a0bb0be8..70d49c6a 100644
--- a/examples/microprofile/openapi-basic/pom.xml
+++ b/examples/microprofile/openapi-basic/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/security/pom.xml b/examples/microprofile/security/pom.xml
index e1c79e6f..240cde11 100644
--- a/examples/microprofile/security/pom.xml
+++ b/examples/microprofile/security/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/static-content/pom.xml b/examples/microprofile/static-content/pom.xml
index 124075b3..3b68f581 100644
--- a/examples/microprofile/static-content/pom.xml
+++ b/examples/microprofile/static-content/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/microprofile/tls/pom.xml b/examples/microprofile/tls/pom.xml
index 4e5c2ed8..0e83be6c 100644
--- a/examples/microprofile/tls/pom.xml
+++ b/examples/microprofile/tls/pom.xml
@@ -21,7 +21,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/microprofile/websocket/pom.xml b/examples/microprofile/websocket/pom.xml
index ddf81af5..0ac5e14d 100644
--- a/examples/microprofile/websocket/pom.xml
+++ b/examples/microprofile/websocket/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.microprofile
diff --git a/examples/openapi-tools/quickstart-mp/mp-client/pom.xml b/examples/openapi-tools/quickstart-mp/mp-client/pom.xml
index e4207a16..03aa6125 100644
--- a/examples/openapi-tools/quickstart-mp/mp-client/pom.xml
+++ b/examples/openapi-tools/quickstart-mp/mp-client/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
openapi-mp-client
diff --git a/examples/openapi-tools/quickstart-mp/mp-server/pom.xml b/examples/openapi-tools/quickstart-mp/mp-server/pom.xml
index e5b39616..069375e9 100644
--- a/examples/openapi-tools/quickstart-mp/mp-server/pom.xml
+++ b/examples/openapi-tools/quickstart-mp/mp-server/pom.xml
@@ -26,7 +26,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
openapi-mp-server
diff --git a/examples/openapi-tools/quickstart-se/se-client/pom.xml b/examples/openapi-tools/quickstart-se/se-client/pom.xml
index a55e1c4e..d6f8954f 100644
--- a/examples/openapi-tools/quickstart-se/se-client/pom.xml
+++ b/examples/openapi-tools/quickstart-se/se-client/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
openapi-se-client
diff --git a/examples/openapi-tools/quickstart-se/se-server/pom.xml b/examples/openapi-tools/quickstart-se/se-server/pom.xml
index 6a86eb6c..bbec6712 100644
--- a/examples/openapi-tools/quickstart-se/se-server/pom.xml
+++ b/examples/openapi-tools/quickstart-se/se-server/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
org.openapitools
diff --git a/examples/openapi/pom.xml b/examples/openapi/pom.xml
index c0dbd53b..7414ce9f 100644
--- a/examples/openapi/pom.xml
+++ b/examples/openapi/pom.xml
@@ -21,7 +21,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples
diff --git a/examples/quickstarts/helidon-quickstart-mp/pom.xml b/examples/quickstarts/helidon-quickstart-mp/pom.xml
index 2a01b2ec..4dbae354 100644
--- a/examples/quickstarts/helidon-quickstart-mp/pom.xml
+++ b/examples/quickstarts/helidon-quickstart-mp/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples
diff --git a/examples/quickstarts/helidon-quickstart-se/pom.xml b/examples/quickstarts/helidon-quickstart-se/pom.xml
index 851eb21b..ff0278f8 100644
--- a/examples/quickstarts/helidon-quickstart-se/pom.xml
+++ b/examples/quickstarts/helidon-quickstart-se/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples
diff --git a/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml b/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml
index 0c09e40e..d88ff85d 100644
--- a/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml
+++ b/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml
@@ -26,7 +26,7 @@
Helidon Standalone Quickstart MP Example
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.microprofile.cdi.Main
11
diff --git a/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml b/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml
index e422e2e8..b19bf3df 100644
--- a/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml
+++ b/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml
@@ -26,7 +26,7 @@
Helidon Standalone Quickstart SE Example
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.quickstart.se.Main
11
diff --git a/examples/security/attribute-based-access-control/pom.xml b/examples/security/attribute-based-access-control/pom.xml
index 0850e7a1..de25a57f 100644
--- a/examples/security/attribute-based-access-control/pom.xml
+++ b/examples/security/attribute-based-access-control/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.security
diff --git a/examples/security/basic-auth-with-static-content/pom.xml b/examples/security/basic-auth-with-static-content/pom.xml
index cc688460..1e6330b6 100644
--- a/examples/security/basic-auth-with-static-content/pom.xml
+++ b/examples/security/basic-auth-with-static-content/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.security
diff --git a/examples/security/google-login/pom.xml b/examples/security/google-login/pom.xml
index b498280d..619975f6 100644
--- a/examples/security/google-login/pom.xml
+++ b/examples/security/google-login/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.security
diff --git a/examples/security/idcs-login/pom.xml b/examples/security/idcs-login/pom.xml
index 75277784..62395641 100644
--- a/examples/security/idcs-login/pom.xml
+++ b/examples/security/idcs-login/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-mp
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.security
diff --git a/examples/security/jersey/pom.xml b/examples/security/jersey/pom.xml
index cd57cd6d..269ee036 100644
--- a/examples/security/jersey/pom.xml
+++ b/examples/security/jersey/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.security
diff --git a/examples/security/nohttp-programmatic/pom.xml b/examples/security/nohttp-programmatic/pom.xml
index 7fc36680..4fd32524 100644
--- a/examples/security/nohttp-programmatic/pom.xml
+++ b/examples/security/nohttp-programmatic/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.security
diff --git a/examples/security/outbound-override/pom.xml b/examples/security/outbound-override/pom.xml
index 47282317..7a25edee 100644
--- a/examples/security/outbound-override/pom.xml
+++ b/examples/security/outbound-override/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
4.0.0
diff --git a/examples/security/spi-examples/pom.xml b/examples/security/spi-examples/pom.xml
index 6b3a6254..1134851b 100644
--- a/examples/security/spi-examples/pom.xml
+++ b/examples/security/spi-examples/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.security
diff --git a/examples/security/vaults/pom.xml b/examples/security/vaults/pom.xml
index 5be0f87d..c922d3d3 100644
--- a/examples/security/vaults/pom.xml
+++ b/examples/security/vaults/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.security
diff --git a/examples/security/webserver-digest-auth/pom.xml b/examples/security/webserver-digest-auth/pom.xml
index eafb7d7c..5dd81619 100644
--- a/examples/security/webserver-digest-auth/pom.xml
+++ b/examples/security/webserver-digest-auth/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.security
diff --git a/examples/security/webserver-signatures/pom.xml b/examples/security/webserver-signatures/pom.xml
index b7467aeb..4b84727f 100644
--- a/examples/security/webserver-signatures/pom.xml
+++ b/examples/security/webserver-signatures/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.security
diff --git a/examples/translator-app/backend/pom.xml b/examples/translator-app/backend/pom.xml
index a426abec..7c05b685 100644
--- a/examples/translator-app/backend/pom.xml
+++ b/examples/translator-app/backend/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.translator
diff --git a/examples/translator-app/frontend/pom.xml b/examples/translator-app/frontend/pom.xml
index 980e379e..4b0c625e 100644
--- a/examples/translator-app/frontend/pom.xml
+++ b/examples/translator-app/frontend/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.translator
diff --git a/examples/webclient/standalone/pom.xml b/examples/webclient/standalone/pom.xml
index bc9ecd28..cad64f45 100644
--- a/examples/webclient/standalone/pom.xml
+++ b/examples/webclient/standalone/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/webserver/basics/pom.xml b/examples/webserver/basics/pom.xml
index 032ed2ab..377ac63a 100644
--- a/examples/webserver/basics/pom.xml
+++ b/examples/webserver/basics/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.webserver
diff --git a/examples/webserver/comment-aas/pom.xml b/examples/webserver/comment-aas/pom.xml
index 27ff1258..fd1a1aed 100644
--- a/examples/webserver/comment-aas/pom.xml
+++ b/examples/webserver/comment-aas/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.webserver
diff --git a/examples/webserver/fault-tolerance/pom.xml b/examples/webserver/fault-tolerance/pom.xml
index 74d64c10..eec6772d 100644
--- a/examples/webserver/fault-tolerance/pom.xml
+++ b/examples/webserver/fault-tolerance/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/webserver/jersey/pom.xml b/examples/webserver/jersey/pom.xml
index b96ba43e..0ebf0ac7 100644
--- a/examples/webserver/jersey/pom.xml
+++ b/examples/webserver/jersey/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.webserver
diff --git a/examples/webserver/multiport/pom.xml b/examples/webserver/multiport/pom.xml
index cdfba501..8b648df7 100644
--- a/examples/webserver/multiport/pom.xml
+++ b/examples/webserver/multiport/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.webserver
diff --git a/examples/webserver/mutual-tls/pom.xml b/examples/webserver/mutual-tls/pom.xml
index fc666bad..795ae540 100644
--- a/examples/webserver/mutual-tls/pom.xml
+++ b/examples/webserver/mutual-tls/pom.xml
@@ -21,7 +21,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.webserver
diff --git a/examples/webserver/opentracing/pom.xml b/examples/webserver/opentracing/pom.xml
index b65f87cc..04f162aa 100644
--- a/examples/webserver/opentracing/pom.xml
+++ b/examples/webserver/opentracing/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.webserver
diff --git a/examples/webserver/static-content/pom.xml b/examples/webserver/static-content/pom.xml
index 1d730f5c..49b3d4b9 100644
--- a/examples/webserver/static-content/pom.xml
+++ b/examples/webserver/static-content/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.webserver
diff --git a/examples/webserver/streaming/pom.xml b/examples/webserver/streaming/pom.xml
index 7bc7cf38..321b7787 100644
--- a/examples/webserver/streaming/pom.xml
+++ b/examples/webserver/streaming/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.webserver
diff --git a/examples/webserver/threadpool/pom.xml b/examples/webserver/threadpool/pom.xml
index b7501c51..d83f8b0d 100644
--- a/examples/webserver/threadpool/pom.xml
+++ b/examples/webserver/threadpool/pom.xml
@@ -23,7 +23,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.webserver
diff --git a/examples/webserver/tls/pom.xml b/examples/webserver/tls/pom.xml
index 43cfb244..65369feb 100644
--- a/examples/webserver/tls/pom.xml
+++ b/examples/webserver/tls/pom.xml
@@ -22,7 +22,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
diff --git a/examples/webserver/tutorial/pom.xml b/examples/webserver/tutorial/pom.xml
index f0ff5b4e..abcd575a 100644
--- a/examples/webserver/tutorial/pom.xml
+++ b/examples/webserver/tutorial/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.webserver
diff --git a/examples/webserver/websocket/pom.xml b/examples/webserver/websocket/pom.xml
index d1cf9335..657692a3 100644
--- a/examples/webserver/websocket/pom.xml
+++ b/examples/webserver/websocket/pom.xml
@@ -24,7 +24,7 @@
io.helidon.applications
helidon-se
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples.webserver
diff --git a/pom.xml b/pom.xml
index b0fdd723..40555458 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
io.helidon
helidon-dependencies
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
io.helidon.examples
@@ -61,7 +61,7 @@
11
UTF-8
UTF-8
- 2.6.9-SNAPSHOT
+ 2.6.10-SNAPSHOT
false
Medium