diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fe1cb3a2..d9d7e05c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,12 +9,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Notes
+### Improvements
+
+### Fixes
+
+## [1.1.0]
+
+### Notes
+
This release contains bug fixes and a number of early implementations of
significant new features.
### Improvements
-These features represent work in progress and should be considered experimental:
+These features represent work in progress and should be considered experimental.
+These APIs are subject to change.
- Initial implementation of gRPC server/framework [543](https://github.com/oracle/helidon/pull/543)
- Initial JTA/JPA support for MP [501](https://github.com/oracle/helidon/pull/501)
@@ -23,7 +32,7 @@ These features represent work in progress and should be considered experimental:
### Fixes
-- Graal native image update to work with GA [677](https://github.com/oracle/helidon/pull/677)
+- Graal native image update to work with 19 GA [677](https://github.com/oracle/helidon/pull/677)
- Tracing: Activate and start instead of just starting the main span [598](https://github.com/oracle/helidon/pull/598)
- Config: refactor change support [579](https://github.com/oracle/helidon/pull/579)
- Config: Config object mapping was missing from bom pom. [529](https://github.com/oracle/helidon/pull/529)
@@ -295,7 +304,8 @@ for details.
### Notes
- Initial source drop on Github
-[Unreleased]: https://github.com/oracle/helidon/compare/1.0.3...HEAD
+[Unreleased]: https://github.com/oracle/helidon/compare/1.1.0...HEAD
+[1.1.0]: https://github.com/oracle/helidon/compare/1.0.3...1.1.0
[1.0.3]: https://github.com/oracle/helidon/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/oracle/helidon/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/oracle/helidon/compare/1.0.0...1.0.1
diff --git a/bom/pom.xml b/bom/pom.xml
index 29421d5f7..28a5e09fa 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-bom
pom
diff --git a/bundles/config/pom.xml b/bundles/config/pom.xml
index cb9b967ab..d65c36e95 100644
--- a/bundles/config/pom.xml
+++ b/bundles/config/pom.xml
@@ -22,7 +22,7 @@
io.helidon.bundles
helidon-bundles-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-bundles-config
diff --git a/bundles/jersey/pom.xml b/bundles/jersey/pom.xml
index 08308a449..27d51cde7 100644
--- a/bundles/jersey/pom.xml
+++ b/bundles/jersey/pom.xml
@@ -22,7 +22,7 @@
io.helidon.bundles
helidon-bundles-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-bundles-jersey
diff --git a/bundles/pom.xml b/bundles/pom.xml
index ea0386813..447937d6f 100644
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
config
diff --git a/bundles/security/pom.xml b/bundles/security/pom.xml
index 4f5914676..741e0dfb6 100644
--- a/bundles/security/pom.xml
+++ b/bundles/security/pom.xml
@@ -22,7 +22,7 @@
io.helidon.bundles
helidon-bundles-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-bundles-security
diff --git a/bundles/webserver/pom.xml b/bundles/webserver/pom.xml
index 70a971414..0c28cb565 100644
--- a/bundles/webserver/pom.xml
+++ b/bundles/webserver/pom.xml
@@ -22,7 +22,7 @@
io.helidon.bundles
helidon-bundles-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-bundles-webserver
diff --git a/common/common/pom.xml b/common/common/pom.xml
index ac05be6c5..2e827dcdd 100644
--- a/common/common/pom.xml
+++ b/common/common/pom.xml
@@ -23,7 +23,7 @@
io.helidon.common
helidon-common-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-common
Helidon Common
diff --git a/common/configurable/pom.xml b/common/configurable/pom.xml
index f0439e27f..497e405ed 100644
--- a/common/configurable/pom.xml
+++ b/common/configurable/pom.xml
@@ -24,7 +24,7 @@
io.helidon.common
helidon-common-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
Helidon Common Configurable
helidon-common-configurable
diff --git a/common/context/pom.xml b/common/context/pom.xml
index 92418212b..79f853065 100644
--- a/common/context/pom.xml
+++ b/common/context/pom.xml
@@ -22,7 +22,7 @@
io.helidon.common
helidon-common-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-common-context
Helidon Common Context
diff --git a/common/http/pom.xml b/common/http/pom.xml
index 0ec76a7b1..8f81d1502 100644
--- a/common/http/pom.xml
+++ b/common/http/pom.xml
@@ -22,7 +22,7 @@
helidon-common-project
io.helidon.common
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
helidon-common-http
diff --git a/common/key-util/pom.xml b/common/key-util/pom.xml
index b11cdbb41..f6a34647a 100644
--- a/common/key-util/pom.xml
+++ b/common/key-util/pom.xml
@@ -24,7 +24,7 @@
io.helidon.common
helidon-common-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-common-key-util
Helidon Common Key Util
diff --git a/common/pom.xml b/common/pom.xml
index 19ad37a3a..1f2b83569 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.common
helidon-common-project
diff --git a/common/reactive/pom.xml b/common/reactive/pom.xml
index d287710fc..2bc9dcf5d 100644
--- a/common/reactive/pom.xml
+++ b/common/reactive/pom.xml
@@ -23,7 +23,7 @@
io.helidon.common
helidon-common-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-common-reactive
Helidon Common Reactive
diff --git a/common/service-loader/pom.xml b/common/service-loader/pom.xml
index bff1f8da0..4d603a4b2 100644
--- a/common/service-loader/pom.xml
+++ b/common/service-loader/pom.xml
@@ -21,7 +21,7 @@
helidon-common-project
io.helidon.common
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/config/config/pom.xml b/config/config/pom.xml
index 6d051d2c9..1a601bfde 100644
--- a/config/config/pom.xml
+++ b/config/config/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-config
Helidon Config
diff --git a/config/encryption/pom.xml b/config/encryption/pom.xml
index 2dae560c6..ca958c57f 100644
--- a/config/encryption/pom.xml
+++ b/config/encryption/pom.xml
@@ -23,7 +23,7 @@
io.helidon.config
helidon-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
helidon-config-encryption
diff --git a/config/etcd/pom.xml b/config/etcd/pom.xml
index 28348ad18..85b22ed43 100644
--- a/config/etcd/pom.xml
+++ b/config/etcd/pom.xml
@@ -23,7 +23,7 @@
io.helidon.config
helidon-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-config-etcd
Helidon Config Etcd
diff --git a/config/git/pom.xml b/config/git/pom.xml
index 9ed02c1ff..bc20aaaec 100644
--- a/config/git/pom.xml
+++ b/config/git/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-config-git
Helidon Config Git
diff --git a/config/hocon/pom.xml b/config/hocon/pom.xml
index aff5d6cc3..1d27cb586 100644
--- a/config/hocon/pom.xml
+++ b/config/hocon/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-config-hocon
Helidon Config HOCON
diff --git a/config/object-mapping/pom.xml b/config/object-mapping/pom.xml
index 485e2e933..4d6456f75 100644
--- a/config/object-mapping/pom.xml
+++ b/config/object-mapping/pom.xml
@@ -22,7 +22,7 @@
helidon-config-project
io.helidon.config
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/config/pom.xml b/config/pom.xml
index 5fe83a4b4..eb5a3a5ae 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.config
helidon-config-project
diff --git a/config/test-infrastructure/pom.xml b/config/test-infrastructure/pom.xml
index b93941750..71ececb76 100644
--- a/config/test-infrastructure/pom.xml
+++ b/config/test-infrastructure/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-config-test-infrastructure
Helidon Config Test Infrastructure
diff --git a/config/testing/pom.xml b/config/testing/pom.xml
index f4bc39476..b12a2ab82 100644
--- a/config/testing/pom.xml
+++ b/config/testing/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-config-testing
Helidon Config Testing
diff --git a/config/tests/integration-tests/pom.xml b/config/tests/integration-tests/pom.xml
index 1cd905d88..8d5929ea9 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 8209e054b..a41983553 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 512151e60..e26e2a0af 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 3a442f21a..260096d1e 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 8ed760686..4b9ef9d44 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 4653f8343..233646d17 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 aaacafea5..98ffaf027 100644
--- a/config/tests/pom.xml
+++ b/config/tests/pom.xml
@@ -23,7 +23,7 @@
io.helidon.config
helidon-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-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 47768b38f..7b5ba62dc 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 3bb9c3e12..61dbca408 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 484eef97f..7b01fc081 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 194500e7a..dfecb0711 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 f95a23dba..e2f5b65b8 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 bd39084fb..8b490a881 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 a037f4a45..9457712f9 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 340ce8a8b..e696fa85b 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 1805bedc7..5fb3ab0f2 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 73f896788..e4f2b7e71 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 9034a2a8f..3cdf76cf1 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 05088987b..92fd29f05 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 dbb07a37b..e3521cc66 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 8e997ad98..cbcce11e7 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-config-tests-test-parsers-1-complex
Helidon Config Tests Parsers 1
diff --git a/config/yaml/pom.xml b/config/yaml/pom.xml
index 8ebcea0cb..1f3550488 100644
--- a/config/yaml/pom.xml
+++ b/config/yaml/pom.xml
@@ -24,7 +24,7 @@
io.helidon.config
helidon-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-config-yaml
Helidon Config YAML
diff --git a/docs/pom.xml b/docs/pom.xml
index d960b61b2..a4bbf0eec 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-docs
Helidon Documentation
diff --git a/examples/config/basics/pom.xml b/examples/config/basics/pom.xml
index 1b392facf..58772e626 100644
--- a/examples/config/basics/pom.xml
+++ b/examples/config/basics/pom.xml
@@ -23,7 +23,7 @@
io.helidon.examples.config
helidon-examples-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-config-basics
Helidon Config Examples Basics
diff --git a/examples/config/changes/pom.xml b/examples/config/changes/pom.xml
index f92a76d42..d65e7e453 100644
--- a/examples/config/changes/pom.xml
+++ b/examples/config/changes/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.config
helidon-examples-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-config-changes
Helidon Config Examples Changes
diff --git a/examples/config/git/pom.xml b/examples/config/git/pom.xml
index 5440dc274..b1cdfdee1 100644
--- a/examples/config/git/pom.xml
+++ b/examples/config/git/pom.xml
@@ -23,7 +23,7 @@
io.helidon.examples.config
helidon-examples-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-config-git
Helidon Config Examples Git
diff --git a/examples/config/mapping/pom.xml b/examples/config/mapping/pom.xml
index 972057a33..fc1d9024d 100644
--- a/examples/config/mapping/pom.xml
+++ b/examples/config/mapping/pom.xml
@@ -23,7 +23,7 @@
io.helidon.examples.config
helidon-examples-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-config-mapping
Helidon Config Examples Mapping
diff --git a/examples/config/overrides/pom.xml b/examples/config/overrides/pom.xml
index f3915a4a3..01f02d426 100644
--- a/examples/config/overrides/pom.xml
+++ b/examples/config/overrides/pom.xml
@@ -23,7 +23,7 @@
io.helidon.examples.config
helidon-examples-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-config-overrides
Helidon Config Examples Overrides
diff --git a/examples/config/pom.xml b/examples/config/pom.xml
index 373e8ca37..7c251a370 100644
--- a/examples/config/pom.xml
+++ b/examples/config/pom.xml
@@ -23,7 +23,7 @@
io.helidon.examples
helidon-examples-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.examples.config
helidon-examples-config-project
diff --git a/examples/config/sources/pom.xml b/examples/config/sources/pom.xml
index 5a62da395..a20f63c84 100644
--- a/examples/config/sources/pom.xml
+++ b/examples/config/sources/pom.xml
@@ -23,7 +23,7 @@
io.helidon.examples.config
helidon-examples-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-config-sources
Helidon Config Examples Sources
diff --git a/examples/grpc/basics/pom.xml b/examples/grpc/basics/pom.xml
index 1c2188218..d1db9e330 100644
--- a/examples/grpc/basics/pom.xml
+++ b/examples/grpc/basics/pom.xml
@@ -22,7 +22,7 @@
io.helidon.examples.grpc
helidon-examples-grpc-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-grpc-basics
Helidon gRPC Server Examples Basics
diff --git a/examples/grpc/common/pom.xml b/examples/grpc/common/pom.xml
index f345433ca..7cdf8d17b 100644
--- a/examples/grpc/common/pom.xml
+++ b/examples/grpc/common/pom.xml
@@ -22,7 +22,7 @@
io.helidon.examples.grpc
helidon-examples-grpc-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-grpc-common
Helidon gRPC Server Examples ProtoBuf Services
diff --git a/examples/grpc/metrics/pom.xml b/examples/grpc/metrics/pom.xml
index 1f55811c8..ebc69084c 100644
--- a/examples/grpc/metrics/pom.xml
+++ b/examples/grpc/metrics/pom.xml
@@ -22,7 +22,7 @@
io.helidon.examples.grpc
helidon-examples-grpc-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-grpc-metrics
Helidon gRPC Server Examples Metrics
diff --git a/examples/grpc/opentracing/pom.xml b/examples/grpc/opentracing/pom.xml
index 2b6774ed5..1a2ce4219 100644
--- a/examples/grpc/opentracing/pom.xml
+++ b/examples/grpc/opentracing/pom.xml
@@ -22,7 +22,7 @@
io.helidon.examples.grpc
helidon-examples-grpc-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-grpc-opentracing
Helidon gRPC Server Examples OpenTracing
diff --git a/examples/grpc/pom.xml b/examples/grpc/pom.xml
index 42cdf48e4..3731bc6c1 100644
--- a/examples/grpc/pom.xml
+++ b/examples/grpc/pom.xml
@@ -22,7 +22,7 @@
io.helidon.examples
helidon-examples-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.examples.grpc
diff --git a/examples/grpc/security-abac/pom.xml b/examples/grpc/security-abac/pom.xml
index 1e84a7ae1..5a532f5f9 100644
--- a/examples/grpc/security-abac/pom.xml
+++ b/examples/grpc/security-abac/pom.xml
@@ -22,7 +22,7 @@
io.helidon.examples.grpc
helidon-examples-grpc-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-grpc-security-abac
Helidon gRPC Server Examples ABAC Security
diff --git a/examples/grpc/security-outbound/pom.xml b/examples/grpc/security-outbound/pom.xml
index a7d76b10d..af36d5414 100644
--- a/examples/grpc/security-outbound/pom.xml
+++ b/examples/grpc/security-outbound/pom.xml
@@ -22,7 +22,7 @@
io.helidon.examples.grpc
helidon-examples-grpc-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-grpc-security-outbound
Helidon gRPC Server Examples Outbound Security
diff --git a/examples/grpc/security/pom.xml b/examples/grpc/security/pom.xml
index 7b8967c72..3b0af36f8 100644
--- a/examples/grpc/security/pom.xml
+++ b/examples/grpc/security/pom.xml
@@ -22,7 +22,7 @@
io.helidon.examples.grpc
helidon-examples-grpc-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-grpc-security
Helidon gRPC Server Examples Security
diff --git a/examples/health/basics/pom.xml b/examples/health/basics/pom.xml
index ce51fedcd..9beaf30d3 100644
--- a/examples/health/basics/pom.xml
+++ b/examples/health/basics/pom.xml
@@ -21,7 +21,7 @@
helidon-examples-health-project
io.helidon.examples.health
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/examples/health/pom.xml b/examples/health/pom.xml
index 09ee6d523..5d491700e 100644
--- a/examples/health/pom.xml
+++ b/examples/health/pom.xml
@@ -21,7 +21,7 @@
helidon-examples-project
io.helidon.examples
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
Helidon Health Examples
diff --git a/examples/integrations/cdi/datasource-hikaricp-mysql/pom.xml b/examples/integrations/cdi/datasource-hikaricp-mysql/pom.xml
index 415821d98..9aa039c84 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.examples.integrations.cdi
helidon-examples-integrations-cdi-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-integrations-examples-datasource-hikaricp-mysql
Helidon CDI Extensions Examples DataSource/HikariCP MySQL
diff --git a/examples/integrations/cdi/datasource-hikaricp/pom.xml b/examples/integrations/cdi/datasource-hikaricp/pom.xml
index fc62c832a..3525e8542 100644
--- a/examples/integrations/cdi/datasource-hikaricp/pom.xml
+++ b/examples/integrations/cdi/datasource-hikaricp/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.integrations.cdi
helidon-examples-integrations-cdi-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-integrations-datasource-hikaricp
Helidon CDI Extensions Examples DataSource/HikariCP
diff --git a/examples/integrations/cdi/jedis/pom.xml b/examples/integrations/cdi/jedis/pom.xml
index 1e0dd50d5..7158d2f9d 100644
--- a/examples/integrations/cdi/jedis/pom.xml
+++ b/examples/integrations/cdi/jedis/pom.xml
@@ -23,7 +23,7 @@
io.helidon.examples.integrations.cdi
helidon-examples-integrations-cdi-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-integrations-jedis
Helidon CDI Extensions Examples Jedis
diff --git a/examples/integrations/cdi/jpa/pom.xml b/examples/integrations/cdi/jpa/pom.xml
index 26858f869..5989d0292 100644
--- a/examples/integrations/cdi/jpa/pom.xml
+++ b/examples/integrations/cdi/jpa/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.integrations.cdi
helidon-examples-integrations-cdi-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-integrations-examples-jpa
Helidon CDI Extensions Examples JPA
diff --git a/examples/integrations/cdi/oci-objectstorage/pom.xml b/examples/integrations/cdi/oci-objectstorage/pom.xml
index fbb1cee25..990f379bf 100644
--- a/examples/integrations/cdi/oci-objectstorage/pom.xml
+++ b/examples/integrations/cdi/oci-objectstorage/pom.xml
@@ -23,7 +23,7 @@
io.helidon.examples.integrations.cdi
helidon-examples-integrations-cdi-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-integrations-examples-oci-objectstorage
Helidon CDI Extensions Examples OCI ObjectStorage
diff --git a/examples/integrations/cdi/pom.xml b/examples/integrations/cdi/pom.xml
index 1009b5ab2..1b5b8a0fa 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.examples.integrations.cdi
helidon-examples-integrations-cdi-project
diff --git a/examples/integrations/pom.xml b/examples/integrations/pom.xml
index e97e00fae..eb3589161 100644
--- a/examples/integrations/pom.xml
+++ b/examples/integrations/pom.xml
@@ -23,7 +23,7 @@
io.helidon.examples
helidon-examples-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.examples.integrations
helidon-examples-integrations-project
diff --git a/examples/microprofile/hello-world-explicit/pom.xml b/examples/microprofile/hello-world-explicit/pom.xml
index 431798ebf..e56822489 100644
--- a/examples/microprofile/hello-world-explicit/pom.xml
+++ b/examples/microprofile/hello-world-explicit/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.microprofile
helidon-examples-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-microprofile-hello-world-explicit
Helidon Microprofile Examples Explicit Hello World
diff --git a/examples/microprofile/hello-world-implicit/pom.xml b/examples/microprofile/hello-world-implicit/pom.xml
index 3d0fc68ac..4c006a433 100644
--- a/examples/microprofile/hello-world-implicit/pom.xml
+++ b/examples/microprofile/hello-world-implicit/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.microprofile
helidon-examples-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-microprofile-hello-world-implicit
Helidon Microprofile Examples Implicit Hello World
diff --git a/examples/microprofile/idcs/pom.xml b/examples/microprofile/idcs/pom.xml
index 3016d9110..fcf6939d6 100644
--- a/examples/microprofile/idcs/pom.xml
+++ b/examples/microprofile/idcs/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.microprofile
helidon-examples-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-microprofile-security-idcs
Helidon Microprofile Examples IDCS Security
diff --git a/examples/microprofile/mp1_1-security/pom.xml b/examples/microprofile/mp1_1-security/pom.xml
index d6a8a1c72..50b8b187b 100644
--- a/examples/microprofile/mp1_1-security/pom.xml
+++ b/examples/microprofile/mp1_1-security/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.microprofile
helidon-examples-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-microprofile-mp1_1-security
Helidon Microprofile Examples MP 1.1 Security
diff --git a/examples/microprofile/mp1_1-static-content/pom.xml b/examples/microprofile/mp1_1-static-content/pom.xml
index fe59d8870..f135c8c9f 100644
--- a/examples/microprofile/mp1_1-static-content/pom.xml
+++ b/examples/microprofile/mp1_1-static-content/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.microprofile
helidon-examples-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-microprofile-mp1_1-static-content
Helidon Microprofile Examples MP 1.1 Static Content
diff --git a/examples/microprofile/pom.xml b/examples/microprofile/pom.xml
index 89acc77a2..08adcbf8d 100644
--- a/examples/microprofile/pom.xml
+++ b/examples/microprofile/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples
helidon-examples-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
io.helidon.examples.microprofile
diff --git a/examples/pom.xml b/examples/pom.xml
index 6c4fb6c14..49b630add 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.examples
helidon-examples-project
diff --git a/examples/quickstarts/archetypes/create-archetype.sh b/examples/quickstarts/archetypes/create-archetype.sh
index bfc755f91..b5c155208 100755
--- a/examples/quickstarts/archetypes/create-archetype.sh
+++ b/examples/quickstarts/archetypes/create-archetype.sh
@@ -272,7 +272,7 @@ processProjectPom(){
-e s@"${PACKAGE}."@'${package}.'@g \
-e s@"${GROUPID}"@'${groupId}'@g \
-e s@"${ARTIFACTID}"@'${artifactId}'@g \
- -e s@"${VERSION}"@'${version}'@g \
+ -e s@"^ ${VERSION}"@' ${version}'@g \
-e s@"${NAME}"@'${project.artifactId}'@g \
> ${outputfile}
}
@@ -371,4 +371,4 @@ echo ""
if [ ! -z "${MAVEN_ARGS}" ] ; then
mvn -f ${ARCHETYPE_DIR}/pom.xml ${MAVEN_ARGS}
-fi
\ No newline at end of file
+fi
diff --git a/examples/quickstarts/helidon-quickstart-mp/build.gradle b/examples/quickstarts/helidon-quickstart-mp/build.gradle
index c59ae948e..387fd1cc5 100644
--- a/examples/quickstarts/helidon-quickstart-mp/build.gradle
+++ b/examples/quickstarts/helidon-quickstart-mp/build.gradle
@@ -29,7 +29,7 @@ tasks.withType(JavaCompile) {
}
ext {
- helidonversion = '1.1.0-SNAPSHOT'
+ helidonversion = '1.1.1-SNAPSHOT'
}
repositories {
diff --git a/examples/quickstarts/helidon-quickstart-mp/pom.xml b/examples/quickstarts/helidon-quickstart-mp/pom.xml
index 307779dfe..a24c0bee5 100644
--- a/examples/quickstarts/helidon-quickstart-mp/pom.xml
+++ b/examples/quickstarts/helidon-quickstart-mp/pom.xml
@@ -23,12 +23,12 @@
io.helidon.examples
helidon-quickstart-mp
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
jar
Helidon Quickstart MP Example
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.examples.quickstart.mp.Main
${mainClass}
8
diff --git a/examples/quickstarts/helidon-quickstart-se/build.gradle b/examples/quickstarts/helidon-quickstart-se/build.gradle
index 4c87aadc7..13e4672c7 100644
--- a/examples/quickstarts/helidon-quickstart-se/build.gradle
+++ b/examples/quickstarts/helidon-quickstart-se/build.gradle
@@ -29,7 +29,7 @@ tasks.withType(JavaCompile) {
}
ext {
- helidonversion = '1.1.0-SNAPSHOT'
+ helidonversion = '1.1.1-SNAPSHOT'
}
repositories {
diff --git a/examples/quickstarts/helidon-quickstart-se/pom.xml b/examples/quickstarts/helidon-quickstart-se/pom.xml
index 0f04ba281..81f6fab33 100644
--- a/examples/quickstarts/helidon-quickstart-se/pom.xml
+++ b/examples/quickstarts/helidon-quickstart-se/pom.xml
@@ -23,12 +23,12 @@
io.helidon.examples
helidon-quickstart-se
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
jar
Helidon Quickstart SE Example
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
1.0.10
io.helidon.examples.quickstart.se.Main
${mainClass}
diff --git a/examples/quickstarts/pom.xml b/examples/quickstarts/pom.xml
index a2d9711ba..e9a3b0608 100644
--- a/examples/quickstarts/pom.xml
+++ b/examples/quickstarts/pom.xml
@@ -20,7 +20,7 @@
io.helidon.examples
helidon-examples-project
- 1.1.0-SNAPSHOT
+ 1.1.1-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 074355a1e..486c28050 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.examples.security
helidon-examples-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-security-abac
Helidon Security Examples ABAC
diff --git a/examples/security/google-login/pom.xml b/examples/security/google-login/pom.xml
index 66b85cae8..4a8c87f92 100644
--- a/examples/security/google-login/pom.xml
+++ b/examples/security/google-login/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.security
helidon-examples-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-security-google-login
Helidon Security Examples Google Login
diff --git a/examples/security/idcs-login/pom.xml b/examples/security/idcs-login/pom.xml
index 92c17bd27..3cb716dda 100644
--- a/examples/security/idcs-login/pom.xml
+++ b/examples/security/idcs-login/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.security
helidon-examples-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-security-oidc
Helidon Security Examples IDCS Login
diff --git a/examples/security/jersey/pom.xml b/examples/security/jersey/pom.xml
index f579104e4..e1be6ced7 100644
--- a/examples/security/jersey/pom.xml
+++ b/examples/security/jersey/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.security
helidon-examples-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-security-jersey
Helidon Security Examples Jersey Integration
diff --git a/examples/security/nohttp-programmatic/pom.xml b/examples/security/nohttp-programmatic/pom.xml
index 7abe5711f..c30925351 100644
--- a/examples/security/nohttp-programmatic/pom.xml
+++ b/examples/security/nohttp-programmatic/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.security
helidon-examples-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-security-nohttp-programmatic
Helidon Security Examples No-HTTP programmatic
diff --git a/examples/security/oidc/pom.xml b/examples/security/oidc/pom.xml
index 2ccba6920..ce211c2e5 100644
--- a/examples/security/oidc/pom.xml
+++ b/examples/security/oidc/pom.xml
@@ -22,7 +22,7 @@
io.helidon.examples.security
helidon-examples-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
oidc-login
diff --git a/examples/security/outbound-override/pom.xml b/examples/security/outbound-override/pom.xml
index fb20bf137..7ca36e94e 100644
--- a/examples/security/outbound-override/pom.xml
+++ b/examples/security/outbound-override/pom.xml
@@ -23,7 +23,7 @@
io.helidon.examples.security
helidon-examples-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
helidon-examples-security-outbound-override
diff --git a/examples/security/pom.xml b/examples/security/pom.xml
index 23e3e6e79..33a63cf64 100644
--- a/examples/security/pom.xml
+++ b/examples/security/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples
helidon-examples-project
- 1.1.0-SNAPSHOT
+ 1.1.1-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 788208b00..b540db4c0 100644
--- a/examples/security/spi-examples/pom.xml
+++ b/examples/security/spi-examples/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.security
helidon-examples-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-security-spi
Helidon Security Examples SPI Implementation
diff --git a/examples/security/webserver-digest-auth/pom.xml b/examples/security/webserver-digest-auth/pom.xml
index aefaf3fae..b5f225aef 100644
--- a/examples/security/webserver-digest-auth/pom.xml
+++ b/examples/security/webserver-digest-auth/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.security
helidon-examples-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-security-webserver-digest-auth
Helidon Security Examples Digest Authentication
diff --git a/examples/security/webserver-signatures/pom.xml b/examples/security/webserver-signatures/pom.xml
index fd6862aab..0da0bf878 100644
--- a/examples/security/webserver-signatures/pom.xml
+++ b/examples/security/webserver-signatures/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.security
helidon-examples-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-security-webserver-signatures
Helidon Security Examples HTTP Signatures
diff --git a/examples/todo-app/demo-backend/pom.xml b/examples/todo-app/demo-backend/pom.xml
index c8a5ecb36..9e8d31fff 100644
--- a/examples/todo-app/demo-backend/pom.xml
+++ b/examples/todo-app/demo-backend/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.todos
example-todo-app-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-todos-backend
Helidon Examples ToDo Demo Backend
diff --git a/examples/todo-app/demo-frontend/pom.xml b/examples/todo-app/demo-frontend/pom.xml
index dfeec3ca5..5ec352d8e 100644
--- a/examples/todo-app/demo-frontend/pom.xml
+++ b/examples/todo-app/demo-frontend/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.todos
example-todo-app-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-todos-frontend
Helidon Examples ToDo Demo Frontend
diff --git a/examples/todo-app/pom.xml b/examples/todo-app/pom.xml
index 91be049aa..d22ed8890 100644
--- a/examples/todo-app/pom.xml
+++ b/examples/todo-app/pom.xml
@@ -25,7 +25,7 @@
io.helidon.examples.todos
example-todo-app-project
pom
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
Helidon Examples ToDo Demo
diff --git a/examples/webserver/basics/pom.xml b/examples/webserver/basics/pom.xml
index be4774978..5e93c2579 100644
--- a/examples/webserver/basics/pom.xml
+++ b/examples/webserver/basics/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.webserver
helidon-examples-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-webserver-basics
Helidon WebServer Examples Basics
diff --git a/examples/webserver/comment-aas/pom.xml b/examples/webserver/comment-aas/pom.xml
index 9486bb18d..705d1ae40 100644
--- a/examples/webserver/comment-aas/pom.xml
+++ b/examples/webserver/comment-aas/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.webserver
helidon-examples-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-webserver-comment-aas
Helidon WebServer Examples CommentsAAS
diff --git a/examples/webserver/demo-translator-backend/pom.xml b/examples/webserver/demo-translator-backend/pom.xml
index 2bdb9157a..e73bc5f7c 100644
--- a/examples/webserver/demo-translator-backend/pom.xml
+++ b/examples/webserver/demo-translator-backend/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.webserver
helidon-examples-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-webserver-translator-backend
Helidon WebServer Examples Translator Backend
diff --git a/examples/webserver/demo-translator-frontend/pom.xml b/examples/webserver/demo-translator-frontend/pom.xml
index fa7b766dc..dcbf3ba78 100644
--- a/examples/webserver/demo-translator-frontend/pom.xml
+++ b/examples/webserver/demo-translator-frontend/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.webserver
helidon-examples-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-webserver-translator-frontend
Helidon WebServer Examples Translator Frontend
diff --git a/examples/webserver/jersey/pom.xml b/examples/webserver/jersey/pom.xml
index ad8b25665..2887ef571 100644
--- a/examples/webserver/jersey/pom.xml
+++ b/examples/webserver/jersey/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.webserver
helidon-examples-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-webserver-jersey
Helidon WebServer Examples Jersey
diff --git a/examples/webserver/opentracing/pom.xml b/examples/webserver/opentracing/pom.xml
index f2e8ae779..b5a455c20 100644
--- a/examples/webserver/opentracing/pom.xml
+++ b/examples/webserver/opentracing/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.webserver
helidon-examples-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-webserver-opentracing
Helidon WebServer Examples OpenTracing
diff --git a/examples/webserver/pom.xml b/examples/webserver/pom.xml
index 1e99b14b8..6f6a80349 100644
--- a/examples/webserver/pom.xml
+++ b/examples/webserver/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples
helidon-examples-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.examples.webserver
diff --git a/examples/webserver/static-content/pom.xml b/examples/webserver/static-content/pom.xml
index bd6b6c2e9..67604522a 100644
--- a/examples/webserver/static-content/pom.xml
+++ b/examples/webserver/static-content/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.webserver
helidon-examples-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-webserver-static-content
Helidon WebServer Examples Static Content
diff --git a/examples/webserver/streaming/pom.xml b/examples/webserver/streaming/pom.xml
index 49d69d5b7..1da702975 100644
--- a/examples/webserver/streaming/pom.xml
+++ b/examples/webserver/streaming/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.webserver
helidon-examples-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-webserver-streaming
Helidon WebServer Examples Streaming
diff --git a/examples/webserver/tutorial/pom.xml b/examples/webserver/tutorial/pom.xml
index b0a48926a..27b50db81 100644
--- a/examples/webserver/tutorial/pom.xml
+++ b/examples/webserver/tutorial/pom.xml
@@ -24,7 +24,7 @@
io.helidon.examples.webserver
helidon-examples-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-examples-webserver-tutorial
Helidon WebServer Examples Tutorial
diff --git a/grpc/client/pom.xml b/grpc/client/pom.xml
index 3a79681e9..fe2d08963 100644
--- a/grpc/client/pom.xml
+++ b/grpc/client/pom.xml
@@ -25,7 +25,7 @@
io.helidon.grpc
helidon-grpc-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-grpc-client
diff --git a/grpc/core/pom.xml b/grpc/core/pom.xml
index 4290246f8..8e7284daf 100644
--- a/grpc/core/pom.xml
+++ b/grpc/core/pom.xml
@@ -25,7 +25,7 @@
io.helidon.grpc
helidon-grpc-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-grpc-core
diff --git a/grpc/metrics/pom.xml b/grpc/metrics/pom.xml
index e5ab753d4..0b5a6d631 100644
--- a/grpc/metrics/pom.xml
+++ b/grpc/metrics/pom.xml
@@ -23,7 +23,7 @@
io.helidon.grpc
helidon-grpc-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-grpc-metrics
diff --git a/grpc/pom.xml b/grpc/pom.xml
index 73ba6757b..fd27e0fee 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -25,7 +25,7 @@
helidon-project
io.helidon
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.grpc
diff --git a/grpc/server/pom.xml b/grpc/server/pom.xml
index 5eda9e0c5..6ad6cd2e1 100644
--- a/grpc/server/pom.xml
+++ b/grpc/server/pom.xml
@@ -25,7 +25,7 @@
io.helidon.grpc
helidon-grpc-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-grpc-server
diff --git a/health/health-checks/pom.xml b/health/health-checks/pom.xml
index ae9abe6cf..cb88b9c17 100644
--- a/health/health-checks/pom.xml
+++ b/health/health-checks/pom.xml
@@ -22,7 +22,7 @@
io.helidon.health
helidon-health-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-health-checks
diff --git a/health/health/pom.xml b/health/health/pom.xml
index 97fab54ae..dedc936bc 100644
--- a/health/health/pom.xml
+++ b/health/health/pom.xml
@@ -21,7 +21,7 @@
helidon-health-project
io.helidon.health
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/health/pom.xml b/health/pom.xml
index 4cc3a30ce..b58ba695e 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
diff --git a/integrations/cdi/datasource-hikaricp/pom.xml b/integrations/cdi/datasource-hikaricp/pom.xml
index 205648dc5..aaccd20d5 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-integrations-cdi-datasource-hikaricp
Helidon CDI Integrations HikariCP DataSource
diff --git a/integrations/cdi/eclipselink-cdi/pom.xml b/integrations/cdi/eclipselink-cdi/pom.xml
index 9c9fe6fa4..b053c28f8 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-integrations-cdi-eclipselink
Helidon CDI Integrations Eclipselink
diff --git a/integrations/cdi/jedis-cdi/pom.xml b/integrations/cdi/jedis-cdi/pom.xml
index 6ff1ee4db..ce511afb1 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 231d5fc96..b1263be75 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-integrations-cdi-jpa
Helidon CDI Integrations JPA
diff --git a/integrations/cdi/jpa-weld/pom.xml b/integrations/cdi/jpa-weld/pom.xml
index 750b901df..6d90ec323 100644
--- a/integrations/cdi/jpa-weld/pom.xml
+++ b/integrations/cdi/jpa-weld/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-integrations-cdi-jpa-weld
Helidon CDI Integrations JPA Weld
diff --git a/integrations/cdi/jta-cdi/pom.xml b/integrations/cdi/jta-cdi/pom.xml
index 9fc7a1865..b486e1df1 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 efb43a7e7..93280d333 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-integrations-cdi-jta-weld
Helidon CDI Integrations JTA Weld
diff --git a/integrations/cdi/oci-objectstorage-cdi/pom.xml b/integrations/cdi/oci-objectstorage-cdi/pom.xml
index 97cfb183e..09485079b 100644
--- a/integrations/cdi/oci-objectstorage-cdi/pom.xml
+++ b/integrations/cdi/oci-objectstorage-cdi/pom.xml
@@ -23,7 +23,7 @@
io.helidon.integrations.cdi
helidon-integrations-cdi-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-integrations-cdi-oci-objectstorage
Helidon CDI Integrations OCI Object Storage
diff --git a/integrations/cdi/pom.xml b/integrations/cdi/pom.xml
index bf0df4d93..fdddeb811 100644
--- a/integrations/cdi/pom.xml
+++ b/integrations/cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations
helidon-integrations-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.integrations.cdi
helidon-integrations-cdi-project
diff --git a/integrations/graal/native-image-extension/pom.xml b/integrations/graal/native-image-extension/pom.xml
index 5ef34ccae..9f4ae77cf 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/integrations/graal/pom.xml b/integrations/graal/pom.xml
index 08ca69bf1..76e6e9963 100644
--- a/integrations/graal/pom.xml
+++ b/integrations/graal/pom.xml
@@ -22,7 +22,7 @@
io.helidon.integrations
helidon-integrations-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.integrations.graal
diff --git a/integrations/pom.xml b/integrations/pom.xml
index ff63b062e..6c6a6173c 100644
--- a/integrations/pom.xml
+++ b/integrations/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.integrations
helidon-integrations-project
diff --git a/integrations/serviceconfiguration/pom.xml b/integrations/serviceconfiguration/pom.xml
index d93eb9381..129bc51b5 100644
--- a/integrations/serviceconfiguration/pom.xml
+++ b/integrations/serviceconfiguration/pom.xml
@@ -24,7 +24,7 @@
io.helidon.integrations
helidon-integrations-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.serviceconfiguration
helidon-serviceconfiguration-project
diff --git a/integrations/serviceconfiguration/serviceconfiguration-api/pom.xml b/integrations/serviceconfiguration/serviceconfiguration-api/pom.xml
index 9605f24a8..e2ac5f7c1 100644
--- a/integrations/serviceconfiguration/serviceconfiguration-api/pom.xml
+++ b/integrations/serviceconfiguration/serviceconfiguration-api/pom.xml
@@ -24,7 +24,7 @@
io.helidon.serviceconfiguration
helidon-serviceconfiguration-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-serviceconfiguration-api
Helidon Service Configuration API
diff --git a/integrations/serviceconfiguration/serviceconfiguration-config-source/pom.xml b/integrations/serviceconfiguration/serviceconfiguration-config-source/pom.xml
index 9a7090023..6c5f011f3 100644
--- a/integrations/serviceconfiguration/serviceconfiguration-config-source/pom.xml
+++ b/integrations/serviceconfiguration/serviceconfiguration-config-source/pom.xml
@@ -24,7 +24,7 @@
io.helidon.serviceconfiguration
helidon-serviceconfiguration-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-serviceconfiguration-config-source
Helidon Service Configuration ConfigSource
diff --git a/integrations/serviceconfiguration/serviceconfiguration-hikaricp-accs/pom.xml b/integrations/serviceconfiguration/serviceconfiguration-hikaricp-accs/pom.xml
index a267809dd..5af21e08d 100644
--- a/integrations/serviceconfiguration/serviceconfiguration-hikaricp-accs/pom.xml
+++ b/integrations/serviceconfiguration/serviceconfiguration-hikaricp-accs/pom.xml
@@ -23,7 +23,7 @@
io.helidon.serviceconfiguration
helidon-serviceconfiguration-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-serviceconfiguration-hikaricp-accs
Helidon ServiceConfiguration HikariCP ACCS
diff --git a/integrations/serviceconfiguration/serviceconfiguration-hikaricp-localhost/pom.xml b/integrations/serviceconfiguration/serviceconfiguration-hikaricp-localhost/pom.xml
index 3e0e1787f..b6a4844b1 100644
--- a/integrations/serviceconfiguration/serviceconfiguration-hikaricp-localhost/pom.xml
+++ b/integrations/serviceconfiguration/serviceconfiguration-hikaricp-localhost/pom.xml
@@ -24,7 +24,7 @@
io.helidon.serviceconfiguration
helidon-serviceconfiguration-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-serviceconfiguration-hikaricp-localhost
Helidon ServiceConfiguration HikariCP Localhost
diff --git a/integrations/serviceconfiguration/serviceconfiguration-hikaricp/pom.xml b/integrations/serviceconfiguration/serviceconfiguration-hikaricp/pom.xml
index c82dcc5ce..d915e1dcf 100644
--- a/integrations/serviceconfiguration/serviceconfiguration-hikaricp/pom.xml
+++ b/integrations/serviceconfiguration/serviceconfiguration-hikaricp/pom.xml
@@ -24,7 +24,7 @@
io.helidon.serviceconfiguration
helidon-serviceconfiguration-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-serviceconfiguration-hikaricp
Helidon ServiceConfiguration HikariCP Implementation
diff --git a/integrations/serviceconfiguration/serviceconfiguration-system-kubernetes/pom.xml b/integrations/serviceconfiguration/serviceconfiguration-system-kubernetes/pom.xml
index 0cfeac27f..36fa0d77c 100644
--- a/integrations/serviceconfiguration/serviceconfiguration-system-kubernetes/pom.xml
+++ b/integrations/serviceconfiguration/serviceconfiguration-system-kubernetes/pom.xml
@@ -24,7 +24,7 @@
io.helidon.serviceconfiguration
helidon-serviceconfiguration-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-serviceconfiguration-system-kubernetes
Helidon Kubernetes System Implementation
diff --git a/integrations/serviceconfiguration/serviceconfiguration-system-oracle-accs/pom.xml b/integrations/serviceconfiguration/serviceconfiguration-system-oracle-accs/pom.xml
index f11f3107e..8197b9fc8 100644
--- a/integrations/serviceconfiguration/serviceconfiguration-system-oracle-accs/pom.xml
+++ b/integrations/serviceconfiguration/serviceconfiguration-system-oracle-accs/pom.xml
@@ -24,7 +24,7 @@
io.helidon.serviceconfiguration
helidon-serviceconfiguration-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-serviceconfiguration-system-oracle-accs
Helidon Oracle ACCS System Implementation
diff --git a/javadocs/pom.xml b/javadocs/pom.xml
index dbe924a07..45704679d 100644
--- a/javadocs/pom.xml
+++ b/javadocs/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-javadocs
Helidon Javadocs
diff --git a/media/common/pom.xml b/media/common/pom.xml
index d6a47b074..5a9e06725 100644
--- a/media/common/pom.xml
+++ b/media/common/pom.xml
@@ -21,7 +21,7 @@
io.helidon.media
helidon-media-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/media/jackson/common/pom.xml b/media/jackson/common/pom.xml
index c8c295ad6..978f9bfcc 100644
--- a/media/jackson/common/pom.xml
+++ b/media/jackson/common/pom.xml
@@ -23,7 +23,7 @@
helidon-media-jackson-project
io.helidon.media.jackson
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/media/jackson/pom.xml b/media/jackson/pom.xml
index a73bf8091..ab79fef68 100644
--- a/media/jackson/pom.xml
+++ b/media/jackson/pom.xml
@@ -23,7 +23,7 @@
io.helidon.media
helidon-media-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
diff --git a/media/jackson/server/pom.xml b/media/jackson/server/pom.xml
index fd110d192..8b9c6c6ae 100644
--- a/media/jackson/server/pom.xml
+++ b/media/jackson/server/pom.xml
@@ -21,7 +21,7 @@
helidon-media-jackson-project
io.helidon.media.jackson
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/media/jsonb/common/pom.xml b/media/jsonb/common/pom.xml
index 589bfbefa..ff93e738c 100644
--- a/media/jsonb/common/pom.xml
+++ b/media/jsonb/common/pom.xml
@@ -21,7 +21,7 @@
helidon-media-jsonb-project
io.helidon.media.jsonb
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/media/jsonb/pom.xml b/media/jsonb/pom.xml
index 00a3cadef..facbaf498 100644
--- a/media/jsonb/pom.xml
+++ b/media/jsonb/pom.xml
@@ -23,7 +23,7 @@
io.helidon.media
helidon-media-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
diff --git a/media/jsonb/server/pom.xml b/media/jsonb/server/pom.xml
index bbd271966..4c9301ec1 100644
--- a/media/jsonb/server/pom.xml
+++ b/media/jsonb/server/pom.xml
@@ -21,7 +21,7 @@
helidon-media-jsonb-project
io.helidon.media.jsonb
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/media/jsonp/common/pom.xml b/media/jsonp/common/pom.xml
index 156cde8da..a2440b4a2 100644
--- a/media/jsonp/common/pom.xml
+++ b/media/jsonp/common/pom.xml
@@ -21,7 +21,7 @@
helidon-media-jsonp-project
io.helidon.media.jsonp
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/media/jsonp/pom.xml b/media/jsonp/pom.xml
index 0133e447a..482237037 100644
--- a/media/jsonp/pom.xml
+++ b/media/jsonp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.media
helidon-media-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
diff --git a/media/jsonp/server/pom.xml b/media/jsonp/server/pom.xml
index 846f2877f..ca4c175b6 100644
--- a/media/jsonp/server/pom.xml
+++ b/media/jsonp/server/pom.xml
@@ -21,7 +21,7 @@
helidon-media-jsonp-project
io.helidon.media.jsonp
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/media/pom.xml b/media/pom.xml
index b7b1a7a4f..a364425fc 100644
--- a/media/pom.xml
+++ b/media/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
io.helidon.media
diff --git a/metrics/metrics/pom.xml b/metrics/metrics/pom.xml
index 620339f10..8090476da 100644
--- a/metrics/metrics/pom.xml
+++ b/metrics/metrics/pom.xml
@@ -24,7 +24,7 @@
io.helidon.metrics
helidon-metrics-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-metrics
Helidon Metrics
diff --git a/metrics/pom.xml b/metrics/pom.xml
index d4b7000c8..934313093 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
io.helidon.metrics
diff --git a/metrics/prometheus/pom.xml b/metrics/prometheus/pom.xml
index fc17bdeda..95be477d4 100644
--- a/metrics/prometheus/pom.xml
+++ b/metrics/prometheus/pom.xml
@@ -24,7 +24,7 @@
io.helidon.metrics
helidon-metrics-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-metrics-prometheus
Helidon Metrics Prometheus
diff --git a/microprofile/bundles/helidon-microprofile-1.0/pom.xml b/microprofile/bundles/helidon-microprofile-1.0/pom.xml
index 414cc289e..678d20bad 100644
--- a/microprofile/bundles/helidon-microprofile-1.0/pom.xml
+++ b/microprofile/bundles/helidon-microprofile-1.0/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.bundles
bundles-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-microprofile-1.0
Helidon Microprofile Bundles 1.0
diff --git a/microprofile/bundles/helidon-microprofile-1.1/pom.xml b/microprofile/bundles/helidon-microprofile-1.1/pom.xml
index 099ce61ce..5324a490b 100644
--- a/microprofile/bundles/helidon-microprofile-1.1/pom.xml
+++ b/microprofile/bundles/helidon-microprofile-1.1/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.bundles
bundles-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-microprofile-1.1
Helidon Microprofile Bundles 1.1
diff --git a/microprofile/bundles/helidon-microprofile-1.2/pom.xml b/microprofile/bundles/helidon-microprofile-1.2/pom.xml
index 83d91d236..a1d54fe67 100644
--- a/microprofile/bundles/helidon-microprofile-1.2/pom.xml
+++ b/microprofile/bundles/helidon-microprofile-1.2/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.bundles
bundles-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-microprofile-1.2
Helidon Microprofile Bundles 1.2
diff --git a/microprofile/bundles/internal-test-libs/pom.xml b/microprofile/bundles/internal-test-libs/pom.xml
index 14ae2498d..3eacc81c6 100644
--- a/microprofile/bundles/internal-test-libs/pom.xml
+++ b/microprofile/bundles/internal-test-libs/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.bundles
bundles-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
internal-test-libs
Helidon Microprofile Bundles Test Libraries
diff --git a/microprofile/bundles/pom.xml b/microprofile/bundles/pom.xml
index 9350fa7d7..3a8621b51 100644
--- a/microprofile/bundles/pom.xml
+++ b/microprofile/bundles/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
io.helidon.microprofile.bundles
diff --git a/microprofile/config/config-cdi/pom.xml b/microprofile/config/config-cdi/pom.xml
index b1a6257ec..88e89ca9c 100644
--- a/microprofile/config/config-cdi/pom.xml
+++ b/microprofile/config/config-cdi/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.config
helidon-microprofile-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-microprofile-config-cdi
Helidon Microprofile Config CDI
diff --git a/microprofile/config/config/pom.xml b/microprofile/config/config/pom.xml
index cd0c7b193..a1f35eb69 100644
--- a/microprofile/config/config/pom.xml
+++ b/microprofile/config/config/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.config
helidon-microprofile-config-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-microprofile-config
Helidon Microprofile Config
diff --git a/microprofile/config/pom.xml b/microprofile/config/pom.xml
index 3152a4ab4..b25ec2aaf 100644
--- a/microprofile/config/pom.xml
+++ b/microprofile/config/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
io.helidon.microprofile.config
diff --git a/microprofile/fault-tolerance/pom.xml b/microprofile/fault-tolerance/pom.xml
index 305b35330..695a21a14 100644
--- a/microprofile/fault-tolerance/pom.xml
+++ b/microprofile/fault-tolerance/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-microprofile-fault-tolerance
Helidon Microprofile Fault Tolerance
diff --git a/microprofile/health/pom.xml b/microprofile/health/pom.xml
index adf222171..ab9122f03 100644
--- a/microprofile/health/pom.xml
+++ b/microprofile/health/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.microprofile.health
helidon-microprofile-health
diff --git a/microprofile/jwt-auth/jwt-auth-cdi/pom.xml b/microprofile/jwt-auth/jwt-auth-cdi/pom.xml
index 22496e466..dac5caea0 100644
--- a/microprofile/jwt-auth/jwt-auth-cdi/pom.xml
+++ b/microprofile/jwt-auth/jwt-auth-cdi/pom.xml
@@ -24,7 +24,7 @@
helidon-microprofile-jwt-project
io.helidon.microprofile.jwt
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-microprofile-jwt-auth-cdi
diff --git a/microprofile/jwt-auth/jwt-auth/pom.xml b/microprofile/jwt-auth/jwt-auth/pom.xml
index 12e0fbc80..7fb72cb05 100644
--- a/microprofile/jwt-auth/jwt-auth/pom.xml
+++ b/microprofile/jwt-auth/jwt-auth/pom.xml
@@ -21,7 +21,7 @@
helidon-microprofile-jwt-project
io.helidon.microprofile.jwt
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/microprofile/jwt-auth/pom.xml b/microprofile/jwt-auth/pom.xml
index 0f24706e0..a1a313c5e 100644
--- a/microprofile/jwt-auth/pom.xml
+++ b/microprofile/jwt-auth/pom.xml
@@ -22,7 +22,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
io.helidon.microprofile.jwt
diff --git a/microprofile/metrics/pom.xml b/microprofile/metrics/pom.xml
index 1d2d5de77..6ceebf751 100644
--- a/microprofile/metrics/pom.xml
+++ b/microprofile/metrics/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.microprofile.metrics
helidon-microprofile-metrics
diff --git a/microprofile/oidc/pom.xml b/microprofile/oidc/pom.xml
index e658848ca..a0a24adb3 100644
--- a/microprofile/oidc/pom.xml
+++ b/microprofile/oidc/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-microprofile-oidc
Helidon Microprofile Security OIDC Integration
diff --git a/microprofile/pom.xml b/microprofile/pom.xml
index e083e9d22..649baa3f0 100644
--- a/microprofile/pom.xml
+++ b/microprofile/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
io.helidon.microprofile
diff --git a/microprofile/security/pom.xml b/microprofile/security/pom.xml
index 4ba0b0108..e43ab9b35 100644
--- a/microprofile/security/pom.xml
+++ b/microprofile/security/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-microprofile-security
Helidon Microprofile Security Integration
diff --git a/microprofile/server/pom.xml b/microprofile/server/pom.xml
index 098e5c97c..68bc70f1e 100644
--- a/microprofile/server/pom.xml
+++ b/microprofile/server/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.microprofile.server
helidon-microprofile-server
diff --git a/microprofile/tests/arquillian/pom.xml b/microprofile/tests/arquillian/pom.xml
index 06544dbc4..1c1ce069a 100644
--- a/microprofile/tests/arquillian/pom.xml
+++ b/microprofile/tests/arquillian/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile.tests
tests-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-arquillian
Helidon Microprofile Arquillian Integration
diff --git a/microprofile/tests/pom.xml b/microprofile/tests/pom.xml
index 7c75f3edd..54779dec2 100644
--- a/microprofile/tests/pom.xml
+++ b/microprofile/tests/pom.xml
@@ -24,7 +24,7 @@
io.helidon.microprofile
helidon-microprofile-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
io.helidon.microprofile.tests
diff --git a/microprofile/tests/tck/pom.xml b/microprofile/tests/tck/pom.xml
index 0ad51cdc2..99ddb0a93 100644
--- a/microprofile/tests/tck/pom.xml
+++ b/microprofile/tests/tck/pom.xml
@@ -23,7 +23,7 @@
io.helidon.microprofile.tests
tests-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
pom
diff --git a/microprofile/tests/tck/tck-config/pom.xml b/microprofile/tests/tck/tck-config/pom.xml
index ea9e00456..c717161cb 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 3a94a220b..e1da0cc97 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
tck-fault-tolerance
Helidon Microprofile Tests TCK Fault Tolerance
diff --git a/microprofile/tests/tck/tck-health/pom.xml b/microprofile/tests/tck/tck-health/pom.xml
index fb4ee142e..ca1e34614 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 edc978eea..230e41633 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
tck-jwt-auth
Helidon Microprofile Tests TCK JWT-Auth
diff --git a/microprofile/tests/tck/tck-metrics/pom.xml b/microprofile/tests/tck/tck-metrics/pom.xml
index 6efa94e20..a6f3515f3 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
tck-metrics
Helidon Microprofile Tests TCK Metrics
diff --git a/microprofile/tracing/pom.xml b/microprofile/tracing/pom.xml
index eb3f9e7f8..a62b3a82c 100644
--- a/microprofile/tracing/pom.xml
+++ b/microprofile/tracing/pom.xml
@@ -21,7 +21,7 @@
helidon-microprofile-project
io.helidon.microprofile
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/openapi/pom.xml b/openapi/pom.xml
index 360c6bec1..10ebd4401 100644
--- a/openapi/pom.xml
+++ b/openapi/pom.xml
@@ -21,7 +21,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.openapi
helidon-openapi
diff --git a/pom.xml b/pom.xml
index af5db16e6..03b7f0abd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
4.0.0
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
Helidon Project
diff --git a/security/abac/policy-el/pom.xml b/security/abac/policy-el/pom.xml
index 933f7d9b3..594ce57f6 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
helidon-security-abac-policy-el
diff --git a/security/abac/policy/pom.xml b/security/abac/policy/pom.xml
index eab1db7c6..c18a0fd36 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-abac-policy
Helidon Security Validators Policy
diff --git a/security/abac/pom.xml b/security/abac/pom.xml
index 7084a995a..cdc18f429 100644
--- a/security/abac/pom.xml
+++ b/security/abac/pom.xml
@@ -23,7 +23,7 @@
io.helidon.security
helidon-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
diff --git a/security/abac/role/pom.xml b/security/abac/role/pom.xml
index edc644d44..5e15d8930 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-abac-role
Helidon Security Validators Role
diff --git a/security/abac/scope/pom.xml b/security/abac/scope/pom.xml
index 6c4aa02a8..0b923946b 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-abac-scope
Helidon Security Validators Scope
diff --git a/security/abac/time/pom.xml b/security/abac/time/pom.xml
index 1a5b7fc5d..3e0c6b606 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-abac-time
Helidon Security Validators Time
diff --git a/security/annotations/pom.xml b/security/annotations/pom.xml
index 9e89a83ea..a6af2e6b7 100644
--- a/security/annotations/pom.xml
+++ b/security/annotations/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-annotations
Helidon Security Integration Annotations
diff --git a/security/integration/grpc/pom.xml b/security/integration/grpc/pom.xml
index 75afc3f3b..3418c9420 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-integration-grpc
Helidon Security Integration gRPC Server
diff --git a/security/integration/jersey/pom.xml b/security/integration/jersey/pom.xml
index ebe1181bb..581dcc87d 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-integration-jersey
Helidon Security Integration Jersey
diff --git a/security/integration/pom.xml b/security/integration/pom.xml
index ffcac8c0b..90b093326 100644
--- a/security/integration/pom.xml
+++ b/security/integration/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
diff --git a/security/integration/webserver/pom.xml b/security/integration/webserver/pom.xml
index 0aa31b775..d2ee2751f 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-integration-webserver
Helidon Security Integration Webserver
diff --git a/security/jwt/pom.xml b/security/jwt/pom.xml
index e06647da8..1bfd10f92 100644
--- a/security/jwt/pom.xml
+++ b/security/jwt/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-jwt
Helidon Security JWT
diff --git a/security/pom.xml b/security/pom.xml
index 6a1c41923..3e826cebb 100644
--- a/security/pom.xml
+++ b/security/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
io.helidon.security
diff --git a/security/providers/abac/pom.xml b/security/providers/abac/pom.xml
index e51f666e9..cb59dba13 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-providers-abac
Helidon Security Providers ABAC
diff --git a/security/providers/common/pom.xml b/security/providers/common/pom.xml
index 55a35e467..a140c7c92 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-providers-common
Helidon Security Providers Common
diff --git a/security/providers/google-login/pom.xml b/security/providers/google-login/pom.xml
index 864abf1af..b6bff8a57 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 09839ba08..526751e23 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 93f68d1f3..19a352987 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 f58ea25d4..a766977f5 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 25e07140d..bf49780c1 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/security/providers/jwt/pom.xml b/security/providers/jwt/pom.xml
index 4389be861..8230e64a8 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
- 1.1.0-SNAPSHOT
+ 1.1.1-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 0be0db517..0faf48643 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
helidon-security-providers-oidc-common
diff --git a/security/providers/oidc/pom.xml b/security/providers/oidc/pom.xml
index 0535faadb..78d537dca 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
helidon-security-providers-oidc
diff --git a/security/providers/pom.xml b/security/providers/pom.xml
index 577bc8683..257149052 100644
--- a/security/providers/pom.xml
+++ b/security/providers/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.security.providers
helidon-security-providers-project
diff --git a/security/security/pom.xml b/security/security/pom.xml
index c79836a03..d2828d6b8 100644
--- a/security/security/pom.xml
+++ b/security/security/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security
Helidon Security
diff --git a/security/util/pom.xml b/security/util/pom.xml
index 87c8f14e6..1254ac7de 100644
--- a/security/util/pom.xml
+++ b/security/util/pom.xml
@@ -24,7 +24,7 @@
io.helidon.security
helidon-security-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-security-util
Helidon Security Utilities
diff --git a/tests/apps/bookstore/bookstore-mp/pom.xml b/tests/apps/bookstore/bookstore-mp/pom.xml
index 6a7a96d57..f556254d5 100644
--- a/tests/apps/bookstore/bookstore-mp/pom.xml
+++ b/tests/apps/bookstore/bookstore-mp/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.apps.bookstore
helidon-tests-apps-bookstore-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
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 6f7018528..1e29df401 100644
--- a/tests/apps/bookstore/bookstore-se/pom.xml
+++ b/tests/apps/bookstore/bookstore-se/pom.xml
@@ -21,7 +21,7 @@
io.helidon.tests.apps.bookstore
helidon-tests-apps-bookstore-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/tests/apps/bookstore/common/pom.xml b/tests/apps/bookstore/common/pom.xml
index b967f0e56..4077aeeb1 100644
--- a/tests/apps/bookstore/common/pom.xml
+++ b/tests/apps/bookstore/common/pom.xml
@@ -24,7 +24,7 @@
io.helidon.tests.apps.bookstore
helidon-tests-apps-bookstore-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.tests.apps.bookstore.common
diff --git a/tests/apps/bookstore/pom.xml b/tests/apps/bookstore/pom.xml
index e3d865c2c..e6d12f8ef 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.tests.apps.bookstore
diff --git a/tests/apps/pom.xml b/tests/apps/pom.xml
index 4fe67dfef..376453002 100644
--- a/tests/apps/pom.xml
+++ b/tests/apps/pom.xml
@@ -24,7 +24,7 @@
io.helidon.tests
helidon-tests-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.tests.apps
diff --git a/tests/functional/bookstore/pom.xml b/tests/functional/bookstore/pom.xml
index c91315830..fef3f1804 100644
--- a/tests/functional/bookstore/pom.xml
+++ b/tests/functional/bookstore/pom.xml
@@ -23,7 +23,7 @@
io.helidon.tests.functional
helidon-tests-functional-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.tests.functional.bookstore
diff --git a/tests/functional/jax-rs-subresource/pom.xml b/tests/functional/jax-rs-subresource/pom.xml
index 68b70a9e7..3a3432500 100644
--- a/tests/functional/jax-rs-subresource/pom.xml
+++ b/tests/functional/jax-rs-subresource/pom.xml
@@ -21,7 +21,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/tests/functional/multiport/pom.xml b/tests/functional/multiport/pom.xml
index 63ba6df78..bfe70119d 100644
--- a/tests/functional/multiport/pom.xml
+++ b/tests/functional/multiport/pom.xml
@@ -21,7 +21,7 @@
helidon-tests-functional-project
io.helidon.tests.functional
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/tests/functional/pom.xml b/tests/functional/pom.xml
index 1bf1d3a85..de3f35768 100644
--- a/tests/functional/pom.xml
+++ b/tests/functional/pom.xml
@@ -24,7 +24,7 @@
io.helidon.tests
helidon-tests-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.tests.functional
diff --git a/tests/pom.xml b/tests/pom.xml
index e8eaed615..ae8a435a1 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -23,7 +23,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.tests
diff --git a/tracing/jaeger/pom.xml b/tracing/jaeger/pom.xml
index 19cc61f0c..e99ba66af 100644
--- a/tracing/jaeger/pom.xml
+++ b/tracing/jaeger/pom.xml
@@ -21,7 +21,7 @@
helidon-tracing-project
io.helidon.tracing
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
4.0.0
diff --git a/tracing/jersey-client/pom.xml b/tracing/jersey-client/pom.xml
index e8b330689..48218b662 100644
--- a/tracing/jersey-client/pom.xml
+++ b/tracing/jersey-client/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-tracing-jersey-client
diff --git a/tracing/jersey/pom.xml b/tracing/jersey/pom.xml
index bdc82bb39..a26dd86fc 100644
--- a/tracing/jersey/pom.xml
+++ b/tracing/jersey/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-tracing-jersey
diff --git a/tracing/pom.xml b/tracing/pom.xml
index c7d84bdab..4a492b321 100644
--- a/tracing/pom.xml
+++ b/tracing/pom.xml
@@ -22,7 +22,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-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 977c2c4b2..ce5ddb6bb 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
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-tracing-tests-it1
diff --git a/tracing/tests/pom.xml b/tracing/tests/pom.xml
index af3078ccb..d76af3b80 100644
--- a/tracing/tests/pom.xml
+++ b/tracing/tests/pom.xml
@@ -25,7 +25,7 @@
io.helidon.tracing
helidon-tracing-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
pom
diff --git a/tracing/tracing/pom.xml b/tracing/tracing/pom.xml
index 07dda7534..0953a2e8f 100644
--- a/tracing/tracing/pom.xml
+++ b/tracing/tracing/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-tracing
diff --git a/tracing/zipkin/pom.xml b/tracing/zipkin/pom.xml
index 3ff207f29..f0ce32b02 100644
--- a/tracing/zipkin/pom.xml
+++ b/tracing/zipkin/pom.xml
@@ -22,7 +22,7 @@
io.helidon.tracing
helidon-tracing-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-tracing-zipkin
diff --git a/webserver/jersey/pom.xml b/webserver/jersey/pom.xml
index 0c8810989..6c195ba50 100644
--- a/webserver/jersey/pom.xml
+++ b/webserver/jersey/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver
helidon-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-webserver-jersey
Helidon WebServer Jersey
diff --git a/webserver/pom.xml b/webserver/pom.xml
index d42eb2f9d..38b879385 100644
--- a/webserver/pom.xml
+++ b/webserver/pom.xml
@@ -24,7 +24,7 @@
io.helidon
helidon-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
io.helidon.webserver
helidon-webserver-project
diff --git a/webserver/test-support/pom.xml b/webserver/test-support/pom.xml
index c08f01c08..02ae1ca92 100644
--- a/webserver/test-support/pom.xml
+++ b/webserver/test-support/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver
helidon-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-webserver-test-support
Helidon WebServer Test Support
diff --git a/webserver/webserver/pom.xml b/webserver/webserver/pom.xml
index 530dc7145..a0e459f8c 100644
--- a/webserver/webserver/pom.xml
+++ b/webserver/webserver/pom.xml
@@ -24,7 +24,7 @@
io.helidon.webserver
helidon-webserver-project
- 1.1.0-SNAPSHOT
+ 1.1.1-SNAPSHOT
helidon-webserver
Helidon WebServer