mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
Update version to 1.1.1-SNAPSHOT (#686)
* Update CHANGELOG for 1.1.0 release * Make sure to only update project version when processing project pom * Update version to 1.1.1-SNAPSHOT
This commit is contained in:
16
CHANGELOG.md
16
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
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon</groupId>
|
||||
<artifactId>helidon-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-bom</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.bundles</groupId>
|
||||
<artifactId>helidon-bundles-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>helidon-bundles-config</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.bundles</groupId>
|
||||
<artifactId>helidon-bundles-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>helidon-bundles-jersey</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon</groupId>
|
||||
<artifactId>helidon-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modules>
|
||||
<module>config</module>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.bundles</groupId>
|
||||
<artifactId>helidon-bundles-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>helidon-bundles-security</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.bundles</groupId>
|
||||
<artifactId>helidon-bundles-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>helidon-bundles-webserver</artifactId>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.common</groupId>
|
||||
<artifactId>helidon-common-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-common</artifactId>
|
||||
<name>Helidon Common</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.common</groupId>
|
||||
<artifactId>helidon-common-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<name>Helidon Common Configurable</name>
|
||||
<artifactId>helidon-common-configurable</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.common</groupId>
|
||||
<artifactId>helidon-common-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-common-context</artifactId>
|
||||
<name>Helidon Common Context</name>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<artifactId>helidon-common-project</artifactId>
|
||||
<groupId>io.helidon.common</groupId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>helidon-common-http</artifactId>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.common</groupId>
|
||||
<artifactId>helidon-common-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-common-key-util</artifactId>
|
||||
<name>Helidon Common Key Util</name>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon</groupId>
|
||||
<artifactId>helidon-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>io.helidon.common</groupId>
|
||||
<artifactId>helidon-common-project</artifactId>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.common</groupId>
|
||||
<artifactId>helidon-common-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-common-reactive</artifactId>
|
||||
<name>Helidon Common Reactive</name>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<artifactId>helidon-common-project</artifactId>
|
||||
<groupId>io.helidon.common</groupId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config</groupId>
|
||||
<artifactId>helidon-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config</artifactId>
|
||||
<name>Helidon Config</name>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config</groupId>
|
||||
<artifactId>helidon-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>helidon-config-encryption</artifactId>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config</groupId>
|
||||
<artifactId>helidon-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-etcd</artifactId>
|
||||
<name>Helidon Config Etcd</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config</groupId>
|
||||
<artifactId>helidon-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-git</artifactId>
|
||||
<name>Helidon Config Git</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config</groupId>
|
||||
<artifactId>helidon-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-hocon</artifactId>
|
||||
<name>Helidon Config HOCON</name>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<artifactId>helidon-config-project</artifactId>
|
||||
<groupId>io.helidon.config</groupId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon</groupId>
|
||||
<artifactId>helidon-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>io.helidon.config</groupId>
|
||||
<artifactId>helidon-config-project</artifactId>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config</groupId>
|
||||
<artifactId>helidon-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-test-infrastructure</artifactId>
|
||||
<name>Helidon Config Test Infrastructure</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config</groupId>
|
||||
<artifactId>helidon-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-testing</artifactId>
|
||||
<name>Helidon Config Testing</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-integration-tests</artifactId>
|
||||
<name>Helidon Config Tests Integration</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-module-mappers-1-base</artifactId>
|
||||
<name>Helidon Config Tests Mappers 1</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-module-mappers-2-override</artifactId>
|
||||
<name>Helidon Config Tests Parser 2</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-module-meta-source-1</artifactId>
|
||||
<name>Helidon Config Tests Meta Source 1</name>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-module-meta-source-2</artifactId>
|
||||
<name>Helidon Config Tests Meta Source 2</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-module-parsers-1-override</artifactId>
|
||||
<name>Helidon Config Tests Parser 1</name>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config</groupId>
|
||||
<artifactId>helidon-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-bundle</artifactId>
|
||||
<name>Helidon Config Tests Bundle</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-default_config-1-properties</artifactId>
|
||||
<name>Helidon Config Tests Default Config 1</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-default_config-2-hocon-json</artifactId>
|
||||
<name>Helidon Config Tests Default Config 2</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-default_config-3-hocon</artifactId>
|
||||
<name>Helidon Config Tests Default Config 3</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-default_config-4-yaml</artifactId>
|
||||
<name>Helidon Config Tests Default Config 4</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-default_config-5-env_vars</artifactId>
|
||||
<name>Helidon Config Tests Default Config 5</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-default_config-6-meta-properties</artifactId>
|
||||
<name>Helidon Config Tests Default Config 6</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-default_config-7-meta-hocon-json</artifactId>
|
||||
<name>Helidon Config Tests Default Config 7</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-default_config-8-meta-hocon</artifactId>
|
||||
<name>Helidon Config Tests Default Config 8</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-default_config-9-meta-yaml</artifactId>
|
||||
<name>Helidon Config Tests Default Config 9</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-mappers-1-common</artifactId>
|
||||
<name>Helidon Config Tests Mappers Common 1</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-mappers-2-complex</artifactId>
|
||||
<name>Helidon Config Tests Parsers 2</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-meta-source</artifactId>
|
||||
<name>Helidon Config Tests Meta Source</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config.tests</groupId>
|
||||
<artifactId>helidon-config-tests-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-tests-test-parsers-1-complex</artifactId>
|
||||
<name>Helidon Config Tests Parsers 1</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.config</groupId>
|
||||
<artifactId>helidon-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-config-yaml</artifactId>
|
||||
<name>Helidon Config YAML</name>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon</groupId>
|
||||
<artifactId>helidon-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-docs</artifactId>
|
||||
<name>Helidon Documentation</name>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.config</groupId>
|
||||
<artifactId>helidon-examples-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-config-basics</artifactId>
|
||||
<name>Helidon Config Examples Basics</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.config</groupId>
|
||||
<artifactId>helidon-examples-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-config-changes</artifactId>
|
||||
<name>Helidon Config Examples Changes</name>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.config</groupId>
|
||||
<artifactId>helidon-examples-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-config-git</artifactId>
|
||||
<name>Helidon Config Examples Git</name>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.config</groupId>
|
||||
<artifactId>helidon-examples-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-config-mapping</artifactId>
|
||||
<name>Helidon Config Examples Mapping</name>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.config</groupId>
|
||||
<artifactId>helidon-examples-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-config-overrides</artifactId>
|
||||
<name>Helidon Config Examples Overrides</name>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples</groupId>
|
||||
<artifactId>helidon-examples-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>io.helidon.examples.config</groupId>
|
||||
<artifactId>helidon-examples-config-project</artifactId>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.config</groupId>
|
||||
<artifactId>helidon-examples-config-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-config-sources</artifactId>
|
||||
<name>Helidon Config Examples Sources</name>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.grpc</groupId>
|
||||
<artifactId>helidon-examples-grpc-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-grpc-basics</artifactId>
|
||||
<name>Helidon gRPC Server Examples Basics</name>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.grpc</groupId>
|
||||
<artifactId>helidon-examples-grpc-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-grpc-common</artifactId>
|
||||
<name>Helidon gRPC Server Examples ProtoBuf Services</name>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.grpc</groupId>
|
||||
<artifactId>helidon-examples-grpc-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-grpc-metrics</artifactId>
|
||||
<name>Helidon gRPC Server Examples Metrics</name>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.grpc</groupId>
|
||||
<artifactId>helidon-examples-grpc-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-grpc-opentracing</artifactId>
|
||||
<name>Helidon gRPC Server Examples OpenTracing</name>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples</groupId>
|
||||
<artifactId>helidon-examples-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>io.helidon.examples.grpc</groupId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.grpc</groupId>
|
||||
<artifactId>helidon-examples-grpc-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-grpc-security-abac</artifactId>
|
||||
<name>Helidon gRPC Server Examples ABAC Security</name>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.grpc</groupId>
|
||||
<artifactId>helidon-examples-grpc-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-grpc-security-outbound</artifactId>
|
||||
<name>Helidon gRPC Server Examples Outbound Security</name>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.grpc</groupId>
|
||||
<artifactId>helidon-examples-grpc-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-grpc-security</artifactId>
|
||||
<name>Helidon gRPC Server Examples Security</name>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<artifactId>helidon-examples-health-project</artifactId>
|
||||
<groupId>io.helidon.examples.health</groupId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<artifactId>helidon-examples-project</artifactId>
|
||||
<groupId>io.helidon.examples</groupId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>Helidon Health Examples</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.integrations.cdi</groupId>
|
||||
<artifactId>helidon-examples-integrations-cdi-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-integrations-examples-datasource-hikaricp-mysql</artifactId>
|
||||
<name>Helidon CDI Extensions Examples DataSource/HikariCP MySQL</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.integrations.cdi</groupId>
|
||||
<artifactId>helidon-examples-integrations-cdi-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-integrations-datasource-hikaricp</artifactId>
|
||||
<name>Helidon CDI Extensions Examples DataSource/HikariCP</name>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.integrations.cdi</groupId>
|
||||
<artifactId>helidon-examples-integrations-cdi-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-integrations-jedis</artifactId>
|
||||
<name>Helidon CDI Extensions Examples Jedis</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.integrations.cdi</groupId>
|
||||
<artifactId>helidon-examples-integrations-cdi-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-integrations-examples-jpa</artifactId>
|
||||
<name>Helidon CDI Extensions Examples JPA</name>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.integrations.cdi</groupId>
|
||||
<artifactId>helidon-examples-integrations-cdi-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-integrations-examples-oci-objectstorage</artifactId>
|
||||
<name>Helidon CDI Extensions Examples OCI ObjectStorage</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.integrations</groupId>
|
||||
<artifactId>helidon-examples-integrations-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>io.helidon.examples.integrations.cdi</groupId>
|
||||
<artifactId>helidon-examples-integrations-cdi-project</artifactId>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples</groupId>
|
||||
<artifactId>helidon-examples-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>io.helidon.examples.integrations</groupId>
|
||||
<artifactId>helidon-examples-integrations-project</artifactId>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.microprofile</groupId>
|
||||
<artifactId>helidon-examples-microprofile-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-microprofile-hello-world-explicit</artifactId>
|
||||
<name>Helidon Microprofile Examples Explicit Hello World</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.microprofile</groupId>
|
||||
<artifactId>helidon-examples-microprofile-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-microprofile-hello-world-implicit</artifactId>
|
||||
<name>Helidon Microprofile Examples Implicit Hello World</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.microprofile</groupId>
|
||||
<artifactId>helidon-examples-microprofile-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-microprofile-security-idcs</artifactId>
|
||||
<name>Helidon Microprofile Examples IDCS Security</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.microprofile</groupId>
|
||||
<artifactId>helidon-examples-microprofile-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-microprofile-mp1_1-security</artifactId>
|
||||
<name>Helidon Microprofile Examples MP 1.1 Security</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.microprofile</groupId>
|
||||
<artifactId>helidon-examples-microprofile-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-microprofile-mp1_1-static-content</artifactId>
|
||||
<name>Helidon Microprofile Examples MP 1.1 Static Content</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples</groupId>
|
||||
<artifactId>helidon-examples-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<packaging>pom</packaging>
|
||||
<groupId>io.helidon.examples.microprofile</groupId>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon</groupId>
|
||||
<artifactId>helidon-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>io.helidon.examples</groupId>
|
||||
<artifactId>helidon-examples-project</artifactId>
|
||||
|
||||
@@ -272,7 +272,7 @@ processProjectPom(){
|
||||
-e s@"${PACKAGE}."@'${package}.'@g \
|
||||
-e s@"<groupId>${GROUPID}</groupId>"@'<groupId>${groupId}</groupId>'@g \
|
||||
-e s@"<artifactId>${ARTIFACTID}</artifactId>"@'<artifactId>${artifactId}</artifactId>'@g \
|
||||
-e s@"<version>${VERSION}</version>"@'<version>${version}</version>'@g \
|
||||
-e s@"^ <version>${VERSION}</version>"@' <version>${version}</version>'@g \
|
||||
-e s@"<name>${NAME}</name>"@'<name>${project.artifactId}</name>'@g \
|
||||
> ${outputfile}
|
||||
}
|
||||
@@ -371,4 +371,4 @@ echo ""
|
||||
|
||||
if [ ! -z "${MAVEN_ARGS}" ] ; then
|
||||
mvn -f ${ARCHETYPE_DIR}/pom.xml ${MAVEN_ARGS}
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -29,7 +29,7 @@ tasks.withType(JavaCompile) {
|
||||
}
|
||||
|
||||
ext {
|
||||
helidonversion = '1.1.0-SNAPSHOT'
|
||||
helidonversion = '1.1.1-SNAPSHOT'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
|
||||
<groupId>io.helidon.examples</groupId>
|
||||
<artifactId>helidon-quickstart-mp</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Helidon Quickstart MP Example</name>
|
||||
|
||||
<properties>
|
||||
<helidon.version>1.1.0-SNAPSHOT</helidon.version>
|
||||
<helidon.version>1.1.1-SNAPSHOT</helidon.version>
|
||||
<mainClass>io.helidon.examples.quickstart.mp.Main</mainClass>
|
||||
<exec.mainClass>${mainClass}</exec.mainClass>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
|
||||
@@ -29,7 +29,7 @@ tasks.withType(JavaCompile) {
|
||||
}
|
||||
|
||||
ext {
|
||||
helidonversion = '1.1.0-SNAPSHOT'
|
||||
helidonversion = '1.1.1-SNAPSHOT'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
|
||||
<groupId>io.helidon.examples</groupId>
|
||||
<artifactId>helidon-quickstart-se</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Helidon Quickstart SE Example</name>
|
||||
|
||||
<properties>
|
||||
<helidon.version>1.1.0-SNAPSHOT</helidon.version>
|
||||
<helidon.version>1.1.1-SNAPSHOT</helidon.version>
|
||||
<helidon.plugin.version>1.0.10</helidon.plugin.version>
|
||||
<mainClass>io.helidon.examples.quickstart.se.Main</mainClass>
|
||||
<exec.mainClass>${mainClass}</exec.mainClass>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples</groupId>
|
||||
<artifactId>helidon-examples-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>io.helidon.examples.quickstarts</groupId>
|
||||
<artifactId>examples-quickstarts-project</artifactId>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.security</groupId>
|
||||
<artifactId>helidon-examples-security-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-security-abac</artifactId>
|
||||
<name>Helidon Security Examples ABAC</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.security</groupId>
|
||||
<artifactId>helidon-examples-security-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-security-google-login</artifactId>
|
||||
<name>Helidon Security Examples Google Login</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.security</groupId>
|
||||
<artifactId>helidon-examples-security-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-security-oidc</artifactId>
|
||||
<name>Helidon Security Examples IDCS Login</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.security</groupId>
|
||||
<artifactId>helidon-examples-security-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-security-jersey</artifactId>
|
||||
<name>Helidon Security Examples Jersey Integration</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.security</groupId>
|
||||
<artifactId>helidon-examples-security-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-security-nohttp-programmatic</artifactId>
|
||||
<name>Helidon Security Examples No-HTTP programmatic</name>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.security</groupId>
|
||||
<artifactId>helidon-examples-security-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>oidc-login</artifactId>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.security</groupId>
|
||||
<artifactId>helidon-examples-security-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>helidon-examples-security-outbound-override</artifactId>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples</groupId>
|
||||
<artifactId>helidon-examples-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>io.helidon.examples.security</groupId>
|
||||
<artifactId>helidon-examples-security-project</artifactId>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.security</groupId>
|
||||
<artifactId>helidon-examples-security-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-security-spi</artifactId>
|
||||
<name>Helidon Security Examples SPI Implementation</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.security</groupId>
|
||||
<artifactId>helidon-examples-security-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-security-webserver-digest-auth</artifactId>
|
||||
<name>Helidon Security Examples Digest Authentication</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.security</groupId>
|
||||
<artifactId>helidon-examples-security-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-security-webserver-signatures</artifactId>
|
||||
<name>Helidon Security Examples HTTP Signatures</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.todos</groupId>
|
||||
<artifactId>example-todo-app-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-todos-backend</artifactId>
|
||||
<name>Helidon Examples ToDo Demo Backend</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.todos</groupId>
|
||||
<artifactId>example-todo-app-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-todos-frontend</artifactId>
|
||||
<name>Helidon Examples ToDo Demo Frontend</name>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<groupId>io.helidon.examples.todos</groupId>
|
||||
<artifactId>example-todo-app-project</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
<name>Helidon Examples ToDo Demo</name>
|
||||
|
||||
<description>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.webserver</groupId>
|
||||
<artifactId>helidon-examples-webserver-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-webserver-basics</artifactId>
|
||||
<name>Helidon WebServer Examples Basics</name>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<groupId>io.helidon.examples.webserver</groupId>
|
||||
<artifactId>helidon-examples-webserver-project</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>helidon-examples-webserver-comment-aas</artifactId>
|
||||
<name>Helidon WebServer Examples CommentsAAS</name>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user