From a06917b7ba1441542a4e8caa7fb0595decfb6c5f Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Thu, 2 Nov 2023 16:05:44 -0700 Subject: [PATCH 1/2] Updte CHANGELOG for 3.2.3 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a650fac6a56..72ba7bbb5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ This is a bugfix release of Helidon and is recommended for all users of Helidon - Tracing: Update Tracing Context on return [7167](https://github.com/helidon-io/helidon/pull/7167) - WebClient: Add automatic support in WebClient for JVM http.proxyHost and related… [7322](https://github.com/helidon-io/helidon/pull/7322) - WebServer: Correctly handle IPv6 addresses for requested URI. [7469](https://github.com/helidon-io/helidon/pull/7469) +- WebServer: Fix #7783: max-payload-size is parsed as an Integer [7895](https://github.com/helidon-io/helidon/pull/7895) - WebServer: Fix intermittent out-of-order chunk #7407 [7441](https://github.com/helidon-io/helidon/pull/7441) - WebServer: Replace deprecated socket(String) on namedSocket(String) from ServerConfiguration [7318](https://github.com/helidon-io/helidon/pull/7318) - WebSocket: Added support for WS endpoints in application scope [7245](https://github.com/helidon-io/helidon/pull/7245) @@ -58,6 +59,7 @@ This is a bugfix release of Helidon and is recommended for all users of Helidon - Dependencies: Upgrade jboss logging to 3.5.3.Final [7596](https://github.com/helidon-io/helidon/pull/7596) - Dependencies: Upgrade jgit to 6.7.0 [7592](https://github.com/helidon-io/helidon/pull/7592) - Dependencies: Upgrade kafka-clients and okhttp [7836](https://github.com/helidon-io/helidon/pull/7836) +- Dependencies: Upgrade log4j to 2.21.1 [7898](https://github.com/helidon-io/helidon/pull/7898) - Dependencies: Upgrade to oci sdk 3.21.0 [7254](https://github.com/helidon-io/helidon/pull/7254) - Dependencies: upgrade okio to 3.4.0 [7238](https://github.com/helidon-io/helidon/pull/7238) - Dependencies: upgrade oci-sdk to 3.26.0 [7878](https://github.com/helidon-io/helidon/pull/7878) From 1e38ec7ce424fa685cacf1ade22c011e0f8b258f Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Thu, 2 Nov 2023 16:09:29 -0700 Subject: [PATCH 2/2] Update version to 3.2.4-SNAPSHOT --- applications/mp/pom.xml | 2 +- applications/parent/pom.xml | 2 +- applications/pom.xml | 2 +- applications/se/pom.xml | 2 +- archetypes/helidon/pom.xml | 2 +- archetypes/legacy/bare-mp/pom.xml | 2 +- archetypes/legacy/bare-se/pom.xml | 2 +- archetypes/legacy/database-mp/pom.xml | 2 +- archetypes/legacy/database-se/pom.xml | 2 +- archetypes/legacy/pom.xml | 2 +- archetypes/legacy/quickstart-mp/pom.xml | 2 +- archetypes/legacy/quickstart-se/pom.xml | 2 +- archetypes/pom.xml | 2 +- bom/pom.xml | 4 ++-- bundles/config/pom.xml | 2 +- bundles/jersey/pom.xml | 2 +- bundles/pom.xml | 2 +- bundles/security/pom.xml | 2 +- bundles/webserver/pom.xml | 2 +- common/common/pom.xml | 2 +- common/configurable/pom.xml | 2 +- common/context/pom.xml | 2 +- common/crypto/pom.xml | 2 +- common/http/pom.xml | 2 +- common/key-util/pom.xml | 2 +- common/mapper/pom.xml | 2 +- common/media-type/pom.xml | 2 +- common/pom.xml | 2 +- common/reactive/pom.xml | 2 +- common/service-loader/pom.xml | 2 +- common/testing/junit5/pom.xml | 2 +- common/testing/pom.xml | 2 +- config/config-mp/pom.xml | 2 +- config/config/pom.xml | 2 +- config/encryption/pom.xml | 2 +- config/etcd/pom.xml | 2 +- config/git/pom.xml | 2 +- config/hocon-mp/pom.xml | 2 +- config/hocon/pom.xml | 2 +- config/metadata-processor/pom.xml | 2 +- config/metadata/pom.xml | 2 +- config/object-mapping/pom.xml | 2 +- config/pom.xml | 2 +- config/test-infrastructure/pom.xml | 2 +- config/testing/pom.xml | 2 +- config/tests/integration-tests/pom.xml | 2 +- config/tests/module-mappers-1-base/pom.xml | 2 +- config/tests/module-mappers-2-override/pom.xml | 2 +- config/tests/module-meta-source-1/pom.xml | 2 +- config/tests/module-meta-source-2/pom.xml | 2 +- config/tests/module-parsers-1-override/pom.xml | 2 +- config/tests/pom.xml | 2 +- config/tests/test-bundle/pom.xml | 2 +- config/tests/test-default_config-1-properties/pom.xml | 2 +- config/tests/test-default_config-2-hocon-json/pom.xml | 2 +- config/tests/test-default_config-3-hocon/pom.xml | 2 +- config/tests/test-default_config-4-yaml/pom.xml | 2 +- config/tests/test-default_config-5-env_vars/pom.xml | 2 +- config/tests/test-default_config-6-meta-properties/pom.xml | 2 +- config/tests/test-default_config-7-meta-hocon-json/pom.xml | 2 +- config/tests/test-default_config-8-meta-hocon/pom.xml | 2 +- config/tests/test-default_config-9-meta-yaml/pom.xml | 2 +- config/tests/test-mappers-1-common/pom.xml | 2 +- config/tests/test-mappers-2-complex/pom.xml | 2 +- config/tests/test-meta-source/pom.xml | 2 +- config/tests/test-parsers-1-complex/pom.xml | 2 +- config/yaml-mp/pom.xml | 2 +- config/yaml/pom.xml | 2 +- dbclient/common/pom.xml | 2 +- dbclient/dbclient/pom.xml | 2 +- dbclient/health/pom.xml | 2 +- dbclient/jdbc/pom.xml | 2 +- dbclient/jsonp/pom.xml | 2 +- dbclient/metrics-jdbc/pom.xml | 2 +- dbclient/metrics/pom.xml | 2 +- dbclient/mongodb/pom.xml | 2 +- dbclient/pom.xml | 2 +- dbclient/tracing/pom.xml | 2 +- dependencies/pom.xml | 2 +- docs/includes/attributes.adoc | 2 +- examples/config/basics/pom.xml | 2 +- examples/config/changes/pom.xml | 2 +- examples/config/git/pom.xml | 2 +- examples/config/mapping/pom.xml | 2 +- examples/config/metadata/pom.xml | 2 +- examples/config/overrides/pom.xml | 2 +- examples/config/pom.xml | 2 +- examples/config/profiles/pom.xml | 2 +- examples/config/sources/pom.xml | 2 +- examples/cors/pom.xml | 2 +- examples/dbclient/common/pom.xml | 2 +- examples/dbclient/jdbc/pom.xml | 2 +- examples/dbclient/mongodb/pom.xml | 2 +- examples/dbclient/pokemons/pom.xml | 2 +- examples/dbclient/pom.xml | 2 +- examples/employee-app/pom.xml | 2 +- examples/graphql/basics/pom.xml | 2 +- examples/graphql/pom.xml | 2 +- examples/grpc/basics/pom.xml | 2 +- examples/grpc/client-standalone/pom.xml | 2 +- examples/grpc/common/pom.xml | 2 +- examples/grpc/metrics/pom.xml | 2 +- examples/grpc/microprofile/basic-client/pom.xml | 2 +- examples/grpc/microprofile/basic-server-implicit/pom.xml | 2 +- examples/grpc/microprofile/metrics/pom.xml | 2 +- examples/grpc/microprofile/pom.xml | 2 +- examples/grpc/opentracing/pom.xml | 2 +- examples/grpc/pom.xml | 2 +- examples/grpc/security-abac/pom.xml | 2 +- examples/grpc/security-outbound/pom.xml | 2 +- examples/grpc/security/pom.xml | 2 +- examples/health/basics/pom.xml | 2 +- examples/health/pom.xml | 2 +- examples/integrations/cdi/datasource-hikaricp-h2/pom.xml | 2 +- examples/integrations/cdi/datasource-hikaricp-mysql/pom.xml | 2 +- examples/integrations/cdi/datasource-hikaricp/pom.xml | 2 +- examples/integrations/cdi/jedis/pom.xml | 2 +- examples/integrations/cdi/jpa/pom.xml | 2 +- examples/integrations/cdi/pokemons/pom.xml | 2 +- examples/integrations/cdi/pom.xml | 2 +- examples/integrations/micrometer/mp/pom.xml | 2 +- examples/integrations/micrometer/pom.xml | 2 +- examples/integrations/micrometer/se/pom.xml | 2 +- examples/integrations/micronaut/data/pom.xml | 2 +- examples/integrations/micronaut/pom.xml | 2 +- examples/integrations/microstream/greetings-mp/pom.xml | 2 +- examples/integrations/microstream/greetings-se/pom.xml | 2 +- examples/integrations/microstream/pom.xml | 2 +- examples/integrations/neo4j/neo4j-mp/pom.xml | 2 +- examples/integrations/neo4j/neo4j-se/pom.xml | 2 +- examples/integrations/neo4j/pom.xml | 2 +- examples/integrations/oci/atp-cdi/pom.xml | 2 +- examples/integrations/oci/atp-reactive/pom.xml | 2 +- examples/integrations/oci/metrics-reactive/pom.xml | 2 +- examples/integrations/oci/objectstorage-cdi/pom.xml | 2 +- examples/integrations/oci/objectstorage-reactive/pom.xml | 2 +- examples/integrations/oci/pom.xml | 2 +- examples/integrations/oci/vault-cdi/pom.xml | 2 +- examples/integrations/oci/vault-reactive/pom.xml | 2 +- examples/integrations/pom.xml | 2 +- examples/integrations/vault/hcp-cdi/pom.xml | 2 +- examples/integrations/vault/hcp-reactive/pom.xml | 2 +- examples/integrations/vault/pom.xml | 2 +- examples/jbatch/pom.xml | 2 +- examples/logging/jul/pom.xml | 2 +- examples/logging/log4j/pom.xml | 2 +- examples/logging/logback-aot/pom.xml | 2 +- examples/logging/pom.xml | 2 +- examples/logging/slf4j/pom.xml | 2 +- examples/media/multipart/pom.xml | 2 +- examples/media/pom.xml | 2 +- examples/messaging/jms-websocket-mp/pom.xml | 2 +- examples/messaging/jms-websocket-se/pom.xml | 2 +- examples/messaging/kafka-websocket-mp/pom.xml | 2 +- examples/messaging/kafka-websocket-se/pom.xml | 2 +- examples/messaging/oracle-aq-websocket-mp/pom.xml | 2 +- examples/messaging/pom.xml | 2 +- examples/messaging/weblogic-jms-mp/pom.xml | 2 +- examples/metrics/exemplar/pom.xml | 2 +- examples/metrics/filtering/mp/pom.xml | 2 +- examples/metrics/filtering/pom.xml | 2 +- examples/metrics/filtering/se/pom.xml | 2 +- examples/metrics/http-status-count-se/pom.xml | 2 +- examples/metrics/kpi/pom.xml | 2 +- examples/metrics/pom.xml | 2 +- examples/microprofile/bean-validation/pom.xml | 2 +- examples/microprofile/cors/pom.xml | 2 +- examples/microprofile/graphql/pom.xml | 2 +- examples/microprofile/hello-world-explicit/pom.xml | 2 +- examples/microprofile/hello-world-implicit/pom.xml | 2 +- examples/microprofile/http-status-count-mp/pom.xml | 2 +- examples/microprofile/idcs/pom.xml | 2 +- examples/microprofile/lra/pom.xml | 2 +- examples/microprofile/messaging-sse/pom.xml | 2 +- examples/microprofile/multipart/pom.xml | 2 +- examples/microprofile/multiport/pom.xml | 2 +- examples/microprofile/oidc/pom.xml | 2 +- examples/microprofile/openapi-basic/pom.xml | 2 +- examples/microprofile/pom.xml | 2 +- examples/microprofile/security/pom.xml | 2 +- examples/microprofile/static-content/pom.xml | 2 +- examples/microprofile/tls/pom.xml | 2 +- examples/microprofile/websocket/pom.xml | 2 +- examples/openapi-tools/pom.xml | 2 +- examples/openapi-tools/quickstart-mp/mp-client/pom.xml | 2 +- examples/openapi-tools/quickstart-mp/mp-server/pom.xml | 2 +- examples/openapi-tools/quickstart-mp/pom.xml | 2 +- examples/openapi-tools/quickstart-se/pom.xml | 2 +- examples/openapi-tools/quickstart-se/se-client/pom.xml | 2 +- examples/openapi-tools/quickstart-se/se-server/pom.xml | 2 +- examples/openapi/pom.xml | 2 +- examples/pom.xml | 2 +- examples/quickstarts/helidon-quickstart-mp/build.gradle | 2 +- examples/quickstarts/helidon-quickstart-mp/pom.xml | 2 +- examples/quickstarts/helidon-quickstart-se/build.gradle | 2 +- examples/quickstarts/helidon-quickstart-se/pom.xml | 4 ++-- examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml | 4 ++-- examples/quickstarts/helidon-standalone-quickstart-se/pom.xml | 4 ++-- examples/quickstarts/pom.xml | 2 +- examples/security/attribute-based-access-control/pom.xml | 2 +- examples/security/basic-auth-with-static-content/pom.xml | 2 +- examples/security/google-login/pom.xml | 2 +- examples/security/idcs-login/pom.xml | 2 +- examples/security/jersey/pom.xml | 2 +- examples/security/nohttp-programmatic/pom.xml | 2 +- examples/security/outbound-override/pom.xml | 2 +- examples/security/pom.xml | 2 +- examples/security/spi-examples/pom.xml | 2 +- examples/security/vaults/pom.xml | 2 +- examples/security/webserver-digest-auth/pom.xml | 2 +- examples/security/webserver-signatures/pom.xml | 2 +- examples/todo-app/backend/pom.xml | 2 +- examples/todo-app/frontend/pom.xml | 2 +- examples/todo-app/pom.xml | 4 ++-- examples/translator-app/backend/pom.xml | 4 ++-- examples/translator-app/frontend/pom.xml | 4 ++-- examples/translator-app/pom.xml | 2 +- examples/webclient/pom.xml | 2 +- examples/webclient/standalone/pom.xml | 2 +- examples/webserver/basics/pom.xml | 2 +- examples/webserver/comment-aas/pom.xml | 2 +- examples/webserver/fault-tolerance/pom.xml | 2 +- examples/webserver/jersey/pom.xml | 2 +- examples/webserver/multiport/pom.xml | 2 +- examples/webserver/mutual-tls/pom.xml | 2 +- examples/webserver/opentracing/pom.xml | 2 +- examples/webserver/pom.xml | 2 +- examples/webserver/static-content/pom.xml | 2 +- examples/webserver/streaming/pom.xml | 2 +- examples/webserver/threadpool/pom.xml | 2 +- examples/webserver/tls/pom.xml | 2 +- examples/webserver/tutorial/pom.xml | 2 +- examples/webserver/websocket/pom.xml | 2 +- fault-tolerance/pom.xml | 2 +- graphql/pom.xml | 2 +- graphql/server/pom.xml | 2 +- grpc/client/pom.xml | 2 +- grpc/core/pom.xml | 2 +- grpc/io.grpc/pom.xml | 2 +- grpc/metrics/pom.xml | 2 +- grpc/pom.xml | 2 +- grpc/server/pom.xml | 2 +- health/common/pom.xml | 2 +- health/health-checks/pom.xml | 2 +- health/health/pom.xml | 2 +- health/pom.xml | 2 +- integrations/cdi/common-cdi/delegates/pom.xml | 2 +- integrations/cdi/common-cdi/pom.xml | 2 +- integrations/cdi/common-cdi/reference-counted-context/pom.xml | 2 +- integrations/cdi/datasource-hikaricp/pom.xml | 2 +- integrations/cdi/datasource-ucp/pom.xml | 2 +- integrations/cdi/datasource/pom.xml | 2 +- integrations/cdi/eclipselink-cdi/pom.xml | 2 +- integrations/cdi/hibernate-cdi/pom.xml | 2 +- integrations/cdi/jedis-cdi/pom.xml | 2 +- integrations/cdi/jpa-cdi/pom.xml | 2 +- integrations/cdi/jta-cdi/pom.xml | 2 +- integrations/cdi/jta-weld/pom.xml | 2 +- integrations/cdi/pom.xml | 2 +- integrations/common/pom.xml | 2 +- integrations/common/rest/pom.xml | 2 +- integrations/db/h2/pom.xml | 2 +- integrations/db/mysql/pom.xml | 2 +- integrations/db/ojdbc/pom.xml | 2 +- integrations/db/pgsql/pom.xml | 2 +- integrations/db/pom.xml | 2 +- integrations/graal/mp-native-image-extension/pom.xml | 2 +- integrations/graal/native-image-extension/pom.xml | 2 +- integrations/graal/pom.xml | 2 +- integrations/jdbc/jdbc/pom.xml | 2 +- integrations/jdbc/pom.xml | 2 +- integrations/jta/jdbc/pom.xml | 2 +- integrations/jta/pom.xml | 2 +- integrations/micrometer/cdi/pom.xml | 2 +- integrations/micrometer/micrometer/pom.xml | 2 +- integrations/micrometer/pom.xml | 2 +- integrations/micronaut/cdi-processor/pom.xml | 2 +- integrations/micronaut/cdi/pom.xml | 2 +- integrations/micronaut/data/pom.xml | 2 +- integrations/micronaut/pom.xml | 2 +- integrations/microstream/cache/pom.xml | 2 +- integrations/microstream/cdi/pom.xml | 2 +- integrations/microstream/core/pom.xml | 2 +- integrations/microstream/health/pom.xml | 2 +- integrations/microstream/metrics/pom.xml | 2 +- integrations/microstream/pom.xml | 2 +- integrations/neo4j/health/pom.xml | 2 +- integrations/neo4j/metrics/pom.xml | 2 +- integrations/neo4j/neo4j/pom.xml | 2 +- integrations/neo4j/pom.xml | 2 +- integrations/oci/metrics/cdi/pom.xml | 2 +- integrations/oci/metrics/metrics/pom.xml | 2 +- integrations/oci/metrics/pom.xml | 2 +- integrations/oci/oci-secrets-config-source/pom.xml | 2 +- integrations/oci/oci-secrets-mp-config-source/pom.xml | 2 +- integrations/oci/pom.xml | 2 +- integrations/oci/sdk/cdi/pom.xml | 2 +- integrations/oci/sdk/pom.xml | 2 +- integrations/oci/sdk/runtime/pom.xml | 2 +- integrations/oci/tls-certificates/pom.xml | 2 +- integrations/openapi-ui/pom.xml | 2 +- integrations/pom.xml | 2 +- integrations/vault/auths/approle/pom.xml | 2 +- integrations/vault/auths/common/pom.xml | 2 +- integrations/vault/auths/k8s/pom.xml | 2 +- integrations/vault/auths/pom.xml | 2 +- integrations/vault/auths/token/pom.xml | 2 +- integrations/vault/cdi/pom.xml | 2 +- integrations/vault/pom.xml | 2 +- integrations/vault/secrets/cubbyhole/pom.xml | 2 +- integrations/vault/secrets/database/pom.xml | 2 +- integrations/vault/secrets/kv1/pom.xml | 2 +- integrations/vault/secrets/kv2/pom.xml | 2 +- integrations/vault/secrets/pki/pom.xml | 2 +- integrations/vault/secrets/pom.xml | 2 +- integrations/vault/secrets/transit/pom.xml | 2 +- integrations/vault/sys/pom.xml | 2 +- integrations/vault/sys/sys/pom.xml | 2 +- integrations/vault/vault/pom.xml | 2 +- jersey/client/pom.xml | 2 +- jersey/common/pom.xml | 2 +- jersey/connector/pom.xml | 2 +- jersey/jsonp/pom.xml | 2 +- jersey/pom.xml | 2 +- jersey/server/pom.xml | 2 +- licensing/pom.xml | 2 +- logging/common/pom.xml | 2 +- logging/jul/pom.xml | 2 +- logging/log4j/pom.xml | 2 +- logging/pom.xml | 2 +- logging/slf4j/pom.xml | 2 +- lra/coordinator/client/narayana-client/pom.xml | 2 +- lra/coordinator/client/pom.xml | 2 +- lra/coordinator/client/spi/pom.xml | 2 +- lra/coordinator/pom.xml | 2 +- lra/coordinator/server/pom.xml | 2 +- lra/pom.xml | 2 +- media/common/pom.xml | 2 +- media/jackson/pom.xml | 2 +- media/jsonb/pom.xml | 2 +- media/jsonp/pom.xml | 2 +- media/multipart/pom.xml | 2 +- media/pom.xml | 2 +- messaging/connectors/aq/pom.xml | 2 +- messaging/connectors/jms-shim/pom.xml | 2 +- messaging/connectors/jms/pom.xml | 2 +- messaging/connectors/kafka/pom.xml | 2 +- messaging/connectors/mock/pom.xml | 2 +- messaging/connectors/pom.xml | 2 +- messaging/connectors/wls-jms/pom.xml | 2 +- messaging/messaging/pom.xml | 2 +- messaging/pom.xml | 2 +- metrics/api/pom.xml | 2 +- metrics/metrics/pom.xml | 2 +- metrics/pom.xml | 2 +- metrics/prometheus/pom.xml | 2 +- metrics/service-api/pom.xml | 2 +- metrics/trace-exemplar/pom.xml | 2 +- microprofile/access-log/pom.xml | 2 +- microprofile/bean-validation/pom.xml | 2 +- microprofile/bundles/helidon-microprofile-core/pom.xml | 2 +- microprofile/bundles/helidon-microprofile/pom.xml | 2 +- microprofile/bundles/pom.xml | 2 +- microprofile/cdi/pom.xml | 2 +- microprofile/config/pom.xml | 2 +- microprofile/cors/pom.xml | 2 +- microprofile/fault-tolerance/pom.xml | 2 +- microprofile/graphql/pom.xml | 2 +- microprofile/graphql/server/pom.xml | 2 +- microprofile/grpc/client/pom.xml | 2 +- microprofile/grpc/core/pom.xml | 2 +- microprofile/grpc/metrics/pom.xml | 2 +- microprofile/grpc/pom.xml | 2 +- microprofile/grpc/server/pom.xml | 2 +- microprofile/health/pom.xml | 2 +- microprofile/jwt-auth/pom.xml | 2 +- microprofile/lra/jax-rs/pom.xml | 2 +- microprofile/lra/pom.xml | 2 +- microprofile/messaging/core/pom.xml | 2 +- microprofile/messaging/health/pom.xml | 2 +- microprofile/messaging/metrics/pom.xml | 2 +- microprofile/messaging/pom.xml | 2 +- microprofile/metrics/pom.xml | 2 +- microprofile/oidc/pom.xml | 2 +- microprofile/openapi/pom.xml | 2 +- microprofile/pom.xml | 2 +- microprofile/reactive-streams/pom.xml | 2 +- microprofile/rest-client/pom.xml | 2 +- microprofile/scheduling/pom.xml | 2 +- microprofile/security/pom.xml | 2 +- microprofile/server/pom.xml | 2 +- microprofile/tests/arquillian/pom.xml | 2 +- microprofile/tests/junit5-tests/pom.xml | 2 +- microprofile/tests/junit5/pom.xml | 2 +- microprofile/tests/pom.xml | 2 +- microprofile/tests/tck/pom.xml | 2 +- microprofile/tests/tck/tck-config/pom.xml | 2 +- microprofile/tests/tck/tck-fault-tolerance/pom.xml | 2 +- microprofile/tests/tck/tck-graphql/pom.xml | 2 +- microprofile/tests/tck/tck-health/pom.xml | 2 +- microprofile/tests/tck/tck-jwt-auth/pom.xml | 2 +- microprofile/tests/tck/tck-lra/pom.xml | 2 +- microprofile/tests/tck/tck-messaging/pom.xml | 2 +- microprofile/tests/tck/tck-metrics/pom.xml | 2 +- microprofile/tests/tck/tck-openapi/pom.xml | 2 +- microprofile/tests/tck/tck-opentracing/pom.xml | 2 +- microprofile/tests/tck/tck-reactive-operators/pom.xml | 2 +- microprofile/tests/tck/tck-rest-client/pom.xml | 2 +- microprofile/tests/testng-tests/pom.xml | 2 +- microprofile/tests/testng/pom.xml | 2 +- microprofile/tracing/pom.xml | 2 +- microprofile/websocket/pom.xml | 2 +- microprofile/weld/pom.xml | 2 +- microprofile/weld/weld-core-impl/pom.xml | 2 +- microprofile/weld/weld-se-core/pom.xml | 2 +- openapi/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- scheduling/pom.xml | 2 +- security/abac/policy-el/pom.xml | 2 +- security/abac/policy/pom.xml | 2 +- security/abac/pom.xml | 2 +- security/abac/role/pom.xml | 2 +- security/abac/scope/pom.xml | 2 +- security/abac/time/pom.xml | 2 +- security/annotations/pom.xml | 2 +- security/integration/common/pom.xml | 2 +- security/integration/grpc/pom.xml | 2 +- security/integration/jersey-client/pom.xml | 2 +- security/integration/jersey/pom.xml | 2 +- security/integration/pom.xml | 2 +- security/integration/webserver/pom.xml | 2 +- security/jwt/pom.xml | 2 +- security/pom.xml | 2 +- security/providers/abac/pom.xml | 2 +- security/providers/common/pom.xml | 2 +- security/providers/config-vault/pom.xml | 2 +- security/providers/google-login/pom.xml | 2 +- security/providers/header/pom.xml | 2 +- security/providers/http-auth/pom.xml | 2 +- security/providers/http-sign/pom.xml | 2 +- security/providers/idcs-mapper/pom.xml | 2 +- security/providers/jwt/pom.xml | 2 +- security/providers/oidc-common/pom.xml | 2 +- security/providers/oidc/pom.xml | 2 +- security/providers/pom.xml | 2 +- security/security/pom.xml | 2 +- security/util/pom.xml | 2 +- service-common/pom.xml | 2 +- service-common/rest-cdi/pom.xml | 2 +- service-common/rest/pom.xml | 2 +- tests/apps/bookstore/bookstore-mp/pom.xml | 2 +- tests/apps/bookstore/bookstore-se/pom.xml | 2 +- tests/apps/bookstore/common/pom.xml | 2 +- tests/apps/bookstore/pom.xml | 2 +- tests/apps/pom.xml | 2 +- tests/functional/bookstore/pom.xml | 2 +- tests/functional/config-profiles/pom.xml | 2 +- tests/functional/context-propagation/pom.xml | 2 +- tests/functional/jax-rs-multiple-apps/pom.xml | 2 +- tests/functional/jax-rs-subresource/pom.xml | 2 +- tests/functional/mp-compression/pom.xml | 2 +- tests/functional/mp-synthetic-app/pom.xml | 2 +- tests/functional/multiport/pom.xml | 2 +- tests/functional/param-converter-provider/pom.xml | 2 +- tests/functional/pom.xml | 2 +- tests/functional/request-scope-cdi/pom.xml | 2 +- tests/functional/request-scope-injection/pom.xml | 2 +- tests/functional/request-scope/pom.xml | 2 +- tests/integration/config/gh-2171-yml/pom.xml | 2 +- tests/integration/config/gh-2171/pom.xml | 2 +- tests/integration/config/gh-4375/pom.xml | 2 +- tests/integration/config/hocon-mp/pom.xml | 2 +- tests/integration/config/pom.xml | 2 +- tests/integration/dbclient/appl/pom.xml | 4 ++-- tests/integration/dbclient/common/pom.xml | 2 +- tests/integration/dbclient/jdbc/pom.xml | 2 +- tests/integration/dbclient/mongodb/pom.xml | 2 +- tests/integration/dbclient/pom.xml | 2 +- tests/integration/gh-5792/pom.xml | 4 ++-- tests/integration/gh-6970/pom.xml | 4 ++-- tests/integration/health/mp-disabled/pom.xml | 2 +- tests/integration/health/pom.xml | 2 +- tests/integration/jep290/check_f_f_ok/pom.xml | 2 +- tests/integration/jep290/check_f_f_w/pom.xml | 2 +- tests/integration/jep290/check_f_p_ok/pom.xml | 2 +- tests/integration/jep290/check_f_p_w/pom.xml | 2 +- tests/integration/jep290/pom.xml | 2 +- tests/integration/jep290/server_and_custom/pom.xml | 2 +- tests/integration/jep290/set_c_f_c/pom.xml | 2 +- tests/integration/jep290/set_c_f_d/pom.xml | 2 +- tests/integration/jep290/set_c_t_d/pom.xml | 2 +- tests/integration/jep290/set_f/pom.xml | 2 +- tests/integration/jep290/set_o/pom.xml | 2 +- tests/integration/jms/pom.xml | 2 +- tests/integration/jpa/appl/pom.xml | 2 +- tests/integration/jpa/model/pom.xml | 2 +- tests/integration/jpa/pom.xml | 2 +- tests/integration/jpa/simple/pom.xml | 2 +- tests/integration/kafka/pom.xml | 2 +- tests/integration/mp-bean-validation/pom.xml | 2 +- tests/integration/mp-gh-1538/pom.xml | 2 +- tests/integration/mp-gh-2421/pom.xml | 2 +- tests/integration/mp-gh-2461/pom.xml | 2 +- tests/integration/mp-gh-3246/pom.xml | 2 +- tests/integration/mp-gh-3974/pom.xml | 2 +- tests/integration/mp-gh-4123/pom.xml | 2 +- tests/integration/mp-gh-4654/pom.xml | 2 +- tests/integration/mp-gh-5328/pom.xml | 2 +- tests/integration/mp-graphql/pom.xml | 2 +- tests/integration/mp-grpc/pom.xml | 2 +- tests/integration/mp-security-client/pom.xml | 2 +- tests/integration/mp-ws-services/pom.xml | 2 +- tests/integration/native-image/mp-1/pom.xml | 2 +- tests/integration/native-image/mp-2/pom.xml | 2 +- tests/integration/native-image/mp-3/pom.xml | 2 +- tests/integration/native-image/pom.xml | 2 +- tests/integration/native-image/se-1/pom.xml | 2 +- tests/integration/native-image/static-content/pom.xml | 2 +- tests/integration/oidc/pom.xml | 2 +- tests/integration/pom.xml | 2 +- tests/integration/restclient/pom.xml | 2 +- tests/integration/se-gh-6845/pom.xml | 2 +- tests/integration/security/gh1487/pom.xml | 2 +- tests/integration/security/gh2297/pom.xml | 2 +- tests/integration/security/gh2455/pom.xml | 2 +- tests/integration/security/gh2772/pom.xml | 2 +- tests/integration/security/path-params/pom.xml | 2 +- tests/integration/security/pom.xml | 2 +- .../security/security-context-not-overridden/pom.xml | 2 +- tests/integration/security/security-response-mapper/pom.xml | 2 +- tests/integration/tools/client/pom.xml | 2 +- tests/integration/tools/example/pom.xml | 2 +- tests/integration/tools/pom.xml | 2 +- tests/integration/tools/service/pom.xml | 2 +- tests/integration/vault/mp/pom.xml | 2 +- tests/integration/vault/pom.xml | 2 +- tests/integration/vault/se/pom.xml | 2 +- tests/integration/webclient/pom.xml | 2 +- tests/integration/webserver/gh2631/pom.xml | 2 +- tests/integration/webserver/pom.xml | 2 +- tests/integration/webserver/upgrade/pom.xml | 2 +- tests/integration/zipkin-mp-2.2/pom.xml | 2 +- tests/pom.xml | 2 +- tests/tck/pom.xml | 2 +- tests/tck/tck-reactive-streams/pom.xml | 2 +- tracing/config/pom.xml | 2 +- tracing/jaeger/pom.xml | 2 +- tracing/jersey-client/pom.xml | 2 +- tracing/jersey/pom.xml | 2 +- tracing/opentelemetry/pom.xml | 2 +- tracing/opentracing/pom.xml | 2 +- tracing/pom.xml | 2 +- tracing/tests/it-tracing-client-zipkin/pom.xml | 2 +- tracing/tests/pom.xml | 2 +- tracing/tracer-resolver/pom.xml | 2 +- tracing/tracing/pom.xml | 2 +- tracing/zipkin/pom.xml | 2 +- webclient/jaxrs/pom.xml | 2 +- webclient/metrics/pom.xml | 2 +- webclient/pom.xml | 2 +- webclient/security/pom.xml | 2 +- webclient/tracing/pom.xml | 2 +- webclient/webclient/pom.xml | 2 +- webserver/access-log/pom.xml | 2 +- webserver/cors/pom.xml | 2 +- webserver/http2/pom.xml | 2 +- webserver/jersey/pom.xml | 2 +- webserver/pom.xml | 2 +- webserver/static-content/pom.xml | 2 +- webserver/test-support/pom.xml | 2 +- webserver/transport/netty/epoll/pom.xml | 2 +- webserver/transport/netty/iouring/pom.xml | 2 +- webserver/transport/netty/pom.xml | 2 +- webserver/transport/pom.xml | 2 +- webserver/webserver/pom.xml | 2 +- webserver/websocket/pom.xml | 2 +- 577 files changed, 587 insertions(+), 587 deletions(-) diff --git a/applications/mp/pom.xml b/applications/mp/pom.xml index a77f52cdad5..cc88a3f87d0 100644 --- a/applications/mp/pom.xml +++ b/applications/mp/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-applications - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../parent/pom.xml helidon-mp diff --git a/applications/parent/pom.xml b/applications/parent/pom.xml index 985e6f546e0..bca0331feb4 100644 --- a/applications/parent/pom.xml +++ b/applications/parent/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-applications-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../pom.xml helidon-applications diff --git a/applications/pom.xml b/applications/pom.xml index 46996b0ae33..0df530cb4c2 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -23,7 +23,7 @@ io.helidon helidon-dependencies - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../dependencies/pom.xml io.helidon.applications diff --git a/applications/se/pom.xml b/applications/se/pom.xml index 4733aecd04e..394a1baa6a5 100644 --- a/applications/se/pom.xml +++ b/applications/se/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-applications - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../parent/pom.xml helidon-se diff --git a/archetypes/helidon/pom.xml b/archetypes/helidon/pom.xml index 413c5dca419..e8f91c2ff75 100644 --- a/archetypes/helidon/pom.xml +++ b/archetypes/helidon/pom.xml @@ -23,7 +23,7 @@ io.helidon.archetypes helidon-archetypes-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-archetype helidon diff --git a/archetypes/legacy/bare-mp/pom.xml b/archetypes/legacy/bare-mp/pom.xml index e16c5607f6d..9fa90830289 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-bare-mp helidon-archetype diff --git a/archetypes/legacy/bare-se/pom.xml b/archetypes/legacy/bare-se/pom.xml index 7a18ec98960..8b5e4b99836 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-bare-se helidon-archetype diff --git a/archetypes/legacy/database-mp/pom.xml b/archetypes/legacy/database-mp/pom.xml index 758bb68e513..549f6cd7ab5 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-database-mp helidon-archetype diff --git a/archetypes/legacy/database-se/pom.xml b/archetypes/legacy/database-se/pom.xml index 9c1e033fbfd..85ad8f1b948 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-database-se helidon-archetype diff --git a/archetypes/legacy/pom.xml b/archetypes/legacy/pom.xml index 97f8faa280b..a4420107b93 100644 --- a/archetypes/legacy/pom.xml +++ b/archetypes/legacy/pom.xml @@ -23,7 +23,7 @@ io.helidon.archetypes helidon-archetypes-project - 3.2.3-SNAPSHOT + 3.2.4-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 4f67604a946..dce5b25aac9 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-quickstart-mp helidon-archetype diff --git a/archetypes/legacy/quickstart-se/pom.xml b/archetypes/legacy/quickstart-se/pom.xml index b513d58812e..3479d2e7a57 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-quickstart-se helidon-archetype diff --git a/archetypes/pom.xml b/archetypes/pom.xml index e1d42fe3b2d..b836ca41974 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -23,7 +23,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.archetypes helidon-archetypes-project diff --git a/bom/pom.xml b/bom/pom.xml index b28365c502f..2986867041e 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -23,7 +23,7 @@ io.helidon helidon-parent - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../parent/pom.xml io.helidon @@ -32,7 +32,7 @@ Helidon BOM POM - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT diff --git a/bundles/config/pom.xml b/bundles/config/pom.xml index ce8bf7619dd..3f556d7c510 100644 --- a/bundles/config/pom.xml +++ b/bundles/config/pom.xml @@ -22,7 +22,7 @@ io.helidon.bundles helidon-bundles-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-bundles-config diff --git a/bundles/jersey/pom.xml b/bundles/jersey/pom.xml index 4713b8e5249..bae784c29ba 100644 --- a/bundles/jersey/pom.xml +++ b/bundles/jersey/pom.xml @@ -22,7 +22,7 @@ io.helidon.bundles helidon-bundles-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-bundles-jersey diff --git a/bundles/pom.xml b/bundles/pom.xml index 6548cbd4698..e975e4a0cfc 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -22,7 +22,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT config diff --git a/bundles/security/pom.xml b/bundles/security/pom.xml index 28968d3f48e..abd178b6a4f 100644 --- a/bundles/security/pom.xml +++ b/bundles/security/pom.xml @@ -22,7 +22,7 @@ io.helidon.bundles helidon-bundles-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-bundles-security diff --git a/bundles/webserver/pom.xml b/bundles/webserver/pom.xml index 9b6c3246bfa..981a146e71f 100644 --- a/bundles/webserver/pom.xml +++ b/bundles/webserver/pom.xml @@ -22,7 +22,7 @@ io.helidon.bundles helidon-bundles-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-bundles-webserver diff --git a/common/common/pom.xml b/common/common/pom.xml index 6fe17401ec3..201837aaa8e 100644 --- a/common/common/pom.xml +++ b/common/common/pom.xml @@ -23,7 +23,7 @@ io.helidon.common helidon-common-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-common Helidon Common diff --git a/common/configurable/pom.xml b/common/configurable/pom.xml index 8a31966bec7..ef52b942641 100644 --- a/common/configurable/pom.xml +++ b/common/configurable/pom.xml @@ -24,7 +24,7 @@ io.helidon.common helidon-common-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT Helidon Common Configurable helidon-common-configurable diff --git a/common/context/pom.xml b/common/context/pom.xml index e39ecc9b2b9..9dc0731e1b4 100644 --- a/common/context/pom.xml +++ b/common/context/pom.xml @@ -22,7 +22,7 @@ io.helidon.common helidon-common-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-common-context Helidon Common Context diff --git a/common/crypto/pom.xml b/common/crypto/pom.xml index becfe451387..a48eb6580d5 100644 --- a/common/crypto/pom.xml +++ b/common/crypto/pom.xml @@ -21,7 +21,7 @@ io.helidon.common helidon-common-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/common/http/pom.xml b/common/http/pom.xml index 5b8f3e0800b..46a66bb63f1 100644 --- a/common/http/pom.xml +++ b/common/http/pom.xml @@ -22,7 +22,7 @@ helidon-common-project io.helidon.common - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 helidon-common-http diff --git a/common/key-util/pom.xml b/common/key-util/pom.xml index d745774149d..a6a5f4a0d6b 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-common-key-util Helidon Common Key Util diff --git a/common/mapper/pom.xml b/common/mapper/pom.xml index b6f39361f78..ec9eb052114 100644 --- a/common/mapper/pom.xml +++ b/common/mapper/pom.xml @@ -21,7 +21,7 @@ helidon-common-project io.helidon.common - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/common/media-type/pom.xml b/common/media-type/pom.xml index b76d0e2ec40..e729de76548 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-common-media-type diff --git a/common/pom.xml b/common/pom.xml index 3a1a9a4ef47..f02505b77b1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -23,7 +23,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.common helidon-common-project diff --git a/common/reactive/pom.xml b/common/reactive/pom.xml index 3118f73a976..9ed8fc84b52 100644 --- a/common/reactive/pom.xml +++ b/common/reactive/pom.xml @@ -23,7 +23,7 @@ io.helidon.common helidon-common-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-common-reactive Helidon Common Reactive diff --git a/common/service-loader/pom.xml b/common/service-loader/pom.xml index 9de15be16a6..6f694ea3e64 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/common/testing/junit5/pom.xml b/common/testing/junit5/pom.xml index 6cdc84af388..0a1ae83ab60 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-common-testing-junit5 diff --git a/common/testing/pom.xml b/common/testing/pom.xml index 9d5a801f9ca..77d06b2dc2a 100644 --- a/common/testing/pom.xml +++ b/common/testing/pom.xml @@ -24,7 +24,7 @@ io.helidon.common helidon-common-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.common.testing diff --git a/config/config-mp/pom.xml b/config/config-mp/pom.xml index 22bcb87ce3f..2b41586f286 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config-mp diff --git a/config/config/pom.xml b/config/config/pom.xml index e1ac1c39f9a..4855116b3d6 100644 --- a/config/config/pom.xml +++ b/config/config/pom.xml @@ -24,7 +24,7 @@ io.helidon.config helidon-config-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config Helidon Config diff --git a/config/encryption/pom.xml b/config/encryption/pom.xml index dedc54b6e80..127b69b47bb 100644 --- a/config/encryption/pom.xml +++ b/config/encryption/pom.xml @@ -23,7 +23,7 @@ io.helidon.config helidon-config-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 helidon-config-encryption diff --git a/config/etcd/pom.xml b/config/etcd/pom.xml index 5c1b02a49dc..14d96cf061b 100644 --- a/config/etcd/pom.xml +++ b/config/etcd/pom.xml @@ -23,7 +23,7 @@ io.helidon.config helidon-config-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config-etcd Helidon Config Etcd diff --git a/config/git/pom.xml b/config/git/pom.xml index f3c6c947884..63e4aeacfa1 100644 --- a/config/git/pom.xml +++ b/config/git/pom.xml @@ -24,7 +24,7 @@ io.helidon.config helidon-config-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config-git Helidon Config Git diff --git a/config/hocon-mp/pom.xml b/config/hocon-mp/pom.xml index 51671c0f49b..227eea2e26f 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config-hocon-mp Helidon Config HOCON MP diff --git a/config/hocon/pom.xml b/config/hocon/pom.xml index 4b100f85ec3..7ab849a6544 100644 --- a/config/hocon/pom.xml +++ b/config/hocon/pom.xml @@ -24,7 +24,7 @@ io.helidon.config helidon-config-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config-hocon Helidon Config HOCON diff --git a/config/metadata-processor/pom.xml b/config/metadata-processor/pom.xml index caa36db6c13..f6ee2a1fbd3 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config-metadata-processor Helidon Config Metadata Annotation Processor diff --git a/config/metadata/pom.xml b/config/metadata/pom.xml index 2f248797fae..1e248b237fd 100644 --- a/config/metadata/pom.xml +++ b/config/metadata/pom.xml @@ -24,7 +24,7 @@ io.helidon.config helidon-config-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config-metadata Helidon Config Metadata diff --git a/config/object-mapping/pom.xml b/config/object-mapping/pom.xml index d3a85d497a8..2b2b31894bd 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/config/pom.xml b/config/pom.xml index d6f9a7c85fe..e7e74abfb46 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.config helidon-config-project diff --git a/config/test-infrastructure/pom.xml b/config/test-infrastructure/pom.xml index c024a8b0d3d..7f5b474e5a8 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config-test-infrastructure Helidon Config Test Infrastructure diff --git a/config/testing/pom.xml b/config/testing/pom.xml index 88b78e963c1..090112e3c6a 100644 --- a/config/testing/pom.xml +++ b/config/testing/pom.xml @@ -24,7 +24,7 @@ io.helidon.config helidon-config-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config-testing Helidon Config Testing diff --git a/config/tests/integration-tests/pom.xml b/config/tests/integration-tests/pom.xml index d9b83522764..2da0e00aa71 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.3-SNAPSHOT + 3.2.4-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 510af2c279f..233f94a7071 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.3-SNAPSHOT + 3.2.4-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 46b2dbb111c..8ce49e64270 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.3-SNAPSHOT + 3.2.4-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 80e5b3c215c..e200c54c357 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.3-SNAPSHOT + 3.2.4-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 6314ceaa286..3dbfe9780d9 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.3-SNAPSHOT + 3.2.4-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 d6cc94829f6..d6d8a9c6ad7 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.3-SNAPSHOT + 3.2.4-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 4c137ab3d02..d95b59b9f32 100644 --- a/config/tests/pom.xml +++ b/config/tests/pom.xml @@ -23,7 +23,7 @@ io.helidon.config helidon-config-project - 3.2.3-SNAPSHOT + 3.2.4-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 1d92d143f4a..faf755b7110 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.3-SNAPSHOT + 3.2.4-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 433a741a5f2..e2635c5bfe0 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.3-SNAPSHOT + 3.2.4-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 ecd87afb3c3..e035b1cd341 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.3-SNAPSHOT + 3.2.4-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 914e01e3351..d858ca0b834 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.3-SNAPSHOT + 3.2.4-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 766ab1984ff..0cbd88e8c3a 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.3-SNAPSHOT + 3.2.4-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 f9a53f8cf29..bee83d16b65 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.3-SNAPSHOT + 3.2.4-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 31bc3e1f56b..3b8b7eceac8 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.3-SNAPSHOT + 3.2.4-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 02636cc0c95..bc1cf483805 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.3-SNAPSHOT + 3.2.4-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 9208f655ed1..b9a00773a39 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.3-SNAPSHOT + 3.2.4-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 3c33fa5f850..1a66c5bff29 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.3-SNAPSHOT + 3.2.4-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 bef93a19862..c8b91a48772 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.3-SNAPSHOT + 3.2.4-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 eda2aac437d..7d422a81533 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.3-SNAPSHOT + 3.2.4-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 b7a2deda9d2..5938d2307e8 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.3-SNAPSHOT + 3.2.4-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 82dcccc7c39..620378d056a 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.3-SNAPSHOT + 3.2.4-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 ca8e6a76142..1e2cf5dac3f 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config-yaml-mp Helidon Config YAML MP diff --git a/config/yaml/pom.xml b/config/yaml/pom.xml index 80d01315e19..69cbd6ffe10 100644 --- a/config/yaml/pom.xml +++ b/config/yaml/pom.xml @@ -24,7 +24,7 @@ io.helidon.config helidon-config-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-config-yaml Helidon Config YAML diff --git a/dbclient/common/pom.xml b/dbclient/common/pom.xml index acbdfc384e3..c986374a0cb 100644 --- a/dbclient/common/pom.xml +++ b/dbclient/common/pom.xml @@ -21,7 +21,7 @@ helidon-dbclient-project io.helidon.dbclient - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/dbclient/dbclient/pom.xml b/dbclient/dbclient/pom.xml index fa6b24a2338..eec6f183c05 100644 --- a/dbclient/dbclient/pom.xml +++ b/dbclient/dbclient/pom.xml @@ -22,7 +22,7 @@ helidon-dbclient-project io.helidon.dbclient - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-dbclient diff --git a/dbclient/health/pom.xml b/dbclient/health/pom.xml index b6449165aa9..358e69fbe97 100644 --- a/dbclient/health/pom.xml +++ b/dbclient/health/pom.xml @@ -22,7 +22,7 @@ io.helidon.dbclient helidon-dbclient-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-dbclient-health diff --git a/dbclient/jdbc/pom.xml b/dbclient/jdbc/pom.xml index fcb764bec8d..1acd078d1f3 100644 --- a/dbclient/jdbc/pom.xml +++ b/dbclient/jdbc/pom.xml @@ -22,7 +22,7 @@ helidon-dbclient-project io.helidon.dbclient - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-dbclient-jdbc diff --git a/dbclient/jsonp/pom.xml b/dbclient/jsonp/pom.xml index a6dd068c041..dcb4cba5d49 100644 --- a/dbclient/jsonp/pom.xml +++ b/dbclient/jsonp/pom.xml @@ -21,7 +21,7 @@ helidon-dbclient-project io.helidon.dbclient - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/dbclient/metrics-jdbc/pom.xml b/dbclient/metrics-jdbc/pom.xml index 4ec64b16180..6ee1de35f8a 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-dbclient-metrics-jdbc diff --git a/dbclient/metrics/pom.xml b/dbclient/metrics/pom.xml index f5a2fc552c1..e5c0c44a529 100644 --- a/dbclient/metrics/pom.xml +++ b/dbclient/metrics/pom.xml @@ -22,7 +22,7 @@ io.helidon.dbclient helidon-dbclient-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-dbclient-metrics diff --git a/dbclient/mongodb/pom.xml b/dbclient/mongodb/pom.xml index 6818c73fa5d..c92e4f98974 100644 --- a/dbclient/mongodb/pom.xml +++ b/dbclient/mongodb/pom.xml @@ -21,7 +21,7 @@ helidon-dbclient-project io.helidon.dbclient - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/dbclient/pom.xml b/dbclient/pom.xml index d291ea24cd1..962c0745128 100644 --- a/dbclient/pom.xml +++ b/dbclient/pom.xml @@ -22,7 +22,7 @@ helidon-project io.helidon - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/dbclient/tracing/pom.xml b/dbclient/tracing/pom.xml index 70608209489..0c4d1f44b71 100644 --- a/dbclient/tracing/pom.xml +++ b/dbclient/tracing/pom.xml @@ -22,7 +22,7 @@ io.helidon.dbclient helidon-dbclient-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-dbclient-tracing diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 663a5bad3f1..e3a02ca9602 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -23,7 +23,7 @@ io.helidon helidon-bom - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../bom/pom.xml helidon-dependencies diff --git a/docs/includes/attributes.adoc b/docs/includes/attributes.adoc index 794fac4ebde..4afca48de69 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.3-SNAPSHOT +:helidon-version: 3.2.4-SNAPSHOT :helidon-version-is-release: true ifeval::["{helidon-version-is-release}" != "true"] diff --git a/examples/config/basics/pom.xml b/examples/config/basics/pom.xml index be88af7c520..d4fb8604571 100644 --- a/examples/config/basics/pom.xml +++ b/examples/config/basics/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.config diff --git a/examples/config/changes/pom.xml b/examples/config/changes/pom.xml index b71d2984a13..c769bd2b8f8 100644 --- a/examples/config/changes/pom.xml +++ b/examples/config/changes/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.config diff --git a/examples/config/git/pom.xml b/examples/config/git/pom.xml index db0b90382e1..82a9bf3dd4f 100644 --- a/examples/config/git/pom.xml +++ b/examples/config/git/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.config diff --git a/examples/config/mapping/pom.xml b/examples/config/mapping/pom.xml index acdfadc6bd6..a0aa787a5cb 100644 --- a/examples/config/mapping/pom.xml +++ b/examples/config/mapping/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.config diff --git a/examples/config/metadata/pom.xml b/examples/config/metadata/pom.xml index 1dfc8a3e809..6415de0e65d 100644 --- a/examples/config/metadata/pom.xml +++ b/examples/config/metadata/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.config diff --git a/examples/config/overrides/pom.xml b/examples/config/overrides/pom.xml index 78d4733f9cd..cd21fe1cf91 100644 --- a/examples/config/overrides/pom.xml +++ b/examples/config/overrides/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.config diff --git a/examples/config/pom.xml b/examples/config/pom.xml index e04a56cfb2c..746c3b2dbe1 100644 --- a/examples/config/pom.xml +++ b/examples/config/pom.xml @@ -23,7 +23,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.config helidon-examples-config-project diff --git a/examples/config/profiles/pom.xml b/examples/config/profiles/pom.xml index 1206bbfe2e3..a09c0633673 100644 --- a/examples/config/profiles/pom.xml +++ b/examples/config/profiles/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.config diff --git a/examples/config/sources/pom.xml b/examples/config/sources/pom.xml index 35b2b58ee71..e260e8aaf1a 100644 --- a/examples/config/sources/pom.xml +++ b/examples/config/sources/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.config diff --git a/examples/cors/pom.xml b/examples/cors/pom.xml index 1cc1f10bd46..1433c0d78b6 100644 --- a/examples/cors/pom.xml +++ b/examples/cors/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../applications/se/pom.xml io.helidon.examples diff --git a/examples/dbclient/common/pom.xml b/examples/dbclient/common/pom.xml index c2fc4053db5..3a7c259acc4 100644 --- a/examples/dbclient/common/pom.xml +++ b/examples/dbclient/common/pom.xml @@ -22,7 +22,7 @@ io.helidon.examples.dbclient helidon-examples-dbclient-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-examples-dbclient-common diff --git a/examples/dbclient/jdbc/pom.xml b/examples/dbclient/jdbc/pom.xml index 37581e28ffd..da6e5e4b125 100644 --- a/examples/dbclient/jdbc/pom.xml +++ b/examples/dbclient/jdbc/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml diff --git a/examples/dbclient/mongodb/pom.xml b/examples/dbclient/mongodb/pom.xml index d1d4d835ee1..56d1f32c878 100644 --- a/examples/dbclient/mongodb/pom.xml +++ b/examples/dbclient/mongodb/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml diff --git a/examples/dbclient/pokemons/pom.xml b/examples/dbclient/pokemons/pom.xml index 8a065207929..b98f09d9d3b 100644 --- a/examples/dbclient/pokemons/pom.xml +++ b/examples/dbclient/pokemons/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml diff --git a/examples/dbclient/pom.xml b/examples/dbclient/pom.xml index bed7572e529..1119358fe74 100644 --- a/examples/dbclient/pom.xml +++ b/examples/dbclient/pom.xml @@ -22,7 +22,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/examples/employee-app/pom.xml b/examples/employee-app/pom.xml index 0c7feee91d3..ead48b6538f 100644 --- a/examples/employee-app/pom.xml +++ b/examples/employee-app/pom.xml @@ -25,7 +25,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../applications/se/pom.xml io.helidon.examples.employee diff --git a/examples/graphql/basics/pom.xml b/examples/graphql/basics/pom.xml index 22a0fec0a4a..45a5f17b655 100644 --- a/examples/graphql/basics/pom.xml +++ b/examples/graphql/basics/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.graphql diff --git a/examples/graphql/pom.xml b/examples/graphql/pom.xml index e39468c692e..3fd32290852 100644 --- a/examples/graphql/pom.xml +++ b/examples/graphql/pom.xml @@ -22,7 +22,7 @@ helidon-examples-project io.helidon.examples - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.graphql helidon-examples-graphql-project diff --git a/examples/grpc/basics/pom.xml b/examples/grpc/basics/pom.xml index bd7371d57fe..2403348078e 100644 --- a/examples/grpc/basics/pom.xml +++ b/examples/grpc/basics/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.grpc diff --git a/examples/grpc/client-standalone/pom.xml b/examples/grpc/client-standalone/pom.xml index cb263871f16..5e081845190 100644 --- a/examples/grpc/client-standalone/pom.xml +++ b/examples/grpc/client-standalone/pom.xml @@ -21,7 +21,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.grpc diff --git a/examples/grpc/common/pom.xml b/examples/grpc/common/pom.xml index 7bd92dc4319..f3ab4d06349 100644 --- a/examples/grpc/common/pom.xml +++ b/examples/grpc/common/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.grpc diff --git a/examples/grpc/metrics/pom.xml b/examples/grpc/metrics/pom.xml index 375d5eb510f..0503f77f14f 100644 --- a/examples/grpc/metrics/pom.xml +++ b/examples/grpc/metrics/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.grpc diff --git a/examples/grpc/microprofile/basic-client/pom.xml b/examples/grpc/microprofile/basic-client/pom.xml index 15ba33bb7fb..264b4f55078 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml helidon-examples-grpc-microprofile-client diff --git a/examples/grpc/microprofile/basic-server-implicit/pom.xml b/examples/grpc/microprofile/basic-server-implicit/pom.xml index c8023ed5eb3..0ea963dbab9 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml helidon-examples-grpc-microprofile-basic-implicit diff --git a/examples/grpc/microprofile/metrics/pom.xml b/examples/grpc/microprofile/metrics/pom.xml index 4dd6bdc4b0f..44bd1d1c8b0 100644 --- a/examples/grpc/microprofile/metrics/pom.xml +++ b/examples/grpc/microprofile/metrics/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml helidon-examples-grpc-microprofile-metrics diff --git a/examples/grpc/microprofile/pom.xml b/examples/grpc/microprofile/pom.xml index a4a753bb59d..42d5ff75408 100644 --- a/examples/grpc/microprofile/pom.xml +++ b/examples/grpc/microprofile/pom.xml @@ -22,7 +22,7 @@ io.helidon.examples.grpc helidon-examples-grpc-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom io.helidon.examples.grpc.microprofile diff --git a/examples/grpc/opentracing/pom.xml b/examples/grpc/opentracing/pom.xml index 263f86e2b78..b1347325b6e 100644 --- a/examples/grpc/opentracing/pom.xml +++ b/examples/grpc/opentracing/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.grpc diff --git a/examples/grpc/pom.xml b/examples/grpc/pom.xml index df4d69c705c..d6b381288eb 100644 --- a/examples/grpc/pom.xml +++ b/examples/grpc/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.grpc helidon-examples-grpc-project diff --git a/examples/grpc/security-abac/pom.xml b/examples/grpc/security-abac/pom.xml index 01eb0ce3411..4936ac1fe17 100644 --- a/examples/grpc/security-abac/pom.xml +++ b/examples/grpc/security-abac/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.grpc diff --git a/examples/grpc/security-outbound/pom.xml b/examples/grpc/security-outbound/pom.xml index 41f552a9946..d4d6e177a90 100644 --- a/examples/grpc/security-outbound/pom.xml +++ b/examples/grpc/security-outbound/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.grpc diff --git a/examples/grpc/security/pom.xml b/examples/grpc/security/pom.xml index a58f5dddb42..5f854934adf 100644 --- a/examples/grpc/security/pom.xml +++ b/examples/grpc/security/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.grpc diff --git a/examples/health/basics/pom.xml b/examples/health/basics/pom.xml index 3cf4685947a..8c390d2d022 100644 --- a/examples/health/basics/pom.xml +++ b/examples/health/basics/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.health diff --git a/examples/health/pom.xml b/examples/health/pom.xml index bd200dd66d5..803338d8552 100644 --- a/examples/health/pom.xml +++ b/examples/health/pom.xml @@ -22,7 +22,7 @@ helidon-examples-project io.helidon.examples - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.health helidon-examples-health-project diff --git a/examples/integrations/cdi/datasource-hikaricp-h2/pom.xml b/examples/integrations/cdi/datasource-hikaricp-h2/pom.xml index 8a9995d07d5..5c173150867 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml 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 0cca19bc92c..41eb5b1d28d 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml io.helidon.examples.integrations.cdi diff --git a/examples/integrations/cdi/datasource-hikaricp/pom.xml b/examples/integrations/cdi/datasource-hikaricp/pom.xml index 35d99dec688..3fb6acbd8bd 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml io.helidon.examples.integrations.cdi diff --git a/examples/integrations/cdi/jedis/pom.xml b/examples/integrations/cdi/jedis/pom.xml index 19a28ad7997..c1dda096f99 100644 --- a/examples/integrations/cdi/jedis/pom.xml +++ b/examples/integrations/cdi/jedis/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml io.helidon.examples.integrations.cdi diff --git a/examples/integrations/cdi/jpa/pom.xml b/examples/integrations/cdi/jpa/pom.xml index ee528d491ab..1b6aefc7ae6 100644 --- a/examples/integrations/cdi/jpa/pom.xml +++ b/examples/integrations/cdi/jpa/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml io.helidon.examples.integrations.cdi diff --git a/examples/integrations/cdi/pokemons/pom.xml b/examples/integrations/cdi/pokemons/pom.xml index 36e518414c8..ee6dc072a64 100644 --- a/examples/integrations/cdi/pokemons/pom.xml +++ b/examples/integrations/cdi/pokemons/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml io.helidon.examples.integrations.cdi diff --git a/examples/integrations/cdi/pom.xml b/examples/integrations/cdi/pom.xml index 1064c1c1dda..130c2be9730 100644 --- a/examples/integrations/cdi/pom.xml +++ b/examples/integrations/cdi/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples.integrations helidon-examples-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.integrations.cdi helidon-examples-integrations-cdi-project diff --git a/examples/integrations/micrometer/mp/pom.xml b/examples/integrations/micrometer/mp/pom.xml index e9f421eb772..a9889538af8 100644 --- a/examples/integrations/micrometer/mp/pom.xml +++ b/examples/integrations/micrometer/mp/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml 4.0.0 diff --git a/examples/integrations/micrometer/pom.xml b/examples/integrations/micrometer/pom.xml index e81700e1ade..1eef517f982 100644 --- a/examples/integrations/micrometer/pom.xml +++ b/examples/integrations/micrometer/pom.xml @@ -22,7 +22,7 @@ io.helidon.examples.integrations helidon-examples-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-examples-micrometer-project diff --git a/examples/integrations/micrometer/se/pom.xml b/examples/integrations/micrometer/se/pom.xml index 68a249e5e42..0d96f1befe7 100644 --- a/examples/integrations/micrometer/se/pom.xml +++ b/examples/integrations/micrometer/se/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml diff --git a/examples/integrations/micronaut/data/pom.xml b/examples/integrations/micronaut/data/pom.xml index 7873cb3548d..cae946a1754 100644 --- a/examples/integrations/micronaut/data/pom.xml +++ b/examples/integrations/micronaut/data/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml helidon-examples-integrations-micronaut-data diff --git a/examples/integrations/micronaut/pom.xml b/examples/integrations/micronaut/pom.xml index c566f03623b..a0bcee5b0b6 100644 --- a/examples/integrations/micronaut/pom.xml +++ b/examples/integrations/micronaut/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples.integrations helidon-examples-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.integrations.micronaut helidon-examples-integrations-micronaut-project diff --git a/examples/integrations/microstream/greetings-mp/pom.xml b/examples/integrations/microstream/greetings-mp/pom.xml index d8d8438ee70..2e8bda99d4d 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml diff --git a/examples/integrations/microstream/greetings-se/pom.xml b/examples/integrations/microstream/greetings-se/pom.xml index 402a9002e6b..13024d6180e 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml diff --git a/examples/integrations/microstream/pom.xml b/examples/integrations/microstream/pom.xml index 1c6e9698305..7f4cef9b3d1 100644 --- a/examples/integrations/microstream/pom.xml +++ b/examples/integrations/microstream/pom.xml @@ -23,7 +23,7 @@ io.helidon.examples.integrations helidon-examples-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.integrations.microstream diff --git a/examples/integrations/neo4j/neo4j-mp/pom.xml b/examples/integrations/neo4j/neo4j-mp/pom.xml index 00aa5575919..ddf135839d0 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml io.helidon.examples.integrations.neo4j diff --git a/examples/integrations/neo4j/neo4j-se/pom.xml b/examples/integrations/neo4j/neo4j-se/pom.xml index ed0340edad4..f9a44b5f4b2 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml io.helidon.examples.integrations.neo4j diff --git a/examples/integrations/neo4j/pom.xml b/examples/integrations/neo4j/pom.xml index 8bf8dd1e03c..3658bfd624f 100644 --- a/examples/integrations/neo4j/pom.xml +++ b/examples/integrations/neo4j/pom.xml @@ -23,7 +23,7 @@ io.helidon.examples.integrations helidon-examples-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.integrations.neo4j helidon-examples-integrations-neo4j-project diff --git a/examples/integrations/oci/atp-cdi/pom.xml b/examples/integrations/oci/atp-cdi/pom.xml index f0c45ba93ef..04198f0db77 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml diff --git a/examples/integrations/oci/atp-reactive/pom.xml b/examples/integrations/oci/atp-reactive/pom.xml index f4eee71f456..ff67bbf0598 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml diff --git a/examples/integrations/oci/metrics-reactive/pom.xml b/examples/integrations/oci/metrics-reactive/pom.xml index f10393ff532..d0549524d75 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml diff --git a/examples/integrations/oci/objectstorage-cdi/pom.xml b/examples/integrations/oci/objectstorage-cdi/pom.xml index 0c3a8e1d17c..d8654c20213 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml diff --git a/examples/integrations/oci/objectstorage-reactive/pom.xml b/examples/integrations/oci/objectstorage-reactive/pom.xml index e046517aa9f..7ecd21fa11e 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml diff --git a/examples/integrations/oci/pom.xml b/examples/integrations/oci/pom.xml index 13a64e4d806..686d7f4b7a4 100644 --- a/examples/integrations/oci/pom.xml +++ b/examples/integrations/oci/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples.integrations helidon-examples-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.integrations.oci helidon-examples-integrations-oci-project diff --git a/examples/integrations/oci/vault-cdi/pom.xml b/examples/integrations/oci/vault-cdi/pom.xml index 5013c6ca871..eba117f4970 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml diff --git a/examples/integrations/oci/vault-reactive/pom.xml b/examples/integrations/oci/vault-reactive/pom.xml index 26b73d0915b..a5c2296d286 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml diff --git a/examples/integrations/pom.xml b/examples/integrations/pom.xml index edae8e5a1c6..c50eba4a57d 100644 --- a/examples/integrations/pom.xml +++ b/examples/integrations/pom.xml @@ -23,7 +23,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.integrations helidon-examples-integrations-project diff --git a/examples/integrations/vault/hcp-cdi/pom.xml b/examples/integrations/vault/hcp-cdi/pom.xml index 9a1de345cbc..ac65d9967ed 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml diff --git a/examples/integrations/vault/hcp-reactive/pom.xml b/examples/integrations/vault/hcp-reactive/pom.xml index 526325dace3..6ba7b3bc3f0 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml diff --git a/examples/integrations/vault/pom.xml b/examples/integrations/vault/pom.xml index 1b90dd0b9b4..3d940728bc4 100644 --- a/examples/integrations/vault/pom.xml +++ b/examples/integrations/vault/pom.xml @@ -23,7 +23,7 @@ io.helidon.examples.integrations helidon-examples-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.integrations.vault helidon-examples-integrations-vault-project diff --git a/examples/jbatch/pom.xml b/examples/jbatch/pom.xml index 82060fbd0d6..d3b3b558140 100644 --- a/examples/jbatch/pom.xml +++ b/examples/jbatch/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../applications/mp/pom.xml io.helidon.examples.jbatch diff --git a/examples/logging/jul/pom.xml b/examples/logging/jul/pom.xml index e12f6fe4294..9df32955823 100644 --- a/examples/logging/jul/pom.xml +++ b/examples/logging/jul/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.logging diff --git a/examples/logging/log4j/pom.xml b/examples/logging/log4j/pom.xml index be79857c827..c0de1020cf8 100644 --- a/examples/logging/log4j/pom.xml +++ b/examples/logging/log4j/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.logging diff --git a/examples/logging/logback-aot/pom.xml b/examples/logging/logback-aot/pom.xml index c5495cc84ad..fc9db3389c9 100644 --- a/examples/logging/logback-aot/pom.xml +++ b/examples/logging/logback-aot/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.logging diff --git a/examples/logging/pom.xml b/examples/logging/pom.xml index 38ea3df1482..7262ab18613 100644 --- a/examples/logging/pom.xml +++ b/examples/logging/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.logging helidon-examples-logging-project diff --git a/examples/logging/slf4j/pom.xml b/examples/logging/slf4j/pom.xml index 4b041051738..409bc6f2831 100644 --- a/examples/logging/slf4j/pom.xml +++ b/examples/logging/slf4j/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.logging diff --git a/examples/media/multipart/pom.xml b/examples/media/multipart/pom.xml index 2fbccb8cf52..3fc0a3642d0 100644 --- a/examples/media/multipart/pom.xml +++ b/examples/media/multipart/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.media diff --git a/examples/media/pom.xml b/examples/media/pom.xml index 26d76afe5e6..89ea5718b20 100644 --- a/examples/media/pom.xml +++ b/examples/media/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.media helidon-examples-media-project diff --git a/examples/messaging/jms-websocket-mp/pom.xml b/examples/messaging/jms-websocket-mp/pom.xml index d8bc8d3e18c..244ef553f61 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.jms diff --git a/examples/messaging/jms-websocket-se/pom.xml b/examples/messaging/jms-websocket-se/pom.xml index c102cab5cd2..7982098f561 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.jms diff --git a/examples/messaging/kafka-websocket-mp/pom.xml b/examples/messaging/kafka-websocket-mp/pom.xml index 31cf8dd1ded..e214f379f10 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.messaging.mp diff --git a/examples/messaging/kafka-websocket-se/pom.xml b/examples/messaging/kafka-websocket-se/pom.xml index 27834ce945f..f89b3203f78 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml 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 6719c827726..98d9d0951f8 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.messaging.aq diff --git a/examples/messaging/pom.xml b/examples/messaging/pom.xml index 923bde189ff..84bb816d8d8 100644 --- a/examples/messaging/pom.xml +++ b/examples/messaging/pom.xml @@ -23,7 +23,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.messaging helidon-examples-messaging-project diff --git a/examples/messaging/weblogic-jms-mp/pom.xml b/examples/messaging/weblogic-jms-mp/pom.xml index 9ead6f72bdf..fc61277ef7f 100644 --- a/examples/messaging/weblogic-jms-mp/pom.xml +++ b/examples/messaging/weblogic-jms-mp/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.messaging.wls diff --git a/examples/metrics/exemplar/pom.xml b/examples/metrics/exemplar/pom.xml index 0d7c560b700..c02ff806459 100644 --- a/examples/metrics/exemplar/pom.xml +++ b/examples/metrics/exemplar/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml 4.0.0 diff --git a/examples/metrics/filtering/mp/pom.xml b/examples/metrics/filtering/mp/pom.xml index bea7ce28dff..25665655006 100644 --- a/examples/metrics/filtering/mp/pom.xml +++ b/examples/metrics/filtering/mp/pom.xml @@ -21,7 +21,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml 4.0.0 diff --git a/examples/metrics/filtering/pom.xml b/examples/metrics/filtering/pom.xml index 16dcf13c60f..e2489e36681 100644 --- a/examples/metrics/filtering/pom.xml +++ b/examples/metrics/filtering/pom.xml @@ -23,7 +23,7 @@ helidon-examples-metrics-project io.helidon.examples - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 pom diff --git a/examples/metrics/filtering/se/pom.xml b/examples/metrics/filtering/se/pom.xml index 729e68df601..232b6ccb28f 100644 --- a/examples/metrics/filtering/se/pom.xml +++ b/examples/metrics/filtering/se/pom.xml @@ -21,7 +21,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml 4.0.0 diff --git a/examples/metrics/http-status-count-se/pom.xml b/examples/metrics/http-status-count-se/pom.xml index b4f488390ba..08a89f29e0f 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples diff --git a/examples/metrics/kpi/pom.xml b/examples/metrics/kpi/pom.xml index 3d35c99a3a9..0ee97930820 100644 --- a/examples/metrics/kpi/pom.xml +++ b/examples/metrics/kpi/pom.xml @@ -21,7 +21,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml 4.0.0 diff --git a/examples/metrics/pom.xml b/examples/metrics/pom.xml index 3f401af02dc..93d0e78c822 100644 --- a/examples/metrics/pom.xml +++ b/examples/metrics/pom.xml @@ -23,7 +23,7 @@ helidon-examples-project io.helidon.examples - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 pom diff --git a/examples/microprofile/bean-validation/pom.xml b/examples/microprofile/bean-validation/pom.xml index 349c506707d..c0539b471cb 100644 --- a/examples/microprofile/bean-validation/pom.xml +++ b/examples/microprofile/bean-validation/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/cors/pom.xml b/examples/microprofile/cors/pom.xml index c46a4d041aa..a365d29059e 100644 --- a/examples/microprofile/cors/pom.xml +++ b/examples/microprofile/cors/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/graphql/pom.xml b/examples/microprofile/graphql/pom.xml index df190661188..dd6be50bc52 100644 --- a/examples/microprofile/graphql/pom.xml +++ b/examples/microprofile/graphql/pom.xml @@ -21,7 +21,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/hello-world-explicit/pom.xml b/examples/microprofile/hello-world-explicit/pom.xml index bf428d6eb1b..8ef1e0ed45f 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml helidon-examples-microprofile-hello-world-explicit diff --git a/examples/microprofile/hello-world-implicit/pom.xml b/examples/microprofile/hello-world-implicit/pom.xml index 66950ac9dd1..821edd363b8 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml 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 2471e3f1d56..04c4154aedb 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples diff --git a/examples/microprofile/idcs/pom.xml b/examples/microprofile/idcs/pom.xml index 497613617b2..1e57445d3b6 100644 --- a/examples/microprofile/idcs/pom.xml +++ b/examples/microprofile/idcs/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/lra/pom.xml b/examples/microprofile/lra/pom.xml index 93b9c060f8c..588d105243e 100644 --- a/examples/microprofile/lra/pom.xml +++ b/examples/microprofile/lra/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/messaging-sse/pom.xml b/examples/microprofile/messaging-sse/pom.xml index d2c13484a11..cab07eb7708 100644 --- a/examples/microprofile/messaging-sse/pom.xml +++ b/examples/microprofile/messaging-sse/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/multipart/pom.xml b/examples/microprofile/multipart/pom.xml index 50842843a34..fda7cc9233c 100644 --- a/examples/microprofile/multipart/pom.xml +++ b/examples/microprofile/multipart/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/multiport/pom.xml b/examples/microprofile/multiport/pom.xml index 51e2d8f2f76..c9bfa374460 100644 --- a/examples/microprofile/multiport/pom.xml +++ b/examples/microprofile/multiport/pom.xml @@ -21,7 +21,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/oidc/pom.xml b/examples/microprofile/oidc/pom.xml index 52b1f33c028..7f49bd48da5 100644 --- a/examples/microprofile/oidc/pom.xml +++ b/examples/microprofile/oidc/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/openapi-basic/pom.xml b/examples/microprofile/openapi-basic/pom.xml index d6b4f6d7ab3..b586d420118 100644 --- a/examples/microprofile/openapi-basic/pom.xml +++ b/examples/microprofile/openapi-basic/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/pom.xml b/examples/microprofile/pom.xml index 32193c2922f..f156f2f2e62 100644 --- a/examples/microprofile/pom.xml +++ b/examples/microprofile/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom io.helidon.examples.microprofile diff --git a/examples/microprofile/security/pom.xml b/examples/microprofile/security/pom.xml index b4cea9400ee..ede07474e57 100644 --- a/examples/microprofile/security/pom.xml +++ b/examples/microprofile/security/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/static-content/pom.xml b/examples/microprofile/static-content/pom.xml index 965da4b7dda..7140f761586 100644 --- a/examples/microprofile/static-content/pom.xml +++ b/examples/microprofile/static-content/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/microprofile/tls/pom.xml b/examples/microprofile/tls/pom.xml index 14c6c43db30..eccaa7b447d 100644 --- a/examples/microprofile/tls/pom.xml +++ b/examples/microprofile/tls/pom.xml @@ -21,7 +21,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml diff --git a/examples/microprofile/websocket/pom.xml b/examples/microprofile/websocket/pom.xml index 80a9cdf0fb3..7549ccecd78 100644 --- a/examples/microprofile/websocket/pom.xml +++ b/examples/microprofile/websocket/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.microprofile diff --git a/examples/openapi-tools/pom.xml b/examples/openapi-tools/pom.xml index 04ec59c11aa..9dad575e617 100644 --- a/examples/openapi-tools/pom.xml +++ b/examples/openapi-tools/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom io.helidon.examples.openapi.tools diff --git a/examples/openapi-tools/quickstart-mp/mp-client/pom.xml b/examples/openapi-tools/quickstart-mp/mp-client/pom.xml index b3da64238a6..c7597fad44e 100644 --- a/examples/openapi-tools/quickstart-mp/mp-client/pom.xml +++ b/examples/openapi-tools/quickstart-mp/mp-client/pom.xml @@ -26,7 +26,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml 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 25bba9efde4..9b4f53fb098 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml openapi-mp-server diff --git a/examples/openapi-tools/quickstart-mp/pom.xml b/examples/openapi-tools/quickstart-mp/pom.xml index 5730b743e01..fe2d0f0829a 100644 --- a/examples/openapi-tools/quickstart-mp/pom.xml +++ b/examples/openapi-tools/quickstart-mp/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples.openapi.tools helidon-examples-openapi-tools-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom helidon-examples-openapi-tools-quickstart-mp diff --git a/examples/openapi-tools/quickstart-se/pom.xml b/examples/openapi-tools/quickstart-se/pom.xml index c668dfb2f2d..30b0eb9581a 100644 --- a/examples/openapi-tools/quickstart-se/pom.xml +++ b/examples/openapi-tools/quickstart-se/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples.openapi.tools helidon-examples-openapi-tools-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom helidon-examples-openapi-tools-quickstart-se diff --git a/examples/openapi-tools/quickstart-se/se-client/pom.xml b/examples/openapi-tools/quickstart-se/se-client/pom.xml index b803613a61b..ed921a42733 100644 --- a/examples/openapi-tools/quickstart-se/se-client/pom.xml +++ b/examples/openapi-tools/quickstart-se/se-client/pom.xml @@ -26,7 +26,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml 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 9cab8ab893c..65d3b20de96 100644 --- a/examples/openapi-tools/quickstart-se/se-server/pom.xml +++ b/examples/openapi-tools/quickstart-se/se-server/pom.xml @@ -25,7 +25,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml org.openapitools diff --git a/examples/openapi/pom.xml b/examples/openapi/pom.xml index bdb9fc7020d..78c3c5ee18e 100644 --- a/examples/openapi/pom.xml +++ b/examples/openapi/pom.xml @@ -21,7 +21,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../applications/se/pom.xml io.helidon.examples diff --git a/examples/pom.xml b/examples/pom.xml index 57906e5ae0f..20776977682 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples helidon-examples-project diff --git a/examples/quickstarts/helidon-quickstart-mp/build.gradle b/examples/quickstarts/helidon-quickstart-mp/build.gradle index 4f36b8c92f0..1d108d92037 100644 --- a/examples/quickstarts/helidon-quickstart-mp/build.gradle +++ b/examples/quickstarts/helidon-quickstart-mp/build.gradle @@ -32,7 +32,7 @@ tasks.withType(JavaCompile) { } ext { - helidonversion = '3.2.3-SNAPSHOT' + helidonversion = '3.2.4-SNAPSHOT' mainClass='io.helidon.microprofile.cdi.Main' } diff --git a/examples/quickstarts/helidon-quickstart-mp/pom.xml b/examples/quickstarts/helidon-quickstart-mp/pom.xml index e6182cfceeb..7c90d489ec5 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples diff --git a/examples/quickstarts/helidon-quickstart-se/build.gradle b/examples/quickstarts/helidon-quickstart-se/build.gradle index 4c1127c869b..7ef6c865780 100644 --- a/examples/quickstarts/helidon-quickstart-se/build.gradle +++ b/examples/quickstarts/helidon-quickstart-se/build.gradle @@ -31,7 +31,7 @@ tasks.withType(JavaCompile) { } ext { - helidonversion = '3.2.3-SNAPSHOT' + helidonversion = '3.2.4-SNAPSHOT' mainClass='io.helidon.examples.quickstart.se.Main' } diff --git a/examples/quickstarts/helidon-quickstart-se/pom.xml b/examples/quickstarts/helidon-quickstart-se/pom.xml index b0eef20b33e..abc1e45f9cc 100644 --- a/examples/quickstarts/helidon-quickstart-se/pom.xml +++ b/examples/quickstarts/helidon-quickstart-se/pom.xml @@ -24,12 +24,12 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples helidon-quickstart-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT Helidon Quickstart SE Example diff --git a/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml b/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml index fc3db5b688f..4e61fdcac7e 100644 --- a/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml +++ b/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml @@ -22,11 +22,11 @@ 4.0.0 io.helidon.examples.quickstarts helidon-standalone-quickstart-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT Helidon Standalone Quickstart MP Example - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.cdi.Main 17 diff --git a/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml b/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml index b7db6b57a4b..8eb7226d7d2 100644 --- a/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml +++ b/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml @@ -22,11 +22,11 @@ 4.0.0 io.helidon.examples.quickstarts helidon-standalone-quickstart-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT Helidon Standalone Quickstart SE Example - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.quickstart.se.Main 17 diff --git a/examples/quickstarts/pom.xml b/examples/quickstarts/pom.xml index 5c1be81238f..c49772751b0 100644 --- a/examples/quickstarts/pom.xml +++ b/examples/quickstarts/pom.xml @@ -23,7 +23,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.quickstarts examples-quickstarts-project diff --git a/examples/security/attribute-based-access-control/pom.xml b/examples/security/attribute-based-access-control/pom.xml index 4720a558bfd..af75ffd00a8 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml 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 5722d210658..53f325d4228 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.security diff --git a/examples/security/google-login/pom.xml b/examples/security/google-login/pom.xml index 3c3c866adf0..79628f5ba7c 100644 --- a/examples/security/google-login/pom.xml +++ b/examples/security/google-login/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.security diff --git a/examples/security/idcs-login/pom.xml b/examples/security/idcs-login/pom.xml index 4f318e1aaa8..6e9146e233a 100644 --- a/examples/security/idcs-login/pom.xml +++ b/examples/security/idcs-login/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.security diff --git a/examples/security/jersey/pom.xml b/examples/security/jersey/pom.xml index e19d577bf9d..41e7956c118 100644 --- a/examples/security/jersey/pom.xml +++ b/examples/security/jersey/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.security diff --git a/examples/security/nohttp-programmatic/pom.xml b/examples/security/nohttp-programmatic/pom.xml index 9b0e9a7500e..4e0ba63c70b 100644 --- a/examples/security/nohttp-programmatic/pom.xml +++ b/examples/security/nohttp-programmatic/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.security diff --git a/examples/security/outbound-override/pom.xml b/examples/security/outbound-override/pom.xml index 3facc5dcd10..098339b57c8 100644 --- a/examples/security/outbound-override/pom.xml +++ b/examples/security/outbound-override/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.security diff --git a/examples/security/pom.xml b/examples/security/pom.xml index 03a14f46c4c..565d56d4046 100644 --- a/examples/security/pom.xml +++ b/examples/security/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.security helidon-examples-security-project diff --git a/examples/security/spi-examples/pom.xml b/examples/security/spi-examples/pom.xml index 9cd6ea11001..5bac141b8d9 100644 --- a/examples/security/spi-examples/pom.xml +++ b/examples/security/spi-examples/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.security diff --git a/examples/security/vaults/pom.xml b/examples/security/vaults/pom.xml index 753c6cfc813..42fef145b2c 100644 --- a/examples/security/vaults/pom.xml +++ b/examples/security/vaults/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.security diff --git a/examples/security/webserver-digest-auth/pom.xml b/examples/security/webserver-digest-auth/pom.xml index 74fd9f60778..ef19cab749c 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 - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.security diff --git a/examples/security/webserver-signatures/pom.xml b/examples/security/webserver-signatures/pom.xml index ac4b422d550..6c827403836 100644 --- a/examples/security/webserver-signatures/pom.xml +++ b/examples/security/webserver-signatures/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.security diff --git a/examples/todo-app/backend/pom.xml b/examples/todo-app/backend/pom.xml index f45875db69e..fdc17f00bdb 100644 --- a/examples/todo-app/backend/pom.xml +++ b/examples/todo-app/backend/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-mp - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.examples.todos diff --git a/examples/todo-app/frontend/pom.xml b/examples/todo-app/frontend/pom.xml index f7763f8ec5b..e1d03728f33 100644 --- a/examples/todo-app/frontend/pom.xml +++ b/examples/todo-app/frontend/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.todo diff --git a/examples/todo-app/pom.xml b/examples/todo-app/pom.xml index a79d1535d6f..01141be3556 100644 --- a/examples/todo-app/pom.xml +++ b/examples/todo-app/pom.xml @@ -24,13 +24,13 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.todos example-todo-app-project pom - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT Helidon Examples TODO Demo diff --git a/examples/translator-app/backend/pom.xml b/examples/translator-app/backend/pom.xml index 7069e82580b..4f0bba1aa77 100644 --- a/examples/translator-app/backend/pom.xml +++ b/examples/translator-app/backend/pom.xml @@ -24,12 +24,12 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.translator helidon-examples-translator-backend - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT Helidon Examples Translator Backend diff --git a/examples/translator-app/frontend/pom.xml b/examples/translator-app/frontend/pom.xml index 2ff1b73f564..6653cd70344 100644 --- a/examples/translator-app/frontend/pom.xml +++ b/examples/translator-app/frontend/pom.xml @@ -24,12 +24,12 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.translator helidon-examples-translator-frontend - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT Helidon Examples Translator Frontend diff --git a/examples/translator-app/pom.xml b/examples/translator-app/pom.xml index 7c8614bb33b..9ec3df77185 100644 --- a/examples/translator-app/pom.xml +++ b/examples/translator-app/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.translator helidon-examples-translator-project diff --git a/examples/webclient/pom.xml b/examples/webclient/pom.xml index 8906da8ae66..407a56248be 100644 --- a/examples/webclient/pom.xml +++ b/examples/webclient/pom.xml @@ -22,7 +22,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.webclient diff --git a/examples/webclient/standalone/pom.xml b/examples/webclient/standalone/pom.xml index 35429b83f9a..312894bc0f7 100644 --- a/examples/webclient/standalone/pom.xml +++ b/examples/webclient/standalone/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml diff --git a/examples/webserver/basics/pom.xml b/examples/webserver/basics/pom.xml index 3907580ce53..f955b07086e 100644 --- a/examples/webserver/basics/pom.xml +++ b/examples/webserver/basics/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.webserver diff --git a/examples/webserver/comment-aas/pom.xml b/examples/webserver/comment-aas/pom.xml index 2434f5415e1..0bae84612dc 100644 --- a/examples/webserver/comment-aas/pom.xml +++ b/examples/webserver/comment-aas/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.webserver diff --git a/examples/webserver/fault-tolerance/pom.xml b/examples/webserver/fault-tolerance/pom.xml index d732827b26b..d162f18b777 100644 --- a/examples/webserver/fault-tolerance/pom.xml +++ b/examples/webserver/fault-tolerance/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml diff --git a/examples/webserver/jersey/pom.xml b/examples/webserver/jersey/pom.xml index cbb66ae7474..a35a643802d 100644 --- a/examples/webserver/jersey/pom.xml +++ b/examples/webserver/jersey/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.webserver diff --git a/examples/webserver/multiport/pom.xml b/examples/webserver/multiport/pom.xml index 3c4f989c4fa..9a10536750b 100644 --- a/examples/webserver/multiport/pom.xml +++ b/examples/webserver/multiport/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.webserver diff --git a/examples/webserver/mutual-tls/pom.xml b/examples/webserver/mutual-tls/pom.xml index 5e0a0e1465a..3ab8a632031 100644 --- a/examples/webserver/mutual-tls/pom.xml +++ b/examples/webserver/mutual-tls/pom.xml @@ -21,7 +21,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.webserver diff --git a/examples/webserver/opentracing/pom.xml b/examples/webserver/opentracing/pom.xml index 5c2cb02a64d..3e4ecf9287b 100644 --- a/examples/webserver/opentracing/pom.xml +++ b/examples/webserver/opentracing/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.webserver diff --git a/examples/webserver/pom.xml b/examples/webserver/pom.xml index bd0ed129aec..c51ecf6f0a7 100644 --- a/examples/webserver/pom.xml +++ b/examples/webserver/pom.xml @@ -24,7 +24,7 @@ io.helidon.examples helidon-examples-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.examples.webserver helidon-examples-webserver-project diff --git a/examples/webserver/static-content/pom.xml b/examples/webserver/static-content/pom.xml index 5452fb50f9a..9a8dcb01c08 100644 --- a/examples/webserver/static-content/pom.xml +++ b/examples/webserver/static-content/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.webserver diff --git a/examples/webserver/streaming/pom.xml b/examples/webserver/streaming/pom.xml index 970ac7e262f..a894738bd34 100644 --- a/examples/webserver/streaming/pom.xml +++ b/examples/webserver/streaming/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.webserver diff --git a/examples/webserver/threadpool/pom.xml b/examples/webserver/threadpool/pom.xml index 78993ffccc2..d2a51b66e85 100644 --- a/examples/webserver/threadpool/pom.xml +++ b/examples/webserver/threadpool/pom.xml @@ -23,7 +23,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.webserver diff --git a/examples/webserver/tls/pom.xml b/examples/webserver/tls/pom.xml index 7c0f826640d..0752994cb76 100644 --- a/examples/webserver/tls/pom.xml +++ b/examples/webserver/tls/pom.xml @@ -22,7 +22,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml diff --git a/examples/webserver/tutorial/pom.xml b/examples/webserver/tutorial/pom.xml index f6a20c95834..f613849abe5 100644 --- a/examples/webserver/tutorial/pom.xml +++ b/examples/webserver/tutorial/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.webserver diff --git a/examples/webserver/websocket/pom.xml b/examples/webserver/websocket/pom.xml index 3175f4d4353..f45b2200cb7 100644 --- a/examples/webserver/websocket/pom.xml +++ b/examples/webserver/websocket/pom.xml @@ -24,7 +24,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.examples.webserver diff --git a/fault-tolerance/pom.xml b/fault-tolerance/pom.xml index 06faefb443f..e45fc32806e 100644 --- a/fault-tolerance/pom.xml +++ b/fault-tolerance/pom.xml @@ -22,7 +22,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.fault-tolerance diff --git a/graphql/pom.xml b/graphql/pom.xml index eb555026111..7ac350e353b 100644 --- a/graphql/pom.xml +++ b/graphql/pom.xml @@ -26,7 +26,7 @@ helidon-project io.helidon - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.graphql diff --git a/graphql/server/pom.xml b/graphql/server/pom.xml index c45ecf242ae..9bf5f25b4bd 100644 --- a/graphql/server/pom.xml +++ b/graphql/server/pom.xml @@ -25,7 +25,7 @@ io.helidon.graphql helidon-graphql-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-graphql-server diff --git a/grpc/client/pom.xml b/grpc/client/pom.xml index 51a05c1f546..9c88e5ba8ec 100644 --- a/grpc/client/pom.xml +++ b/grpc/client/pom.xml @@ -25,7 +25,7 @@ io.helidon.grpc helidon-grpc-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-grpc-client diff --git a/grpc/core/pom.xml b/grpc/core/pom.xml index 6dd56e6e53c..001dbbaaba8 100644 --- a/grpc/core/pom.xml +++ b/grpc/core/pom.xml @@ -25,7 +25,7 @@ io.helidon.grpc helidon-grpc-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-grpc-core diff --git a/grpc/io.grpc/pom.xml b/grpc/io.grpc/pom.xml index 52f33c29010..4cd1fa09780 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.grpc diff --git a/grpc/metrics/pom.xml b/grpc/metrics/pom.xml index f1afafb7566..b489322598c 100644 --- a/grpc/metrics/pom.xml +++ b/grpc/metrics/pom.xml @@ -23,7 +23,7 @@ io.helidon.grpc helidon-grpc-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-grpc-metrics diff --git a/grpc/pom.xml b/grpc/pom.xml index e7d31c98f77..cccd760c821 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -26,7 +26,7 @@ helidon-project io.helidon - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.grpc diff --git a/grpc/server/pom.xml b/grpc/server/pom.xml index 6e7ee99df53..c447c9003b0 100644 --- a/grpc/server/pom.xml +++ b/grpc/server/pom.xml @@ -25,7 +25,7 @@ io.helidon.grpc helidon-grpc-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-grpc-server diff --git a/health/common/pom.xml b/health/common/pom.xml index 49c85399af4..abe925d3948 100644 --- a/health/common/pom.xml +++ b/health/common/pom.xml @@ -21,7 +21,7 @@ helidon-health-project io.helidon.health - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/health/health-checks/pom.xml b/health/health-checks/pom.xml index 75ca1512c4e..6719969f84f 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-health-checks diff --git a/health/health/pom.xml b/health/health/pom.xml index c5dcc2c46c8..0378b02b534 100644 --- a/health/health/pom.xml +++ b/health/health/pom.xml @@ -21,7 +21,7 @@ helidon-health-project io.helidon.health - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/health/pom.xml b/health/pom.xml index 66ec7ba2e45..8293921f209 100644 --- a/health/pom.xml +++ b/health/pom.xml @@ -22,7 +22,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/integrations/cdi/common-cdi/delegates/pom.xml b/integrations/cdi/common-cdi/delegates/pom.xml index a09c1d6fdf2..9647af3d357 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.3-SNAPSHOT + 3.2.4-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 75000d2d012..6fe2be4b047 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.3-SNAPSHOT + 3.2.4-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 d4de8de809f..a2b5fae9108 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.3-SNAPSHOT + 3.2.4-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 db4c1d6e068..2f979dcbc0e 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.3-SNAPSHOT + 3.2.4-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 fb8084e134f..7978deb53f5 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.3-SNAPSHOT + 3.2.4-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 cf68fd4b413..7ef579d22d3 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.3-SNAPSHOT + 3.2.4-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 9f3ca4d2f52..fea2ad8a7a0 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.3-SNAPSHOT + 3.2.4-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 27b1ee5945c..2f8a42fd73f 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.3-SNAPSHOT + 3.2.4-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 93c1f8e2e48..79b74008f92 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.3-SNAPSHOT + 3.2.4-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 9b0c01e74ba..3c7fa480011 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.3-SNAPSHOT + 3.2.4-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 932e96393a4..712a03d2a1c 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.3-SNAPSHOT + 3.2.4-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 32b87a210f1..8506f70affa 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-cdi-jta-weld Helidon CDI Integrations JTA Weld diff --git a/integrations/cdi/pom.xml b/integrations/cdi/pom.xml index cd32c9392cc..5ae83dc24fd 100644 --- a/integrations/cdi/pom.xml +++ b/integrations/cdi/pom.xml @@ -24,7 +24,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.integrations.cdi helidon-integrations-cdi-project diff --git a/integrations/common/pom.xml b/integrations/common/pom.xml index 611d1d953e8..be990677be0 100644 --- a/integrations/common/pom.xml +++ b/integrations/common/pom.xml @@ -22,7 +22,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/integrations/common/rest/pom.xml b/integrations/common/rest/pom.xml index a14d660b064..59d515485af 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-common-rest diff --git a/integrations/db/h2/pom.xml b/integrations/db/h2/pom.xml index bc1467ac67d..aeb3389d689 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.3-SNAPSHOT + 3.2.4-SNAPSHOT h2 diff --git a/integrations/db/mysql/pom.xml b/integrations/db/mysql/pom.xml index 676d0cbc640..5e0748a0801 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-db-mysql diff --git a/integrations/db/ojdbc/pom.xml b/integrations/db/ojdbc/pom.xml index ae6e5fd4567..572db5f49ed 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ojdbc diff --git a/integrations/db/pgsql/pom.xml b/integrations/db/pgsql/pom.xml index d5143aadc80..ddc8baf419b 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-db-pgsql diff --git a/integrations/db/pom.xml b/integrations/db/pom.xml index 6998ba542fa..1a101fa27c6 100644 --- a/integrations/db/pom.xml +++ b/integrations/db/pom.xml @@ -21,7 +21,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-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 5ae329708f9..3e75cf3c2a6 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/integrations/graal/native-image-extension/pom.xml b/integrations/graal/native-image-extension/pom.xml index 6544ac422b5..7a715d7b05f 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/integrations/graal/pom.xml b/integrations/graal/pom.xml index f94f836ebab..5cf778e6f68 100644 --- a/integrations/graal/pom.xml +++ b/integrations/graal/pom.xml @@ -22,7 +22,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT diff --git a/integrations/jdbc/jdbc/pom.xml b/integrations/jdbc/jdbc/pom.xml index d0c4b1cb4de..8fb3b556c80 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.integrations.jdbc diff --git a/integrations/jdbc/pom.xml b/integrations/jdbc/pom.xml index 11448f45b12..20f8da4d289 100644 --- a/integrations/jdbc/pom.xml +++ b/integrations/jdbc/pom.xml @@ -21,7 +21,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 pom diff --git a/integrations/jta/jdbc/pom.xml b/integrations/jta/jdbc/pom.xml index 1adf726aa0d..79119b89bcc 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.integrations.jta diff --git a/integrations/jta/pom.xml b/integrations/jta/pom.xml index 97eaddcbb0b..ba4af192460 100644 --- a/integrations/jta/pom.xml +++ b/integrations/jta/pom.xml @@ -21,7 +21,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 pom diff --git a/integrations/micrometer/cdi/pom.xml b/integrations/micrometer/cdi/pom.xml index f4529702ba2..4bf7faad51e 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.integrations.micrometer diff --git a/integrations/micrometer/micrometer/pom.xml b/integrations/micrometer/micrometer/pom.xml index c48d058ed7a..b53da589226 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.integrations.micrometer diff --git a/integrations/micrometer/pom.xml b/integrations/micrometer/pom.xml index 51f787b079d..2a4fe8859f7 100644 --- a/integrations/micrometer/pom.xml +++ b/integrations/micrometer/pom.xml @@ -24,7 +24,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-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 89caa15807d..b210798ce10 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-micronaut-cdi-processor diff --git a/integrations/micronaut/cdi/pom.xml b/integrations/micronaut/cdi/pom.xml index e1ed2257bf0..681e7616f3f 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-micronaut-cdi diff --git a/integrations/micronaut/data/pom.xml b/integrations/micronaut/data/pom.xml index 2367d15a105..52cc5201837 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-micronaut-data diff --git a/integrations/micronaut/pom.xml b/integrations/micronaut/pom.xml index 15f0df779fc..f3fa6ad9581 100644 --- a/integrations/micronaut/pom.xml +++ b/integrations/micronaut/pom.xml @@ -22,7 +22,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.integrations.micronaut diff --git a/integrations/microstream/cache/pom.xml b/integrations/microstream/cache/pom.xml index f358ce98f90..6b640e31449 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-microstream-cache diff --git a/integrations/microstream/cdi/pom.xml b/integrations/microstream/cdi/pom.xml index 8dacac2f68b..c41403b75ce 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-microstream-cdi diff --git a/integrations/microstream/core/pom.xml b/integrations/microstream/core/pom.xml index c0a7515e107..89fa66df87c 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-microstream diff --git a/integrations/microstream/health/pom.xml b/integrations/microstream/health/pom.xml index db328463a6d..328a97b7d6f 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-microstream-health diff --git a/integrations/microstream/metrics/pom.xml b/integrations/microstream/metrics/pom.xml index 42a34010802..408d2752691 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-microstream-metrics diff --git a/integrations/microstream/pom.xml b/integrations/microstream/pom.xml index 5ff8e0dab9e..4619599097c 100644 --- a/integrations/microstream/pom.xml +++ b/integrations/microstream/pom.xml @@ -23,7 +23,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.integrations.microstream diff --git a/integrations/neo4j/health/pom.xml b/integrations/neo4j/health/pom.xml index c10c5f2b459..f382332c686 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-neo4j-health diff --git a/integrations/neo4j/metrics/pom.xml b/integrations/neo4j/metrics/pom.xml index 15c4d037304..bbb2f5df2cc 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-neo4j-metrics diff --git a/integrations/neo4j/neo4j/pom.xml b/integrations/neo4j/neo4j/pom.xml index ec9602a974a..5bf3620c563 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-neo4j diff --git a/integrations/neo4j/pom.xml b/integrations/neo4j/pom.xml index 1022e109e21..2b39a8b2819 100644 --- a/integrations/neo4j/pom.xml +++ b/integrations/neo4j/pom.xml @@ -24,7 +24,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-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 500584b0275..1f9d819aee9 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.3-SNAPSHOT + 3.2.4-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 d8e78286295..ca5dea6b3c6 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-oci-metrics Helidon Integrations OCI Metrics diff --git a/integrations/oci/metrics/pom.xml b/integrations/oci/metrics/pom.xml index a2d11cd922b..43d81f7a476 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.3-SNAPSHOT + 3.2.4-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 5620fe1c641..ad2f4e7b01b 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.3-SNAPSHOT + 3.2.4-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 e81dfa09be9..92ef55a0dcb 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.3-SNAPSHOT + 3.2.4-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 1363a251330..3ce57c5b864 100644 --- a/integrations/oci/pom.xml +++ b/integrations/oci/pom.xml @@ -22,7 +22,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.integrations.oci diff --git a/integrations/oci/sdk/cdi/pom.xml b/integrations/oci/sdk/cdi/pom.xml index b4d4f52cb61..704b8f91ce2 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.3-SNAPSHOT + 3.2.4-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 7267c24724f..2a2bcfa13dd 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.3-SNAPSHOT + 3.2.4-SNAPSHOT pom io.helidon.integrations.oci.sdk diff --git a/integrations/oci/sdk/runtime/pom.xml b/integrations/oci/sdk/runtime/pom.xml index be15aa2770a..b60bf433c7f 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../pom.xml 4.0.0 diff --git a/integrations/oci/tls-certificates/pom.xml b/integrations/oci/tls-certificates/pom.xml index c3953ff5f91..71e14872714 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/integrations/openapi-ui/pom.xml b/integrations/openapi-ui/pom.xml index 9beb50d82cb..f55b2a4874c 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.integrations.openapi-ui diff --git a/integrations/pom.xml b/integrations/pom.xml index 4663c9f68a9..3cc6318c937 100644 --- a/integrations/pom.xml +++ b/integrations/pom.xml @@ -24,7 +24,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.integrations helidon-integrations-project diff --git a/integrations/vault/auths/approle/pom.xml b/integrations/vault/auths/approle/pom.xml index 5d00279ac65..4b7d159ecd6 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault-auths-approle diff --git a/integrations/vault/auths/common/pom.xml b/integrations/vault/auths/common/pom.xml index 37b24043530..ee3b8504e44 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault-auths-common diff --git a/integrations/vault/auths/k8s/pom.xml b/integrations/vault/auths/k8s/pom.xml index e506b0e6cd7..06c607f1aed 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault-auths-k8s diff --git a/integrations/vault/auths/pom.xml b/integrations/vault/auths/pom.xml index 358a0b3561c..0a139cfa895 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.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/integrations/vault/auths/token/pom.xml b/integrations/vault/auths/token/pom.xml index 0ab9dea6811..f3dbb7b7400 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault-auths-token diff --git a/integrations/vault/cdi/pom.xml b/integrations/vault/cdi/pom.xml index 798b1213b42..aab5cf43c22 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault-cdi diff --git a/integrations/vault/pom.xml b/integrations/vault/pom.xml index 85ef595f1b2..7e3648c2728 100644 --- a/integrations/vault/pom.xml +++ b/integrations/vault/pom.xml @@ -22,7 +22,7 @@ io.helidon.integrations helidon-integrations-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.integrations.vault diff --git a/integrations/vault/secrets/cubbyhole/pom.xml b/integrations/vault/secrets/cubbyhole/pom.xml index 6885c0faaf6..ba4cfc3eede 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault-secrets-cubbyhole diff --git a/integrations/vault/secrets/database/pom.xml b/integrations/vault/secrets/database/pom.xml index 379a50515b1..de24b0e0fad 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault-secrets-database diff --git a/integrations/vault/secrets/kv1/pom.xml b/integrations/vault/secrets/kv1/pom.xml index 496b5a74e51..cd9c101cec7 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault-secrets-kv1 diff --git a/integrations/vault/secrets/kv2/pom.xml b/integrations/vault/secrets/kv2/pom.xml index bb7ce515266..337fb95df8a 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault-secrets-kv2 diff --git a/integrations/vault/secrets/pki/pom.xml b/integrations/vault/secrets/pki/pom.xml index 8f3ae661658..c0f68b8be7c 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault-secrets-pki diff --git a/integrations/vault/secrets/pom.xml b/integrations/vault/secrets/pom.xml index 108300d55bf..faec53da8d4 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.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/integrations/vault/secrets/transit/pom.xml b/integrations/vault/secrets/transit/pom.xml index 527df7f7fae..14c3f7e64d6 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault-secrets-transit diff --git a/integrations/vault/sys/pom.xml b/integrations/vault/sys/pom.xml index 8b6d29769d2..0363ba4b8e3 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.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/integrations/vault/sys/sys/pom.xml b/integrations/vault/sys/sys/pom.xml index c094c4fce35..1a66549c8ab 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/integrations/vault/vault/pom.xml b/integrations/vault/vault/pom.xml index d53f1adbd39..16602d9cef1 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-integrations-vault diff --git a/jersey/client/pom.xml b/jersey/client/pom.xml index 3886f4eba80..c220b98af66 100644 --- a/jersey/client/pom.xml +++ b/jersey/client/pom.xml @@ -21,7 +21,7 @@ io.helidon.jersey helidon-jersey-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/jersey/common/pom.xml b/jersey/common/pom.xml index 59fab50bdd7..7bf0379cfe2 100644 --- a/jersey/common/pom.xml +++ b/jersey/common/pom.xml @@ -21,7 +21,7 @@ helidon-jersey-project io.helidon.jersey - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/jersey/connector/pom.xml b/jersey/connector/pom.xml index a6ee7e30ed2..43561ea7b6e 100644 --- a/jersey/connector/pom.xml +++ b/jersey/connector/pom.xml @@ -21,7 +21,7 @@ helidon-jersey-project io.helidon.jersey - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/jersey/jsonp/pom.xml b/jersey/jsonp/pom.xml index 9eb340e5ac5..237c0938b27 100644 --- a/jersey/jsonp/pom.xml +++ b/jersey/jsonp/pom.xml @@ -21,7 +21,7 @@ helidon-jersey-project io.helidon.jersey - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/jersey/pom.xml b/jersey/pom.xml index a73cb95776c..c3c061516e8 100644 --- a/jersey/pom.xml +++ b/jersey/pom.xml @@ -21,7 +21,7 @@ helidon-project io.helidon - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 pom diff --git a/jersey/server/pom.xml b/jersey/server/pom.xml index 520cd68976f..fb00b3a7988 100644 --- a/jersey/server/pom.xml +++ b/jersey/server/pom.xml @@ -22,7 +22,7 @@ io.helidon.jersey helidon-jersey-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-jersey-server diff --git a/licensing/pom.xml b/licensing/pom.xml index f11741bac05..81cc7112307 100644 --- a/licensing/pom.xml +++ b/licensing/pom.xml @@ -23,7 +23,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.licensing helidon-licensing diff --git a/logging/common/pom.xml b/logging/common/pom.xml index 1d6e6b01f68..6c47dc727b8 100644 --- a/logging/common/pom.xml +++ b/logging/common/pom.xml @@ -21,7 +21,7 @@ helidon-logging-project io.helidon.logging - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-logging-common diff --git a/logging/jul/pom.xml b/logging/jul/pom.xml index 0740d05d023..0165343b9bf 100644 --- a/logging/jul/pom.xml +++ b/logging/jul/pom.xml @@ -20,7 +20,7 @@ helidon-logging-project io.helidon.logging - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/logging/log4j/pom.xml b/logging/log4j/pom.xml index 8dbdcd9b94d..b9acce97559 100644 --- a/logging/log4j/pom.xml +++ b/logging/log4j/pom.xml @@ -20,7 +20,7 @@ helidon-logging-project io.helidon.logging - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/logging/pom.xml b/logging/pom.xml index 7be840317ab..bd6b7b8a3a3 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -21,7 +21,7 @@ helidon-project io.helidon - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.logging diff --git a/logging/slf4j/pom.xml b/logging/slf4j/pom.xml index b5e7ccb5d8c..d30152c5c6a 100644 --- a/logging/slf4j/pom.xml +++ b/logging/slf4j/pom.xml @@ -21,7 +21,7 @@ helidon-logging-project io.helidon.logging - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-logging-slf4j diff --git a/lra/coordinator/client/narayana-client/pom.xml b/lra/coordinator/client/narayana-client/pom.xml index 8401f770921..ebc26aa41de 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-lra-coordinator-narayana-client diff --git a/lra/coordinator/client/pom.xml b/lra/coordinator/client/pom.xml index 48749ff337a..f5f94475753 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.3-SNAPSHOT + 3.2.4-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 7645438e04e..3d7aaf50cd2 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-lra-coordinator-client-spi diff --git a/lra/coordinator/pom.xml b/lra/coordinator/pom.xml index 7b8c23f576c..48614a3c80a 100644 --- a/lra/coordinator/pom.xml +++ b/lra/coordinator/pom.xml @@ -24,7 +24,7 @@ io.helidon.lra helidon-lra-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.lra helidon-lra-coordinator-project diff --git a/lra/coordinator/server/pom.xml b/lra/coordinator/server/pom.xml index 6bf257c09b4..681b2c5059e 100644 --- a/lra/coordinator/server/pom.xml +++ b/lra/coordinator/server/pom.xml @@ -25,7 +25,7 @@ io.helidon.applications helidon-se - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml diff --git a/lra/pom.xml b/lra/pom.xml index a8c01c48e13..0a23d1b39a4 100644 --- a/lra/pom.xml +++ b/lra/pom.xml @@ -24,7 +24,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.lra helidon-lra-project diff --git a/media/common/pom.xml b/media/common/pom.xml index 7c2e0412364..07a6f952b40 100644 --- a/media/common/pom.xml +++ b/media/common/pom.xml @@ -21,7 +21,7 @@ io.helidon.media helidon-media-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/media/jackson/pom.xml b/media/jackson/pom.xml index 8d4c1d33f46..ecaccb8bbac 100644 --- a/media/jackson/pom.xml +++ b/media/jackson/pom.xml @@ -23,7 +23,7 @@ io.helidon.media helidon-media-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-media-jackson diff --git a/media/jsonb/pom.xml b/media/jsonb/pom.xml index 31700de54cc..3f5be25512b 100644 --- a/media/jsonb/pom.xml +++ b/media/jsonb/pom.xml @@ -23,7 +23,7 @@ io.helidon.media helidon-media-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-media-jsonb diff --git a/media/jsonp/pom.xml b/media/jsonp/pom.xml index abe195a9fb4..062058d9737 100644 --- a/media/jsonp/pom.xml +++ b/media/jsonp/pom.xml @@ -23,7 +23,7 @@ io.helidon.media helidon-media-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-media-jsonp diff --git a/media/multipart/pom.xml b/media/multipart/pom.xml index 99d468ac78e..98786c4b686 100644 --- a/media/multipart/pom.xml +++ b/media/multipart/pom.xml @@ -22,7 +22,7 @@ io.helidon.media helidon-media-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-media-multipart Helidon Media MultiPart diff --git a/media/pom.xml b/media/pom.xml index f8aa1fab322..a6d7eb98bcf 100644 --- a/media/pom.xml +++ b/media/pom.xml @@ -22,7 +22,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom io.helidon.media diff --git a/messaging/connectors/aq/pom.xml b/messaging/connectors/aq/pom.xml index 737ce9ecc7f..e00a522a71b 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.messaging.aq diff --git a/messaging/connectors/jms-shim/pom.xml b/messaging/connectors/jms-shim/pom.xml index 5a5b4fd61e9..b0f4da4245f 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-messaging-jms-shim diff --git a/messaging/connectors/jms/pom.xml b/messaging/connectors/jms/pom.xml index 607320864cc..e0bcf61b5de 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.messaging.jms diff --git a/messaging/connectors/kafka/pom.xml b/messaging/connectors/kafka/pom.xml index 312bc65986f..dd92b68b762 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.messaging.kafka diff --git a/messaging/connectors/mock/pom.xml b/messaging/connectors/mock/pom.xml index 735aebd3022..950636924d2 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.messaging.mock diff --git a/messaging/connectors/pom.xml b/messaging/connectors/pom.xml index 98cabf56c13..2a606cdcf02 100644 --- a/messaging/connectors/pom.xml +++ b/messaging/connectors/pom.xml @@ -23,7 +23,7 @@ io.helidon.messaging helidon-messaging-project - 3.2.3-SNAPSHOT + 3.2.4-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 48228d3d484..65e11edf53b 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.messaging.wls-jms diff --git a/messaging/messaging/pom.xml b/messaging/messaging/pom.xml index 2edfee06099..39b59277cd7 100644 --- a/messaging/messaging/pom.xml +++ b/messaging/messaging/pom.xml @@ -23,7 +23,7 @@ io.helidon.messaging helidon-messaging-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-messaging diff --git a/messaging/pom.xml b/messaging/pom.xml index e83f370c4f1..2fc1f9b4511 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -24,7 +24,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.messaging helidon-messaging-project diff --git a/metrics/api/pom.xml b/metrics/api/pom.xml index b7144d9861d..ba900421b66 100644 --- a/metrics/api/pom.xml +++ b/metrics/api/pom.xml @@ -21,7 +21,7 @@ io.helidon.metrics helidon-metrics-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/metrics/metrics/pom.xml b/metrics/metrics/pom.xml index 21dd572d0d8..b10e39b094d 100644 --- a/metrics/metrics/pom.xml +++ b/metrics/metrics/pom.xml @@ -24,7 +24,7 @@ io.helidon.metrics helidon-metrics-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-metrics Helidon Metrics diff --git a/metrics/pom.xml b/metrics/pom.xml index e7b29839296..af06e871bc2 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -22,7 +22,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom io.helidon.metrics diff --git a/metrics/prometheus/pom.xml b/metrics/prometheus/pom.xml index 479aa40e829..b2b96b2d9e1 100644 --- a/metrics/prometheus/pom.xml +++ b/metrics/prometheus/pom.xml @@ -24,7 +24,7 @@ io.helidon.metrics helidon-metrics-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-metrics-prometheus Helidon Metrics Prometheus diff --git a/metrics/service-api/pom.xml b/metrics/service-api/pom.xml index 881536a8be8..dafab2a80df 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.3-SNAPSHOT + 3.2.4-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 4cef74f58c9..f8f47cfab79 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/microprofile/access-log/pom.xml b/microprofile/access-log/pom.xml index cd17ab78d29..9543d65b924 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/microprofile/bean-validation/pom.xml b/microprofile/bean-validation/pom.xml index f17c19ce4a2..3f97c8a98bd 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.3-SNAPSHOT + 3.2.4-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 e94c707c7a9..65986944450 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.3-SNAPSHOT + 3.2.4-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 4b5fecd26b7..8ed222ee7ed 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile Helidon Microprofile Full Bundle diff --git a/microprofile/bundles/pom.xml b/microprofile/bundles/pom.xml index e62eb28e60e..369618048d9 100644 --- a/microprofile/bundles/pom.xml +++ b/microprofile/bundles/pom.xml @@ -24,7 +24,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom io.helidon.microprofile.bundles diff --git a/microprofile/cdi/pom.xml b/microprofile/cdi/pom.xml index c06194938b8..e9683d5987e 100644 --- a/microprofile/cdi/pom.xml +++ b/microprofile/cdi/pom.xml @@ -22,7 +22,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.cdi diff --git a/microprofile/config/pom.xml b/microprofile/config/pom.xml index a5da9e9fec6..a6df0185ce2 100644 --- a/microprofile/config/pom.xml +++ b/microprofile/config/pom.xml @@ -24,7 +24,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.config helidon-microprofile-config diff --git a/microprofile/cors/pom.xml b/microprofile/cors/pom.xml index 2b46c225fdd..32fe40f428b 100644 --- a/microprofile/cors/pom.xml +++ b/microprofile/cors/pom.xml @@ -24,7 +24,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-cors diff --git a/microprofile/fault-tolerance/pom.xml b/microprofile/fault-tolerance/pom.xml index 481dcc33172..de735af702e 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-fault-tolerance Helidon Microprofile Fault Tolerance diff --git a/microprofile/graphql/pom.xml b/microprofile/graphql/pom.xml index 750118aa3ff..55ebe8ea154 100644 --- a/microprofile/graphql/pom.xml +++ b/microprofile/graphql/pom.xml @@ -20,7 +20,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/microprofile/graphql/server/pom.xml b/microprofile/graphql/server/pom.xml index e9a5220a5b6..111cf533385 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/microprofile/grpc/client/pom.xml b/microprofile/grpc/client/pom.xml index 0941e478641..76f3c7bcca8 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-grpc-client diff --git a/microprofile/grpc/core/pom.xml b/microprofile/grpc/core/pom.xml index 32dbcb7977b..a29e003f4b6 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-grpc-core diff --git a/microprofile/grpc/metrics/pom.xml b/microprofile/grpc/metrics/pom.xml index ec785b7e412..7fa2218d071 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-grpc-metrics diff --git a/microprofile/grpc/pom.xml b/microprofile/grpc/pom.xml index 94640242321..654ad49f45d 100644 --- a/microprofile/grpc/pom.xml +++ b/microprofile/grpc/pom.xml @@ -22,7 +22,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.grpc diff --git a/microprofile/grpc/server/pom.xml b/microprofile/grpc/server/pom.xml index 96817b1b86f..1f14e1ec425 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-grpc-server diff --git a/microprofile/health/pom.xml b/microprofile/health/pom.xml index 5c35764e042..52091ada9d7 100644 --- a/microprofile/health/pom.xml +++ b/microprofile/health/pom.xml @@ -24,7 +24,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.health helidon-microprofile-health diff --git a/microprofile/jwt-auth/pom.xml b/microprofile/jwt-auth/pom.xml index 5ba3fec5637..199a5abbc85 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.jwt diff --git a/microprofile/lra/jax-rs/pom.xml b/microprofile/lra/jax-rs/pom.xml index e59407601e1..d2f91076c0c 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-lra diff --git a/microprofile/lra/pom.xml b/microprofile/lra/pom.xml index 42d2cbd1ea6..d75bcd9aad4 100644 --- a/microprofile/lra/pom.xml +++ b/microprofile/lra/pom.xml @@ -24,7 +24,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.lra diff --git a/microprofile/messaging/core/pom.xml b/microprofile/messaging/core/pom.xml index edc47360fb2..91d945ab392 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-messaging diff --git a/microprofile/messaging/health/pom.xml b/microprofile/messaging/health/pom.xml index 6be50485f84..4cc20dcaefe 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-messaging-health diff --git a/microprofile/messaging/metrics/pom.xml b/microprofile/messaging/metrics/pom.xml index 9179e001f7b..b4728af330a 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-messaging-metrics diff --git a/microprofile/messaging/pom.xml b/microprofile/messaging/pom.xml index cc9c0e3f74d..b1d5db0834c 100644 --- a/microprofile/messaging/pom.xml +++ b/microprofile/messaging/pom.xml @@ -22,7 +22,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.messaging diff --git a/microprofile/metrics/pom.xml b/microprofile/metrics/pom.xml index 7e747720168..bc2b2cfc57e 100644 --- a/microprofile/metrics/pom.xml +++ b/microprofile/metrics/pom.xml @@ -24,7 +24,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.metrics helidon-microprofile-metrics diff --git a/microprofile/oidc/pom.xml b/microprofile/oidc/pom.xml index 70e30fef93f..3ecdb95ebba 100644 --- a/microprofile/oidc/pom.xml +++ b/microprofile/oidc/pom.xml @@ -24,7 +24,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-oidc Helidon Microprofile Security OIDC Integration diff --git a/microprofile/openapi/pom.xml b/microprofile/openapi/pom.xml index a91ca5c6d3c..e74caf3836f 100644 --- a/microprofile/openapi/pom.xml +++ b/microprofile/openapi/pom.xml @@ -21,7 +21,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.openapi helidon-microprofile-openapi diff --git a/microprofile/pom.xml b/microprofile/pom.xml index 5456601390c..9623eb3522e 100644 --- a/microprofile/pom.xml +++ b/microprofile/pom.xml @@ -24,7 +24,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom io.helidon.microprofile diff --git a/microprofile/reactive-streams/pom.xml b/microprofile/reactive-streams/pom.xml index e076f935116..edbaea28502 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.reactive-streams diff --git a/microprofile/rest-client/pom.xml b/microprofile/rest-client/pom.xml index a059051bf0a..dd5045d5afd 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.rest-client diff --git a/microprofile/scheduling/pom.xml b/microprofile/scheduling/pom.xml index c3a03db7cce..77e4cfd29da 100644 --- a/microprofile/scheduling/pom.xml +++ b/microprofile/scheduling/pom.xml @@ -22,7 +22,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.scheduling diff --git a/microprofile/security/pom.xml b/microprofile/security/pom.xml index af8f24b228b..7549c4e559b 100644 --- a/microprofile/security/pom.xml +++ b/microprofile/security/pom.xml @@ -24,7 +24,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-security Helidon Microprofile Security Integration diff --git a/microprofile/server/pom.xml b/microprofile/server/pom.xml index fd6451332cd..49b5453e97f 100644 --- a/microprofile/server/pom.xml +++ b/microprofile/server/pom.xml @@ -24,7 +24,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.server helidon-microprofile-server diff --git a/microprofile/tests/arquillian/pom.xml b/microprofile/tests/arquillian/pom.xml index 58e68a597df..55d6bcdc76d 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-arquillian Helidon Microprofile Arquillian Integration diff --git a/microprofile/tests/junit5-tests/pom.xml b/microprofile/tests/junit5-tests/pom.xml index e692ca6b08b..f4348231dee 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-tests-junit5-tests diff --git a/microprofile/tests/junit5/pom.xml b/microprofile/tests/junit5/pom.xml index 3bdfd27093d..1e88e39d4cf 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../pom.xml diff --git a/microprofile/tests/pom.xml b/microprofile/tests/pom.xml index 9df7bf72543..b07e05c3c8f 100644 --- a/microprofile/tests/pom.xml +++ b/microprofile/tests/pom.xml @@ -24,7 +24,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom io.helidon.microprofile.tests diff --git a/microprofile/tests/tck/pom.xml b/microprofile/tests/tck/pom.xml index 3454b3a0c0c..6002c633312 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 pom diff --git a/microprofile/tests/tck/tck-config/pom.xml b/microprofile/tests/tck/tck-config/pom.xml index 968f2e90374..4bfdbaf0379 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.3-SNAPSHOT + 3.2.4-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 9431ebc161f..850c33e9366 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.3-SNAPSHOT + 3.2.4-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 f7ccbd447d5..76a610d8525 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.3-SNAPSHOT + 3.2.4-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 e8524d4cb37..d52c7fce912 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.3-SNAPSHOT + 3.2.4-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 4a0c600a631..9d6e90632b4 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.3-SNAPSHOT + 3.2.4-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 965c5bdea42..74f6c70f862 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.3-SNAPSHOT + 3.2.4-SNAPSHOT tck-lra diff --git a/microprofile/tests/tck/tck-messaging/pom.xml b/microprofile/tests/tck/tck-messaging/pom.xml index 0f7fbac02a7..56438f1405f 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.3-SNAPSHOT + 3.2.4-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 b1e0e1ae15b..c7a0b7a65d3 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.3-SNAPSHOT + 3.2.4-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 473adb53fd4..40e83b546df 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/microprofile/tests/tck/tck-opentracing/pom.xml b/microprofile/tests/tck/tck-opentracing/pom.xml index 29db8c5c94e..e5da197d206 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.3-SNAPSHOT + 3.2.4-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 90a7d91f520..776c5c89d90 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.3-SNAPSHOT + 3.2.4-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 5a210ff65d1..c43a9d852cc 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/microprofile/tests/testng-tests/pom.xml b/microprofile/tests/testng-tests/pom.xml index 7154d8f7f13..c5c24db2d72 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-microprofile-tests-testng-tests diff --git a/microprofile/tests/testng/pom.xml b/microprofile/tests/testng/pom.xml index fbc5e3c2da1..78d846518b7 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/microprofile/tracing/pom.xml b/microprofile/tracing/pom.xml index 5c519d0b8d9..de0049ee834 100644 --- a/microprofile/tracing/pom.xml +++ b/microprofile/tracing/pom.xml @@ -22,7 +22,7 @@ helidon-microprofile-project io.helidon.microprofile - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.tracing helidon-microprofile-tracing diff --git a/microprofile/websocket/pom.xml b/microprofile/websocket/pom.xml index dd771651d9b..0fcccdc5d3d 100644 --- a/microprofile/websocket/pom.xml +++ b/microprofile/websocket/pom.xml @@ -22,7 +22,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.microprofile.websocket diff --git a/microprofile/weld/pom.xml b/microprofile/weld/pom.xml index 5362bce128b..55df22c04f9 100644 --- a/microprofile/weld/pom.xml +++ b/microprofile/weld/pom.xml @@ -22,7 +22,7 @@ io.helidon.microprofile helidon-microprofile-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/microprofile/weld/weld-core-impl/pom.xml b/microprofile/weld/weld-core-impl/pom.xml index f95c91cb54d..b1e0f00cabf 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/microprofile/weld/weld-se-core/pom.xml b/microprofile/weld/weld-se-core/pom.xml index 2bcab7e04e3..eb8a9c516e9 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/openapi/pom.xml b/openapi/pom.xml index 77860b16305..4c8229136b6 100644 --- a/openapi/pom.xml +++ b/openapi/pom.xml @@ -21,7 +21,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.openapi diff --git a/parent/pom.xml b/parent/pom.xml index 78ccdbf588a..4a64dfad8b3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -22,7 +22,7 @@ 4.0.0 io.helidon helidon-parent - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom Helidon Parent diff --git a/pom.xml b/pom.xml index 33c4ef20d84..8b237ff8120 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ io.helidon helidon-dependencies - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT ./dependencies/pom.xml helidon-project diff --git a/scheduling/pom.xml b/scheduling/pom.xml index 4052e87d48d..f121965df52 100644 --- a/scheduling/pom.xml +++ b/scheduling/pom.xml @@ -22,7 +22,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.scheduling diff --git a/security/abac/policy-el/pom.xml b/security/abac/policy-el/pom.xml index 78f377f5828..dc206fc8c3f 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 helidon-security-abac-policy-el diff --git a/security/abac/policy/pom.xml b/security/abac/policy/pom.xml index f748509b641..22c6d64a792 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security-abac-policy Helidon Security Validators Policy diff --git a/security/abac/pom.xml b/security/abac/pom.xml index f514a52bb71..2d1ec408581 100644 --- a/security/abac/pom.xml +++ b/security/abac/pom.xml @@ -23,7 +23,7 @@ io.helidon.security helidon-security-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/security/abac/role/pom.xml b/security/abac/role/pom.xml index 7da8cc78747..3a1e77ce693 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security-abac-role Helidon Security Validators Role diff --git a/security/abac/scope/pom.xml b/security/abac/scope/pom.xml index 65f0d21fb7c..52b225ed29e 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security-abac-scope Helidon Security Validators Scope diff --git a/security/abac/time/pom.xml b/security/abac/time/pom.xml index 785d22734a7..d6312f66244 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security-abac-time Helidon Security Validators Time diff --git a/security/annotations/pom.xml b/security/annotations/pom.xml index 59adfe38ff7..043474d8609 100644 --- a/security/annotations/pom.xml +++ b/security/annotations/pom.xml @@ -24,7 +24,7 @@ io.helidon.security helidon-security-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security-annotations Helidon Security Integration Annotations diff --git a/security/integration/common/pom.xml b/security/integration/common/pom.xml index a3f3f524222..6a2c6b4f735 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security-integration-common Helidon Security Integration Common diff --git a/security/integration/grpc/pom.xml b/security/integration/grpc/pom.xml index 54b133f34ec..c71923cb464 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.3-SNAPSHOT + 3.2.4-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 e81c69ac7ce..711f042e17d 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.3-SNAPSHOT + 3.2.4-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 3fca6d2d0c3..9d841d2208c 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security-integration-jersey Helidon Security Integration Jersey diff --git a/security/integration/pom.xml b/security/integration/pom.xml index 7bd82a77516..2eb82d5b083 100644 --- a/security/integration/pom.xml +++ b/security/integration/pom.xml @@ -24,7 +24,7 @@ io.helidon.security helidon-security-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/security/integration/webserver/pom.xml b/security/integration/webserver/pom.xml index aab3dd92fec..38843f1e4a7 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security-integration-webserver Helidon Security Integration Webserver diff --git a/security/jwt/pom.xml b/security/jwt/pom.xml index ef84b2108a0..824f357fd5c 100644 --- a/security/jwt/pom.xml +++ b/security/jwt/pom.xml @@ -24,7 +24,7 @@ io.helidon.security helidon-security-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security-jwt Helidon Security JWT diff --git a/security/pom.xml b/security/pom.xml index d26adc94592..593ef5f364f 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -24,7 +24,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom io.helidon.security diff --git a/security/providers/abac/pom.xml b/security/providers/abac/pom.xml index cdb5f22d12e..b6f93bf0594 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security-providers-abac Helidon Security Providers ABAC diff --git a/security/providers/common/pom.xml b/security/providers/common/pom.xml index 8b80ca36a31..5f93a6a81ba 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.3-SNAPSHOT + 3.2.4-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 830eda6836c..8a055b9e280 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.3-SNAPSHOT + 3.2.4-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 20d075842ea..b6b1d802869 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.3-SNAPSHOT + 3.2.4-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 48f0862b5bd..cda69a76e3c 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.3-SNAPSHOT + 3.2.4-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 a251a056848..c9c14feaacc 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.3-SNAPSHOT + 3.2.4-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 cc1f219e1a1..2a9ceb65634 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.3-SNAPSHOT + 3.2.4-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 8a002e8d2d7..58563f14eb2 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/security/providers/jwt/pom.xml b/security/providers/jwt/pom.xml index 3651d0e2186..d272f4ca1da 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.3-SNAPSHOT + 3.2.4-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 22e7f58edbc..3508604280c 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 helidon-security-providers-oidc-common diff --git a/security/providers/oidc/pom.xml b/security/providers/oidc/pom.xml index 92509003ccb..01e6c932dd9 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 helidon-security-providers-oidc diff --git a/security/providers/pom.xml b/security/providers/pom.xml index 298c11314d3..17e0c41bf4a 100644 --- a/security/providers/pom.xml +++ b/security/providers/pom.xml @@ -24,7 +24,7 @@ io.helidon.security helidon-security-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.security.providers helidon-security-providers-project diff --git a/security/security/pom.xml b/security/security/pom.xml index f8970548217..21c394140fe 100644 --- a/security/security/pom.xml +++ b/security/security/pom.xml @@ -24,7 +24,7 @@ io.helidon.security helidon-security-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security Helidon Security diff --git a/security/util/pom.xml b/security/util/pom.xml index 8bcd6028663..e3dfbd57b06 100644 --- a/security/util/pom.xml +++ b/security/util/pom.xml @@ -24,7 +24,7 @@ io.helidon.security helidon-security-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-security-util Helidon Security Utilities diff --git a/service-common/pom.xml b/service-common/pom.xml index 91e6f1b2d8a..fb323271b0a 100644 --- a/service-common/pom.xml +++ b/service-common/pom.xml @@ -24,7 +24,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.service-common diff --git a/service-common/rest-cdi/pom.xml b/service-common/rest-cdi/pom.xml index aa52b342a2e..d8d74a508ad 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/service-common/rest/pom.xml b/service-common/rest/pom.xml index 2ed6242cc9d..ed722ee81b0 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/apps/bookstore/bookstore-mp/pom.xml b/tests/apps/bookstore/bookstore-mp/pom.xml index ce3056f2ea0..b101dc2e83f 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.3-SNAPSHOT + 3.2.4-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 08f9299df37..7a007b9de2e 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.3-SNAPSHOT + 3.2.4-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 17316a4c6bc..caa5aab0315 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.3-SNAPSHOT + 3.2.4-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 807540f7237..a6343367f9f 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.tests.apps.bookstore diff --git a/tests/apps/pom.xml b/tests/apps/pom.xml index 6feeee1c7af..4ee58c8b6e0 100644 --- a/tests/apps/pom.xml +++ b/tests/apps/pom.xml @@ -24,7 +24,7 @@ io.helidon.tests helidon-tests-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.tests.apps diff --git a/tests/functional/bookstore/pom.xml b/tests/functional/bookstore/pom.xml index e5ce2a1cae8..5fd751a0623 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.3-SNAPSHOT + 3.2.4-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 84af74339ea..df35dc69199 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.3-SNAPSHOT + 3.2.4-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 eeba5a3a352..da3ca2de896 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.3-SNAPSHOT + 3.2.4-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 4e0440da0f3..632e7d10072 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.3-SNAPSHOT + 3.2.4-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 1217bdcf241..6d06a13469a 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.3-SNAPSHOT + 3.2.4-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 1bbdfcba35f..d4e8764a65c 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.3-SNAPSHOT + 3.2.4-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 50f0a8ef227..bd68c28d968 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.3-SNAPSHOT + 3.2.4-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 5ecf2aaec21..39332ee72cf 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.3-SNAPSHOT + 3.2.4-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 f62d4a39d7f..12d7d62b30d 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tests-param-converter-provider diff --git a/tests/functional/pom.xml b/tests/functional/pom.xml index bd6656d219d..d95335e723a 100644 --- a/tests/functional/pom.xml +++ b/tests/functional/pom.xml @@ -24,7 +24,7 @@ io.helidon.tests helidon-tests-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.tests.functional diff --git a/tests/functional/request-scope-cdi/pom.xml b/tests/functional/request-scope-cdi/pom.xml index 4492f5761f5..3fd156717b3 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.3-SNAPSHOT + 3.2.4-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 fd67593ab9c..8d458562618 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tests-functional-request-scope-injection diff --git a/tests/functional/request-scope/pom.xml b/tests/functional/request-scope/pom.xml index 8ebe7928955..44e0993dc78 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.3-SNAPSHOT + 3.2.4-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 2b5bf8cd78a..c579c3bfa72 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/config/gh-2171/pom.xml b/tests/integration/config/gh-2171/pom.xml index 2d4e81095bb..8899c0f6ecc 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/config/gh-4375/pom.xml b/tests/integration/config/gh-4375/pom.xml index 6c1c0d4ed1b..d004ebf2d3d 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.3-SNAPSHOT + 3.2.4-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 0d0b256af1d..3ff1af178e4 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tests-integration-config-hocon-mp diff --git a/tests/integration/config/pom.xml b/tests/integration/config/pom.xml index a5e3c624144..007fe2cac4e 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.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/tests/integration/dbclient/appl/pom.xml b/tests/integration/dbclient/appl/pom.xml index 6d8066bd05f..3894c4ed18b 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml io.helidon.tests.integration.dbclient helidon-tests-integration-dbclient-appl - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT Integration Tests: DB Client Application diff --git a/tests/integration/dbclient/common/pom.xml b/tests/integration/dbclient/common/pom.xml index 562f0c7e9a6..2be41258efd 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../pom.xml diff --git a/tests/integration/dbclient/jdbc/pom.xml b/tests/integration/dbclient/jdbc/pom.xml index 3d8f69bbcb8..7b6bacd40ea 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../pom.xml diff --git a/tests/integration/dbclient/mongodb/pom.xml b/tests/integration/dbclient/mongodb/pom.xml index 73256b387a1..0bd26404929 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../pom.xml diff --git a/tests/integration/dbclient/pom.xml b/tests/integration/dbclient/pom.xml index 7432b61b9de..3b091b9226a 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../pom.xml diff --git a/tests/integration/gh-5792/pom.xml b/tests/integration/gh-5792/pom.xml index 0b414614abb..9b6514085ea 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.tests.integration helidon-tests-integration-yaml-parsing - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.tests.integration.yamlparsing.Main diff --git a/tests/integration/gh-6970/pom.xml b/tests/integration/gh-6970/pom.xml index 524fff5bc37..9eee0fdbc7a 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/se/pom.xml io.helidon.tests.integration helidon-tests-integration-tracer-baggage - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT diff --git a/tests/integration/health/mp-disabled/pom.xml b/tests/integration/health/mp-disabled/pom.xml index 2aff71e38c2..f3c37486a2a 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.3-SNAPSHOT + 3.2.4-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 4992d74f91f..63bb2d64d1b 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.3-SNAPSHOT + 3.2.4-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 1504db2fa5c..514e76fb986 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.3-SNAPSHOT + 3.2.4-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 b6ba47c1b47..d4e91d60572 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.3-SNAPSHOT + 3.2.4-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 f2fee58d50d..120555efb25 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.3-SNAPSHOT + 3.2.4-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 56d681daae8..3e03d4de6b8 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tests-integration-jep290-check_f_p_w diff --git a/tests/integration/jep290/pom.xml b/tests/integration/jep290/pom.xml index d9b34682bae..a454426e17d 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.3-SNAPSHOT + 3.2.4-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 7803ee368a7..d3996a8280f 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.3-SNAPSHOT + 3.2.4-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 b46404af028..18def2e56ab 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.3-SNAPSHOT + 3.2.4-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 d15f5350ca1..4547088937e 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.3-SNAPSHOT + 3.2.4-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 ce6777c5fdb..88e7f7beec9 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.3-SNAPSHOT + 3.2.4-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 cb35dec954a..35abe10d1ad 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.3-SNAPSHOT + 3.2.4-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 404ae6ec40a..93a9e68bbd3 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tests-integration-jep290-set_o diff --git a/tests/integration/jms/pom.xml b/tests/integration/jms/pom.xml index 4fe7d95695c..b544d874bf7 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.tests.integration.jms diff --git a/tests/integration/jpa/appl/pom.xml b/tests/integration/jpa/appl/pom.xml index e276e793cab..1006ebdfc65 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/mp/pom.xml diff --git a/tests/integration/jpa/model/pom.xml b/tests/integration/jpa/model/pom.xml index 0f7734fab34..fbf49ac1438 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../pom.xml diff --git a/tests/integration/jpa/pom.xml b/tests/integration/jpa/pom.xml index 30f76a6230e..cdcf8137a71 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../pom.xml diff --git a/tests/integration/jpa/simple/pom.xml b/tests/integration/jpa/simple/pom.xml index 1e4123fe653..6a1997c4b80 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../pom.xml diff --git a/tests/integration/kafka/pom.xml b/tests/integration/kafka/pom.xml index e24e9501fb2..08d9bd543a7 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.3-SNAPSHOT + 3.2.4-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 9c833824d33..91b9a5272af 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.3-SNAPSHOT + 3.2.4-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 126b1652bf7..7cb98d2437c 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/mp-gh-2421/pom.xml b/tests/integration/mp-gh-2421/pom.xml index 2d4bbe37d26..3c6006c0c83 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/mp-gh-2461/pom.xml b/tests/integration/mp-gh-2461/pom.xml index 032bc54f1ca..10c2ee3acfd 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/mp-gh-3246/pom.xml b/tests/integration/mp-gh-3246/pom.xml index 0f918e9aad8..59ac476f2c2 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/mp-gh-3974/pom.xml b/tests/integration/mp-gh-3974/pom.xml index e3ed74ab64e..6ed531cdc59 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/mp-gh-4123/pom.xml b/tests/integration/mp-gh-4123/pom.xml index c28e298c390..ccf9c905383 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/mp-gh-4654/pom.xml b/tests/integration/mp-gh-4654/pom.xml index 2052abf0d89..16a7e81a9fd 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/mp-gh-5328/pom.xml b/tests/integration/mp-gh-5328/pom.xml index bf2f990fa80..4c725709e89 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/mp-graphql/pom.xml b/tests/integration/mp-graphql/pom.xml index 4dc7a8231b4..0a87292dfab 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../pom.xml diff --git a/tests/integration/mp-grpc/pom.xml b/tests/integration/mp-grpc/pom.xml index 25bad75f5ef..8885719187a 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../pom.xml diff --git a/tests/integration/mp-security-client/pom.xml b/tests/integration/mp-security-client/pom.xml index 5489b177302..149513e7bb0 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.3-SNAPSHOT + 3.2.4-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 425160a2616..7f15bee1fb2 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.3-SNAPSHOT + 3.2.4-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 098571b8f39..83852c7dcd4 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.3-SNAPSHOT + 3.2.4-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 8001f826042..58aada35ffa 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.3-SNAPSHOT + 3.2.4-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 f63fb25aee3..172a2e40393 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.3-SNAPSHOT + 3.2.4-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 a15516d72db..8eab66613a8 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.3-SNAPSHOT + 3.2.4-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 8c14ddffd77..36826dd9ee4 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.3-SNAPSHOT + 3.2.4-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 a76c7e7dc67..fcf28d31f92 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml io.helidon.tests.integration diff --git a/tests/integration/oidc/pom.xml b/tests/integration/oidc/pom.xml index 276667c2180..776cb7c3fa8 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index dc1d85b7775..e09c9562454 100644 --- a/tests/integration/pom.xml +++ b/tests/integration/pom.xml @@ -23,7 +23,7 @@ io.helidon.tests helidon-tests-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.tests.integration diff --git a/tests/integration/restclient/pom.xml b/tests/integration/restclient/pom.xml index 529084354fd..60ea9416b25 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/se-gh-6845/pom.xml b/tests/integration/se-gh-6845/pom.xml index 76d9297a10a..94280062a65 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.3-SNAPSHOT + 3.2.4-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 aef3004a6fe..73dd47afb11 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/security/gh2297/pom.xml b/tests/integration/security/gh2297/pom.xml index 7d4852d7527..61ab1c22a45 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/security/gh2455/pom.xml b/tests/integration/security/gh2455/pom.xml index 0bc31b22010..6936c563adb 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/security/gh2772/pom.xml b/tests/integration/security/gh2772/pom.xml index 6242330ab16..177d5f0240c 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/security/path-params/pom.xml b/tests/integration/security/path-params/pom.xml index 6d8b7329079..73ebaf78465 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/security/pom.xml b/tests/integration/security/pom.xml index c1e3ef8c14e..9731dac48fa 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.3-SNAPSHOT + 3.2.4-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 a6a872589ae..a7c30bb714d 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.3-SNAPSHOT + 3.2.4-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 1a3c8a29bcb..03337060142 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/tools/client/pom.xml b/tests/integration/tools/client/pom.xml index 1cb4e476346..3df3b706b5b 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/tools/example/pom.xml b/tests/integration/tools/example/pom.xml index 55725005b4a..3ab2bb6b76e 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../../applications/se/pom.xml 4.0.0 diff --git a/tests/integration/tools/pom.xml b/tests/integration/tools/pom.xml index 2d3dd3db2bb..1f0a68f6f39 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/tools/service/pom.xml b/tests/integration/tools/service/pom.xml index 971193e74e2..6df4aec96d9 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/vault/mp/pom.xml b/tests/integration/vault/mp/pom.xml index c96f4450d6c..8522de43ae4 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tests-integration-vault-mp diff --git a/tests/integration/vault/pom.xml b/tests/integration/vault/pom.xml index 36adc46c65a..aee887541a5 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 pom diff --git a/tests/integration/vault/se/pom.xml b/tests/integration/vault/se/pom.xml index 5ab6f1da5f1..d3f4d807fce 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tests-integration-vault-se diff --git a/tests/integration/webclient/pom.xml b/tests/integration/webclient/pom.xml index 4e4ce1967a4..1d739f6145f 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/webserver/gh2631/pom.xml b/tests/integration/webserver/gh2631/pom.xml index 62f2bdae5e6..419822c0aa6 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/tests/integration/webserver/pom.xml b/tests/integration/webserver/pom.xml index 8d628e3596f..b4c06343db9 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.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/tests/integration/webserver/upgrade/pom.xml b/tests/integration/webserver/upgrade/pom.xml index ca434cbb6b1..6b8ef1184e5 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.3-SNAPSHOT + 3.2.4-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 df466f77e8b..a1b0db7ed7e 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.3-SNAPSHOT + 3.2.4-SNAPSHOT ../../../applications/mp/pom.xml io.helidon.tests.integration diff --git a/tests/pom.xml b/tests/pom.xml index d4f7560f25d..eb299683a9d 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -23,7 +23,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.tests diff --git a/tests/tck/pom.xml b/tests/tck/pom.xml index ab33a30a55f..adce4f93a73 100644 --- a/tests/tck/pom.xml +++ b/tests/tck/pom.xml @@ -23,7 +23,7 @@ io.helidon.tests helidon-tests-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 pom diff --git a/tests/tck/tck-reactive-streams/pom.xml b/tests/tck/tck-reactive-streams/pom.xml index 7b5d44b7d60..91eec825574 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 tck-reactive-streams diff --git a/tracing/config/pom.xml b/tracing/config/pom.xml index 2e525f172b1..93a1383baff 100644 --- a/tracing/config/pom.xml +++ b/tracing/config/pom.xml @@ -22,7 +22,7 @@ io.helidon.tracing helidon-tracing-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tracing-config diff --git a/tracing/jaeger/pom.xml b/tracing/jaeger/pom.xml index dd3edcc037b..8234ed13752 100644 --- a/tracing/jaeger/pom.xml +++ b/tracing/jaeger/pom.xml @@ -22,7 +22,7 @@ io.helidon.tracing helidon-tracing-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tracing-jaeger diff --git a/tracing/jersey-client/pom.xml b/tracing/jersey-client/pom.xml index 3280ccf8fc2..62e1c1d46da 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tracing-jersey-client diff --git a/tracing/jersey/pom.xml b/tracing/jersey/pom.xml index d11d4989350..e16aa003bca 100644 --- a/tracing/jersey/pom.xml +++ b/tracing/jersey/pom.xml @@ -22,7 +22,7 @@ io.helidon.tracing helidon-tracing-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tracing-jersey diff --git a/tracing/opentelemetry/pom.xml b/tracing/opentelemetry/pom.xml index b1a959730ba..ba759d871ff 100644 --- a/tracing/opentelemetry/pom.xml +++ b/tracing/opentelemetry/pom.xml @@ -21,7 +21,7 @@ io.helidon.tracing helidon-tracing-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tracing-opentelemetry diff --git a/tracing/opentracing/pom.xml b/tracing/opentracing/pom.xml index 5a87bfbbccb..b75c6bb642a 100644 --- a/tracing/opentracing/pom.xml +++ b/tracing/opentracing/pom.xml @@ -21,7 +21,7 @@ io.helidon.tracing helidon-tracing-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tracing-opentracing diff --git a/tracing/pom.xml b/tracing/pom.xml index 7ed6dc64ab9..86ca359f7bf 100644 --- a/tracing/pom.xml +++ b/tracing/pom.xml @@ -22,7 +22,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-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 d186574e6eb..26a92bcb92d 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tracing-tests-it1 diff --git a/tracing/tests/pom.xml b/tracing/tests/pom.xml index 727b9bba685..25b5ebae074 100644 --- a/tracing/tests/pom.xml +++ b/tracing/tests/pom.xml @@ -25,7 +25,7 @@ io.helidon.tracing helidon-tracing-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT pom diff --git a/tracing/tracer-resolver/pom.xml b/tracing/tracer-resolver/pom.xml index 5856ce4fea4..d60521c4983 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.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tracing-tracer-resolver diff --git a/tracing/tracing/pom.xml b/tracing/tracing/pom.xml index 80c8b1b1eae..4c182a03d6e 100644 --- a/tracing/tracing/pom.xml +++ b/tracing/tracing/pom.xml @@ -22,7 +22,7 @@ io.helidon.tracing helidon-tracing-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tracing diff --git a/tracing/zipkin/pom.xml b/tracing/zipkin/pom.xml index 8b82d984427..c0a72cddd44 100644 --- a/tracing/zipkin/pom.xml +++ b/tracing/zipkin/pom.xml @@ -22,7 +22,7 @@ io.helidon.tracing helidon-tracing-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-tracing-zipkin diff --git a/webclient/jaxrs/pom.xml b/webclient/jaxrs/pom.xml index e301424d6a4..496feaf6e83 100644 --- a/webclient/jaxrs/pom.xml +++ b/webclient/jaxrs/pom.xml @@ -21,7 +21,7 @@ helidon-webclient-project io.helidon.webclient - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/webclient/metrics/pom.xml b/webclient/metrics/pom.xml index b161fa8a66e..0c5ef16e2a8 100644 --- a/webclient/metrics/pom.xml +++ b/webclient/metrics/pom.xml @@ -23,7 +23,7 @@ helidon-webclient-project io.helidon.webclient - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/webclient/pom.xml b/webclient/pom.xml index dbdfd299f6c..e4dda6bd0f6 100644 --- a/webclient/pom.xml +++ b/webclient/pom.xml @@ -23,7 +23,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.webclient diff --git a/webclient/security/pom.xml b/webclient/security/pom.xml index 05d6bbb8496..87e9996c7f1 100644 --- a/webclient/security/pom.xml +++ b/webclient/security/pom.xml @@ -23,7 +23,7 @@ helidon-webclient-project io.helidon.webclient - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/webclient/tracing/pom.xml b/webclient/tracing/pom.xml index 527470a100c..6bee375db1e 100644 --- a/webclient/tracing/pom.xml +++ b/webclient/tracing/pom.xml @@ -23,7 +23,7 @@ helidon-webclient-project io.helidon.webclient - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/webclient/webclient/pom.xml b/webclient/webclient/pom.xml index 8b9839c34ad..085640a6403 100644 --- a/webclient/webclient/pom.xml +++ b/webclient/webclient/pom.xml @@ -24,7 +24,7 @@ io.helidon.webclient helidon-webclient-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-webclient diff --git a/webserver/access-log/pom.xml b/webserver/access-log/pom.xml index c6686a9f095..b5219316249 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/webserver/cors/pom.xml b/webserver/cors/pom.xml index ba18c098afa..d8d0eba3831 100644 --- a/webserver/cors/pom.xml +++ b/webserver/cors/pom.xml @@ -21,7 +21,7 @@ io.helidon.webserver helidon-webserver-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-webserver-cors diff --git a/webserver/http2/pom.xml b/webserver/http2/pom.xml index 3ba03e675fc..54b6ce374b4 100644 --- a/webserver/http2/pom.xml +++ b/webserver/http2/pom.xml @@ -24,7 +24,7 @@ io.helidon.webserver helidon-webserver-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-webserver-http2 Helidon WebServer HTTP2 diff --git a/webserver/jersey/pom.xml b/webserver/jersey/pom.xml index fbd6d3afd2c..d1cf306f5d5 100644 --- a/webserver/jersey/pom.xml +++ b/webserver/jersey/pom.xml @@ -24,7 +24,7 @@ io.helidon.webserver helidon-webserver-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-webserver-jersey Helidon WebServer Jersey diff --git a/webserver/pom.xml b/webserver/pom.xml index 33f0f02dc3d..7859a5ebaa1 100644 --- a/webserver/pom.xml +++ b/webserver/pom.xml @@ -24,7 +24,7 @@ io.helidon helidon-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.webserver helidon-webserver-project diff --git a/webserver/static-content/pom.xml b/webserver/static-content/pom.xml index 0bba89defce..f1d1fbdd933 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.3-SNAPSHOT + 3.2.4-SNAPSHOT 4.0.0 diff --git a/webserver/test-support/pom.xml b/webserver/test-support/pom.xml index d0d3f21fd49..799f51a6f6c 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.3-SNAPSHOT + 3.2.4-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 0284ce95cda..770dd09e9e4 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.3-SNAPSHOT + 3.2.4-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 639a52c7a5d..7268837947e 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.3-SNAPSHOT + 3.2.4-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 8a05574d434..81f1f1940f2 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.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.webserver.transport.netty helidon-webserver-transport-netty-project diff --git a/webserver/transport/pom.xml b/webserver/transport/pom.xml index 124f740231d..95928170afd 100644 --- a/webserver/transport/pom.xml +++ b/webserver/transport/pom.xml @@ -24,7 +24,7 @@ io.helidon.webserver helidon-webserver-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT io.helidon.webserver.transport helidon-webserver-transport-project diff --git a/webserver/webserver/pom.xml b/webserver/webserver/pom.xml index 05f6da57df7..a513d5aab7a 100644 --- a/webserver/webserver/pom.xml +++ b/webserver/webserver/pom.xml @@ -24,7 +24,7 @@ io.helidon.webserver helidon-webserver-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-webserver Helidon WebServer diff --git a/webserver/websocket/pom.xml b/webserver/websocket/pom.xml index 4f1cd774e85..be1f5e3cf39 100644 --- a/webserver/websocket/pom.xml +++ b/webserver/websocket/pom.xml @@ -24,7 +24,7 @@ io.helidon.webserver helidon-webserver-project - 3.2.3-SNAPSHOT + 3.2.4-SNAPSHOT helidon-webserver-websocket Helidon WebServer WebSocket