diff --git a/bom/pom.xml b/bom/pom.xml index 0a63ed58790..538a7a09808 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon</groupId> <artifactId>helidon-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-bom</artifactId> <packaging>pom</packaging> diff --git a/common/common/pom.xml b/common/common/pom.xml index d6cc16f94be..8aa1e943059 100644 --- a/common/common/pom.xml +++ b/common/common/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.common</groupId> <artifactId>helidon-common-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-common</artifactId> <name>Helidon Common</name> diff --git a/common/configurable/pom.xml b/common/configurable/pom.xml index bb146b807bf..cd745bf82d6 100644 --- a/common/configurable/pom.xml +++ b/common/configurable/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.common</groupId> <artifactId>helidon-common-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <name>Helidon Common Configurable</name> <artifactId>helidon-common-configurable</artifactId> diff --git a/common/http/pom.xml b/common/http/pom.xml index fc78ef385e3..505d12cb284 100644 --- a/common/http/pom.xml +++ b/common/http/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>helidon-common-project</artifactId> <groupId>io.helidon.common</groupId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>helidon-common-http</artifactId> diff --git a/common/key-util/pom.xml b/common/key-util/pom.xml index 90b1cdef3ae..40e1c6c9e0c 100644 --- a/common/key-util/pom.xml +++ b/common/key-util/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.common</groupId> <artifactId>helidon-common-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-common-key-util</artifactId> <name>Helidon Common Key Util</name> diff --git a/common/pom.xml b/common/pom.xml index d757bc99b8c..66357c3cead 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon</groupId> <artifactId>helidon-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <groupId>io.helidon.common</groupId> <artifactId>helidon-common-project</artifactId> diff --git a/common/reactive/pom.xml b/common/reactive/pom.xml index ea8ed6673c6..bd000c79e8b 100644 --- a/common/reactive/pom.xml +++ b/common/reactive/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.common</groupId> <artifactId>helidon-common-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-common-reactive</artifactId> <name>Helidon Common Reactive</name> diff --git a/config/bundle/pom.xml b/config/bundle/pom.xml index ca11d36dda1..8d77541d60a 100644 --- a/config/bundle/pom.xml +++ b/config/bundle/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-bundle</artifactId> <name>Helidon Config Bundle</name> diff --git a/config/config/pom.xml b/config/config/pom.xml index 0248d74e1bb..7e5da939985 100644 --- a/config/config/pom.xml +++ b/config/config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config</artifactId> <name>Helidon Config</name> diff --git a/config/etcd/pom.xml b/config/etcd/pom.xml index 4aa83839d2f..049d181109e 100644 --- a/config/etcd/pom.xml +++ b/config/etcd/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-etcd</artifactId> <name>Helidon Config Etcd</name> diff --git a/config/examples/basics/pom.xml b/config/examples/basics/pom.xml index d327099ee62..92236015340 100644 --- a/config/examples/basics/pom.xml +++ b/config/examples/basics/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.config.examples</groupId> <artifactId>helidon-config-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-examples-basics</artifactId> <name>Helidon Config Examples Basics</name> @@ -33,7 +33,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <example.mainClass>io.helidon.config.examples.basics.Main</example.mainClass> </properties> diff --git a/config/examples/changes/pom.xml b/config/examples/changes/pom.xml index 70237134ecb..cce033363a5 100644 --- a/config/examples/changes/pom.xml +++ b/config/examples/changes/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>helidon-config-examples-project</artifactId> <groupId>io.helidon.config.examples</groupId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-examples-changes</artifactId> <name>Helidon Config Examples Changes</name> @@ -34,7 +34,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <example.mainClass>io.helidon.config.examples.changes.Main</example.mainClass> </properties> diff --git a/config/examples/git/pom.xml b/config/examples/git/pom.xml index 087e73c6217..cc310855ae9 100644 --- a/config/examples/git/pom.xml +++ b/config/examples/git/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.config.examples</groupId> <artifactId>helidon-config-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-examples-git</artifactId> <name>Helidon Config Examples Git</name> @@ -32,7 +32,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <example.mainClass>io.helidon.config.examples.git.Main</example.mainClass> </properties> diff --git a/config/examples/mapping/pom.xml b/config/examples/mapping/pom.xml index 6c7e1b12d2f..1fc106ae0c2 100644 --- a/config/examples/mapping/pom.xml +++ b/config/examples/mapping/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.config.examples</groupId> <artifactId>helidon-config-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-examples-mapping</artifactId> <name>Helidon Config Examples Mapping</name> @@ -33,7 +33,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <example.mainClass>io.helidon.config.examples.mapping.Main</example.mainClass> </properties> diff --git a/config/examples/overrides/pom.xml b/config/examples/overrides/pom.xml index 5ea25379d7c..80e8603f065 100644 --- a/config/examples/overrides/pom.xml +++ b/config/examples/overrides/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.config.examples</groupId> <artifactId>helidon-config-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-examples-overrides</artifactId> <name>Helidon Config Examples Overrides</name> @@ -33,7 +33,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <example.mainClass>io.helidon.config.examples.overrides.Main</example.mainClass> </properties> diff --git a/config/examples/pom.xml b/config/examples/pom.xml index e4dfc5eca0c..3761b32d853 100644 --- a/config/examples/pom.xml +++ b/config/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <groupId>io.helidon.config.examples</groupId> <artifactId>helidon-config-examples-project</artifactId> diff --git a/config/examples/sources/pom.xml b/config/examples/sources/pom.xml index d27cdc0d8da..cd9732bba9e 100644 --- a/config/examples/sources/pom.xml +++ b/config/examples/sources/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.config.examples</groupId> <artifactId>helidon-config-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-examples-sources</artifactId> <name>Helidon Config Examples Sources</name> @@ -33,7 +33,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <example.mainClass>io.helidon.config.examples.sources.Main</example.mainClass> </properties> diff --git a/config/git/pom.xml b/config/git/pom.xml index 840beeaa2c7..cb1e973bfa8 100644 --- a/config/git/pom.xml +++ b/config/git/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-git</artifactId> <name>Helidon Config Git</name> diff --git a/config/hocon/pom.xml b/config/hocon/pom.xml index b3bcc94f753..6176fea6d74 100644 --- a/config/hocon/pom.xml +++ b/config/hocon/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-hocon</artifactId> <name>Helidon Config HOCON</name> diff --git a/config/pom.xml b/config/pom.xml index 28f28659ff6..8f1c75bc183 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon</groupId> <artifactId>helidon-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-project</artifactId> diff --git a/config/test-infrastructure/pom.xml b/config/test-infrastructure/pom.xml index 8dfaf2e043c..45f98348f62 100644 --- a/config/test-infrastructure/pom.xml +++ b/config/test-infrastructure/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-test-infrastructure</artifactId> <name>Helidon Config Test Infrastructure</name> diff --git a/config/testing/pom.xml b/config/testing/pom.xml index 70fd878bfd2..40e1860d7aa 100644 --- a/config/testing/pom.xml +++ b/config/testing/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-testing</artifactId> <name>Helidon Config Testing</name> diff --git a/config/tests/integration-tests/pom.xml b/config/tests/integration-tests/pom.xml index 00f755da643..dabe1f82894 100644 --- a/config/tests/integration-tests/pom.xml +++ b/config/tests/integration-tests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-integration-tests</artifactId> <name>Helidon Config Tests Integration</name> diff --git a/config/tests/module-mappers-1-base/pom.xml b/config/tests/module-mappers-1-base/pom.xml index 63a1322c6de..d244ba42085 100644 --- a/config/tests/module-mappers-1-base/pom.xml +++ b/config/tests/module-mappers-1-base/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-module-mappers-1-base</artifactId> <name>Helidon Config Tests Mappers 1</name> diff --git a/config/tests/module-mappers-2-override/pom.xml b/config/tests/module-mappers-2-override/pom.xml index 81ec7fb6b6e..b2611522b34 100644 --- a/config/tests/module-mappers-2-override/pom.xml +++ b/config/tests/module-mappers-2-override/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-module-mappers-2-override</artifactId> <name>Helidon Config Tests Parser 2</name> diff --git a/config/tests/module-meta-source-1/pom.xml b/config/tests/module-meta-source-1/pom.xml index b40ee2b339a..30e08883931 100644 --- a/config/tests/module-meta-source-1/pom.xml +++ b/config/tests/module-meta-source-1/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-module-meta-source-1</artifactId> <name>Helidon Config Tests Meta Source 1</name> diff --git a/config/tests/module-meta-source-2/pom.xml b/config/tests/module-meta-source-2/pom.xml index 6881dbf410b..e54ca65c3c1 100644 --- a/config/tests/module-meta-source-2/pom.xml +++ b/config/tests/module-meta-source-2/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-module-meta-source-2</artifactId> <name>Helidon Config Tests Meta Source 2</name> diff --git a/config/tests/module-parsers-1-override/pom.xml b/config/tests/module-parsers-1-override/pom.xml index e501e1d5358..1b18a2ce695 100644 --- a/config/tests/module-parsers-1-override/pom.xml +++ b/config/tests/module-parsers-1-override/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-module-parsers-1-override</artifactId> <name>Helidon Config Tests Parser 1</name> diff --git a/config/tests/pom.xml b/config/tests/pom.xml index 8e4a1b7738d..b51d80b4be5 100644 --- a/config/tests/pom.xml +++ b/config/tests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> diff --git a/config/tests/test-bundle/pom.xml b/config/tests/test-bundle/pom.xml index 9f32fe771f2..50a88bc81d1 100644 --- a/config/tests/test-bundle/pom.xml +++ b/config/tests/test-bundle/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-bundle</artifactId> <name>Helidon Config Tests Bundle</name> diff --git a/config/tests/test-default_config-1-properties/pom.xml b/config/tests/test-default_config-1-properties/pom.xml index b5dbd3c4351..0105d70ece6 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 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-default_config-1-properties</artifactId> <name>Helidon Config Tests Default Config 1</name> 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 25c5931a73f..edb3adf7d57 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 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-default_config-2-hocon-json</artifactId> <name>Helidon Config Tests Default Config 2</name> diff --git a/config/tests/test-default_config-3-hocon/pom.xml b/config/tests/test-default_config-3-hocon/pom.xml index 9287f8b87f2..535250d0627 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 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-default_config-3-hocon</artifactId> <name>Helidon Config Tests Default Config 3</name> diff --git a/config/tests/test-default_config-4-yaml/pom.xml b/config/tests/test-default_config-4-yaml/pom.xml index cdcc0e4cc25..f3b9efb5644 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 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-default_config-4-yaml</artifactId> <name>Helidon Config Tests Default Config 4</name> 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 5e69cd8432a..5684e6c1247 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 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-default_config-5-env_vars</artifactId> <name>Helidon Config Tests Default Config 5</name> 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 479451077ef..1d8942b1a5d 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 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-default_config-6-meta-properties</artifactId> <name>Helidon Config Tests Default Config 6</name> 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 1302d663817..79bb0689381 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 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-default_config-7-meta-hocon-json</artifactId> <name>Helidon Config Tests Default Config 7</name> 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 d0f58092d12..79b2ef1d05c 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 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-default_config-8-meta-hocon</artifactId> <name>Helidon Config Tests Default Config 8</name> 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 f2c3d12c103..3559adef5f8 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 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-default_config-9-meta-yaml</artifactId> <name>Helidon Config Tests Default Config 9</name> diff --git a/config/tests/test-mappers-1-common/pom.xml b/config/tests/test-mappers-1-common/pom.xml index 5c9162fe7f9..85573c9e33a 100644 --- a/config/tests/test-mappers-1-common/pom.xml +++ b/config/tests/test-mappers-1-common/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-mappers-1-common</artifactId> <name>Helidon Config Tests Mappers Common 1</name> diff --git a/config/tests/test-mappers-2-complex/pom.xml b/config/tests/test-mappers-2-complex/pom.xml index 0ece2336141..a31141f2e5c 100644 --- a/config/tests/test-mappers-2-complex/pom.xml +++ b/config/tests/test-mappers-2-complex/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-mappers-2-complex</artifactId> <name>Helidon Config Tests Parsers 2</name> diff --git a/config/tests/test-meta-source/pom.xml b/config/tests/test-meta-source/pom.xml index 5e787d720c4..21578eb6177 100644 --- a/config/tests/test-meta-source/pom.xml +++ b/config/tests/test-meta-source/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-meta-source</artifactId> <name>Helidon Config Tests Meta Source</name> diff --git a/config/tests/test-parsers-1-complex/pom.xml b/config/tests/test-parsers-1-complex/pom.xml index 942864ab167..b93740f0179 100644 --- a/config/tests/test-parsers-1-complex/pom.xml +++ b/config/tests/test-parsers-1-complex/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config.tests</groupId> <artifactId>helidon-config-tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-tests-test-parsers-1-complex</artifactId> <name>Helidon Config Tests Parsers 1</name> diff --git a/config/yaml/pom.xml b/config/yaml/pom.xml index b6ed9a0678d..7851c484643 100644 --- a/config/yaml/pom.xml +++ b/config/yaml/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-config-yaml</artifactId> <name>Helidon Config YAML</name> diff --git a/docs/pom.xml b/docs/pom.xml index d4565a128ef..9596c9c8d24 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>io.helidon</groupId> <artifactId>helidon-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-docs</artifactId> <name>Helidon Documentation</name> diff --git a/examples/archetypes/archetype.properties b/examples/archetypes/archetype.properties index 4e4355109dc..901f9d417e6 100644 --- a/examples/archetypes/archetype.properties +++ b/examples/archetypes/archetype.properties @@ -19,6 +19,6 @@ archetype.groupId=io.helidon.archetypes # Expanded by create-archetypes.sh script archetype.artifactId=${archetypeArtifactId} -archetype.version=0.10.2-SNAPSHOT +archetype.version=0.10.2 archetype.languages=java, docker excludePatterns=**/.idea/**, *.iml, target/**, build/**, build.gradle, settings.gradle, .gradle/** diff --git a/examples/helidon-quickstart-mp/build.gradle b/examples/helidon-quickstart-mp/build.gradle index 03b305691a4..6575bf0113b 100644 --- a/examples/helidon-quickstart-mp/build.gradle +++ b/examples/helidon-quickstart-mp/build.gradle @@ -29,7 +29,7 @@ tasks.withType(JavaCompile) { } ext { - helidonversion = '0.10.2-SNAPSHOT' + helidonversion = '0.10.2' } repositories { diff --git a/examples/helidon-quickstart-mp/pom.xml b/examples/helidon-quickstart-mp/pom.xml index 37dccac94fd..eb812f69856 100644 --- a/examples/helidon-quickstart-mp/pom.xml +++ b/examples/helidon-quickstart-mp/pom.xml @@ -23,12 +23,12 @@ <groupId>io.helidon.examples</groupId> <artifactId>quickstart-mp</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> <packaging>jar</packaging> <name>${project.artifactId}</name> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <!-- Default package. Will be overriden by Maven archetype --> <package>io.helidon.examples.quickstart.mp</package> <mainClass>${package}.Main</mainClass> diff --git a/examples/helidon-quickstart-se/build.gradle b/examples/helidon-quickstart-se/build.gradle index 4d6aebc0a17..57cca28016b 100644 --- a/examples/helidon-quickstart-se/build.gradle +++ b/examples/helidon-quickstart-se/build.gradle @@ -29,7 +29,7 @@ tasks.withType(JavaCompile) { } ext { - helidonversion = '0.10.2-SNAPSHOT' + helidonversion = '0.10.2' } repositories { diff --git a/examples/helidon-quickstart-se/pom.xml b/examples/helidon-quickstart-se/pom.xml index 6d1c733589e..6446bbf2a71 100644 --- a/examples/helidon-quickstart-se/pom.xml +++ b/examples/helidon-quickstart-se/pom.xml @@ -23,12 +23,12 @@ <groupId>io.helidon.examples</groupId> <artifactId>quickstart-se</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> <packaging>jar</packaging> <name>${project.artifactId}</name> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <!-- Default package. Will be overriden by Maven archetype --> <package>io.helidon.examples.quickstart.se</package> <mainClass>${package}.Main</mainClass> diff --git a/examples/pom.xml b/examples/pom.xml index e5bd6a118e1..175d9f44478 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon</groupId> <artifactId>helidon-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <groupId>io.helidon.examples</groupId> <artifactId>helidon-examples-project</artifactId> diff --git a/examples/todos/demo-backend/pom.xml b/examples/todos/demo-backend/pom.xml index 2dd6f91a10c..c5800f6929d 100644 --- a/examples/todos/demo-backend/pom.xml +++ b/examples/todos/demo-backend/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.demo.todos</groupId> <artifactId>helidon-demo-todos-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-todos-backend</artifactId> <name>Helidon Examples TODOs Demo Backend</name> diff --git a/examples/todos/demo-frontend/pom.xml b/examples/todos/demo-frontend/pom.xml index a7e47ed6582..aff78f27f49 100644 --- a/examples/todos/demo-frontend/pom.xml +++ b/examples/todos/demo-frontend/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.demo.todos</groupId> <artifactId>helidon-demo-todos-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-todos-frontend</artifactId> <name>Helidon Examples TODOs Demo Frontend</name> diff --git a/examples/todos/pom.xml b/examples/todos/pom.xml index 156429ba614..4488d21d686 100644 --- a/examples/todos/pom.xml +++ b/examples/todos/pom.xml @@ -25,7 +25,7 @@ <groupId>io.helidon.demo.todos</groupId> <artifactId>helidon-demo-todos-project</artifactId> <packaging>pom</packaging> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> <name>Helidon Examples TODOs Demo</name> <description> diff --git a/javadocs/pom.xml b/javadocs/pom.xml index 5528ee2f809..40820aceab1 100644 --- a/javadocs/pom.xml +++ b/javadocs/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>io.helidon</groupId> <artifactId>helidon-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-javadocs</artifactId> <name>Helidon Javadocs</name> diff --git a/microprofile/bundles/helidon-microprofile-1.0/pom.xml b/microprofile/bundles/helidon-microprofile-1.0/pom.xml index cd946955be6..9be76ecfda6 100644 --- a/microprofile/bundles/helidon-microprofile-1.0/pom.xml +++ b/microprofile/bundles/helidon-microprofile-1.0/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.bundles</groupId> <artifactId>bundles-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-1.0</artifactId> <name>Helidon Microprofile Bundles 1.0</name> diff --git a/microprofile/bundles/helidon-microprofile-1.1/pom.xml b/microprofile/bundles/helidon-microprofile-1.1/pom.xml index 9b4dc42ff01..c11719b34f2 100644 --- a/microprofile/bundles/helidon-microprofile-1.1/pom.xml +++ b/microprofile/bundles/helidon-microprofile-1.1/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.bundles</groupId> <artifactId>bundles-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-1.1</artifactId> <name>Helidon Microprofile Bundles 1.1</name> diff --git a/microprofile/bundles/helidon-microprofile-1.2/pom.xml b/microprofile/bundles/helidon-microprofile-1.2/pom.xml index fa1be082432..7513d0977fb 100644 --- a/microprofile/bundles/helidon-microprofile-1.2/pom.xml +++ b/microprofile/bundles/helidon-microprofile-1.2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.bundles</groupId> <artifactId>bundles-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-1.2</artifactId> <name>Helidon Microprofile Bundles 1.2</name> diff --git a/microprofile/bundles/internal-test-libs/pom.xml b/microprofile/bundles/internal-test-libs/pom.xml index 96c3887bee6..8ba62ef60ea 100644 --- a/microprofile/bundles/internal-test-libs/pom.xml +++ b/microprofile/bundles/internal-test-libs/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.bundles</groupId> <artifactId>bundles-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>internal-test-libs</artifactId> <name>Helidon Microprofile Bundles Test Libraries</name> diff --git a/microprofile/bundles/pom.xml b/microprofile/bundles/pom.xml index 70414078093..628e3568877 100644 --- a/microprofile/bundles/pom.xml +++ b/microprofile/bundles/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <packaging>pom</packaging> <groupId>io.helidon.microprofile.bundles</groupId> diff --git a/microprofile/config/config-cdi/pom.xml b/microprofile/config/config-cdi/pom.xml index d84510ffcbf..9d90b495997 100644 --- a/microprofile/config/config-cdi/pom.xml +++ b/microprofile/config/config-cdi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.config</groupId> <artifactId>helidon-microprofile-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-config-cdi</artifactId> <name>Helidon Microprofile Config CDI</name> diff --git a/microprofile/config/config-core/pom.xml b/microprofile/config/config-core/pom.xml index 16bb9032eb3..2c391b7d6a4 100644 --- a/microprofile/config/config-core/pom.xml +++ b/microprofile/config/config-core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.config</groupId> <artifactId>helidon-microprofile-config-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-config</artifactId> <name>Helidon Microprofile Config Core</name> diff --git a/microprofile/config/pom.xml b/microprofile/config/pom.xml index cf48be1bded..7d241b2c7b9 100644 --- a/microprofile/config/pom.xml +++ b/microprofile/config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <packaging>pom</packaging> <groupId>io.helidon.microprofile.config</groupId> diff --git a/microprofile/examples/hello-world-explicit/pom.xml b/microprofile/examples/hello-world-explicit/pom.xml index bb3fd34b911..49f43b8d903 100644 --- a/microprofile/examples/hello-world-explicit/pom.xml +++ b/microprofile/examples/hello-world-explicit/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.examples</groupId> <artifactId>examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>hello-world-explicit</artifactId> <name>Helidon Microprofile Examples Explicit Hello World</name> diff --git a/microprofile/examples/hello-world-implicit/pom.xml b/microprofile/examples/hello-world-implicit/pom.xml index 4fde58a8ed7..f9249884e46 100644 --- a/microprofile/examples/hello-world-implicit/pom.xml +++ b/microprofile/examples/hello-world-implicit/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.examples</groupId> <artifactId>examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>hello-world-implicit</artifactId> <name>Helidon Microprofile Examples Implicit Hello World</name> diff --git a/microprofile/examples/idcs/pom.xml b/microprofile/examples/idcs/pom.xml index 5f63c84f88b..acf25e62982 100644 --- a/microprofile/examples/idcs/pom.xml +++ b/microprofile/examples/idcs/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.examples</groupId> <artifactId>examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>security-idcs</artifactId> <name>Helidon Microprofile Examples IDCS Security</name> diff --git a/microprofile/examples/mp1_1-security/pom.xml b/microprofile/examples/mp1_1-security/pom.xml index 6a679baf881..89eee1fe020 100644 --- a/microprofile/examples/mp1_1-security/pom.xml +++ b/microprofile/examples/mp1_1-security/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.examples</groupId> <artifactId>examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>mp1_1-security</artifactId> <name>Helidon Microprofile Examples MP 1.1 Security</name> diff --git a/microprofile/examples/mp1_1-static-content/pom.xml b/microprofile/examples/mp1_1-static-content/pom.xml index 39755c88e13..ade4011341b 100644 --- a/microprofile/examples/mp1_1-static-content/pom.xml +++ b/microprofile/examples/mp1_1-static-content/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.examples</groupId> <artifactId>examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>mp1_1-static-content</artifactId> <name>Helidon Microprofile Examples MP 1.1 Static Content</name> diff --git a/microprofile/examples/pom.xml b/microprofile/examples/pom.xml index c75734408f5..69d0851a221 100644 --- a/microprofile/examples/pom.xml +++ b/microprofile/examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <packaging>pom</packaging> <groupId>io.helidon.microprofile.examples</groupId> diff --git a/microprofile/fault-tolerance/pom.xml b/microprofile/fault-tolerance/pom.xml index 29c2575a904..198543a1835 100644 --- a/microprofile/fault-tolerance/pom.xml +++ b/microprofile/fault-tolerance/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-fault-tolerance</artifactId> <name>Helidon Microprofile Fault Tolerance</name> diff --git a/microprofile/health/health-checks/pom.xml b/microprofile/health/health-checks/pom.xml index 375577a77cc..343703175df 100644 --- a/microprofile/health/health-checks/pom.xml +++ b/microprofile/health/health-checks/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.health</groupId> <artifactId>helidon-microprofile-health-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-health-checks</artifactId> <name>Helidon Microprofile Health Checks</name> diff --git a/microprofile/health/health-core/pom.xml b/microprofile/health/health-core/pom.xml index 7610e91a4f7..941fd0ac6f4 100644 --- a/microprofile/health/health-core/pom.xml +++ b/microprofile/health/health-core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.health</groupId> <artifactId>helidon-microprofile-health-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-health-core</artifactId> <name>Helidon Microprofile Health Core</name> diff --git a/microprofile/health/pom.xml b/microprofile/health/pom.xml index 603ae7e4310..a54cdfcd045 100644 --- a/microprofile/health/pom.xml +++ b/microprofile/health/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <packaging>pom</packaging> <groupId>io.helidon.microprofile.health</groupId> diff --git a/microprofile/metrics/metrics-cdi/pom.xml b/microprofile/metrics/metrics-cdi/pom.xml index a398cfc2af7..f20428aba09 100644 --- a/microprofile/metrics/metrics-cdi/pom.xml +++ b/microprofile/metrics/metrics-cdi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.metrics</groupId> <artifactId>helidon-microprofile-metrics-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-metrics-cdi</artifactId> <name>Helidon Microprofile Metrics CDI</name> diff --git a/microprofile/metrics/metrics-mp/pom.xml b/microprofile/metrics/metrics-mp/pom.xml index 06166ad0a83..e59fd20ec94 100644 --- a/microprofile/metrics/metrics-mp/pom.xml +++ b/microprofile/metrics/metrics-mp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.metrics</groupId> <artifactId>helidon-microprofile-metrics-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-metrics</artifactId> <name>Helidon Microprofile Metrics Core</name> diff --git a/microprofile/metrics/metrics-se/pom.xml b/microprofile/metrics/metrics-se/pom.xml index 67323bdfa76..2c59a6a4656 100644 --- a/microprofile/metrics/metrics-se/pom.xml +++ b/microprofile/metrics/metrics-se/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.metrics</groupId> <artifactId>helidon-microprofile-metrics-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-metrics-se</artifactId> <name>Helidon Microprofile Metrics SE</name> diff --git a/microprofile/metrics/pom.xml b/microprofile/metrics/pom.xml index 284c3967553..9483adcc030 100644 --- a/microprofile/metrics/pom.xml +++ b/microprofile/metrics/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <packaging>pom</packaging> <groupId>io.helidon.microprofile.metrics</groupId> diff --git a/microprofile/oidc/pom.xml b/microprofile/oidc/pom.xml index 12f90dfb3ab..a0b1e9d1e0a 100644 --- a/microprofile/oidc/pom.xml +++ b/microprofile/oidc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-oidc</artifactId> <name>Helidon Microprofile Security integration with OIDC</name> diff --git a/microprofile/pom.xml b/microprofile/pom.xml index 694ec076605..9553c0419e5 100644 --- a/microprofile/pom.xml +++ b/microprofile/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon</groupId> <artifactId>helidon-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <packaging>pom</packaging> <groupId>io.helidon.microprofile</groupId> diff --git a/microprofile/security/pom.xml b/microprofile/security/pom.xml index e33b2e8107e..770986f6cd1 100644 --- a/microprofile/security/pom.xml +++ b/microprofile/security/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-microprofile-security</artifactId> <name>Helidon Microprofile Security integration</name> diff --git a/microprofile/server/pom.xml b/microprofile/server/pom.xml index 28a697e585f..47212b08afc 100644 --- a/microprofile/server/pom.xml +++ b/microprofile/server/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <groupId>io.helidon.microprofile.server</groupId> <artifactId>helidon-microprofile-server</artifactId> diff --git a/microprofile/tests/arquillian/pom.xml b/microprofile/tests/arquillian/pom.xml index f5f04687a4b..92075b69d71 100644 --- a/microprofile/tests/arquillian/pom.xml +++ b/microprofile/tests/arquillian/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.tests</groupId> <artifactId>tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-arquillian</artifactId> <name>Helidon Microprofile Arquillian Integration</name> diff --git a/microprofile/tests/pom.xml b/microprofile/tests/pom.xml index d8ed75ced56..cff6cc07b29 100644 --- a/microprofile/tests/pom.xml +++ b/microprofile/tests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile</groupId> <artifactId>helidon-microprofile-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <packaging>pom</packaging> <groupId>io.helidon.microprofile.tests</groupId> diff --git a/microprofile/tests/tck/pom.xml b/microprofile/tests/tck/pom.xml index 566a0e00c6a..fac13a2c8ee 100644 --- a/microprofile/tests/tck/pom.xml +++ b/microprofile/tests/tck/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.microprofile.tests</groupId> <artifactId>tests-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/microprofile/tests/tck/tck-config/pom.xml b/microprofile/tests/tck/tck-config/pom.xml index 7dc60a2bf2e..940adb4f291 100644 --- a/microprofile/tests/tck/tck-config/pom.xml +++ b/microprofile/tests/tck/tck-config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.tests</groupId> <artifactId>tck-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>tck-config</artifactId> <name>Helidon Microprofile Tests TCK Config</name> diff --git a/microprofile/tests/tck/tck-health/pom.xml b/microprofile/tests/tck/tck-health/pom.xml index 644eb96a86c..7fd5186cede 100644 --- a/microprofile/tests/tck/tck-health/pom.xml +++ b/microprofile/tests/tck/tck-health/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.microprofile.tests</groupId> <artifactId>tck-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/microprofile/tests/tck/tck-metrics/pom.xml b/microprofile/tests/tck/tck-metrics/pom.xml index 83529c9fa4e..fd60527f5b1 100644 --- a/microprofile/tests/tck/tck-metrics/pom.xml +++ b/microprofile/tests/tck/tck-metrics/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.microprofile.tests</groupId> <artifactId>tck-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>tck-metrics</artifactId> <name>Helidon Microprofile Tests TCK Metrics</name> diff --git a/pom.xml b/pom.xml index 4fb5e83da84..6f609f4ed9d 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.helidon</groupId> <artifactId>helidon-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> <packaging>pom</packaging> <name>Helidon Project</name> diff --git a/security/abac-validators/policy-el/pom.xml b/security/abac-validators/policy-el/pom.xml index 2b52b53226c..948a83f1ce5 100644 --- a/security/abac-validators/policy-el/pom.xml +++ b/security/abac-validators/policy-el/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>abac-validators</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>helidon-security-abac-policy-el</artifactId> diff --git a/security/abac-validators/policy-validator/pom.xml b/security/abac-validators/policy-validator/pom.xml index 6c8f50c93e1..ec21d5bc8f5 100644 --- a/security/abac-validators/policy-validator/pom.xml +++ b/security/abac-validators/policy-validator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>abac-validators</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-abac-policy</artifactId> <name>Helidon Security Validators Policy</name> diff --git a/security/abac-validators/pom.xml b/security/abac-validators/pom.xml index 4e2f14cb7bd..5f9ba697585 100644 --- a/security/abac-validators/pom.xml +++ b/security/abac-validators/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <packaging>pom</packaging> diff --git a/security/abac-validators/role-validator/pom.xml b/security/abac-validators/role-validator/pom.xml index 869e1b994c6..cb177be37c8 100644 --- a/security/abac-validators/role-validator/pom.xml +++ b/security/abac-validators/role-validator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>abac-validators</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-abac-role</artifactId> <name>Helidon Security Validators Role</name> diff --git a/security/abac-validators/scope-validator/pom.xml b/security/abac-validators/scope-validator/pom.xml index b2dff9d01af..d797c094061 100644 --- a/security/abac-validators/scope-validator/pom.xml +++ b/security/abac-validators/scope-validator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>abac-validators</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-abac-scope</artifactId> <name>Helidon Security Validators Scope</name> diff --git a/security/abac-validators/time-validator/pom.xml b/security/abac-validators/time-validator/pom.xml index a8bc750cd75..b4866d4ca6c 100644 --- a/security/abac-validators/time-validator/pom.xml +++ b/security/abac-validators/time-validator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>abac-validators</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-abac-time</artifactId> <name>Helidon Security Validators Time</name> diff --git a/security/bundle/pom.xml b/security/bundle/pom.xml index 450b319909c..ecbde29a182 100644 --- a/security/bundle/pom.xml +++ b/security/bundle/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-bundle</artifactId> <name>Helidon Security Bundle</name> diff --git a/security/examples/attribute-based-access-control/pom.xml b/security/examples/attribute-based-access-control/pom.xml index 919c985afbd..16d9232680c 100644 --- a/security/examples/attribute-based-access-control/pom.xml +++ b/security/examples/attribute-based-access-control/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security.examples</groupId> <artifactId>helidon-security-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-examples-abac</artifactId> <name>Helidon Security Examples ABAC</name> diff --git a/security/examples/google-login/pom.xml b/security/examples/google-login/pom.xml index 1e2410fd8b3..508e19bdb90 100644 --- a/security/examples/google-login/pom.xml +++ b/security/examples/google-login/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security.examples</groupId> <artifactId>helidon-security-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-examples-google-login</artifactId> <name>Helidon Security Examples Google Login</name> diff --git a/security/examples/idcs-login/pom.xml b/security/examples/idcs-login/pom.xml index 4ae8f6e538e..cf48a734841 100644 --- a/security/examples/idcs-login/pom.xml +++ b/security/examples/idcs-login/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security.examples</groupId> <artifactId>helidon-security-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-examples-oidc</artifactId> <name>Helidon Security Examples IDCS Login</name> diff --git a/security/examples/jersey/pom.xml b/security/examples/jersey/pom.xml index 7ee50c419a2..f3522435350 100644 --- a/security/examples/jersey/pom.xml +++ b/security/examples/jersey/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security.examples</groupId> <artifactId>helidon-security-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-examples-jersey</artifactId> <name>Helidon Security Examples Jersey integration</name> diff --git a/security/examples/nohttp-programmatic/pom.xml b/security/examples/nohttp-programmatic/pom.xml index 0557061e4c1..44c84c45291 100644 --- a/security/examples/nohttp-programmatic/pom.xml +++ b/security/examples/nohttp-programmatic/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security.examples</groupId> <artifactId>helidon-security-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-examples-nohttp-programmatic</artifactId> <name>Helidon Security Examples No-HTTP programmatic</name> diff --git a/security/examples/outbound-override/pom.xml b/security/examples/outbound-override/pom.xml index 0346a74b798..610b1df5124 100644 --- a/security/examples/outbound-override/pom.xml +++ b/security/examples/outbound-override/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>helidon-security-examples-project</artifactId> <groupId>io.helidon.security.examples</groupId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/security/examples/pom.xml b/security/examples/pom.xml index f6e72837a32..7cc3e387046 100644 --- a/security/examples/pom.xml +++ b/security/examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <groupId>io.helidon.security.examples</groupId> <artifactId>helidon-security-examples-project</artifactId> diff --git a/security/examples/spi-examples/pom.xml b/security/examples/spi-examples/pom.xml index 95de7e0b52d..444f1bd7e64 100644 --- a/security/examples/spi-examples/pom.xml +++ b/security/examples/spi-examples/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>helidon-security-examples-project</artifactId> <groupId>io.helidon.security.examples</groupId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-examples-spi</artifactId> <name>Helidon Security Examples SPI implementation</name> diff --git a/security/examples/webserver-digest-auth/pom.xml b/security/examples/webserver-digest-auth/pom.xml index 5d0debc5313..7d862a8cd34 100644 --- a/security/examples/webserver-digest-auth/pom.xml +++ b/security/examples/webserver-digest-auth/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security.examples</groupId> <artifactId>helidon-security-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-examples-webserver-digest-auth</artifactId> <name>Helidon Security Examples Digest Authentication</name> diff --git a/security/examples/webserver-signatures/pom.xml b/security/examples/webserver-signatures/pom.xml index 338e6a56499..0c2ac216919 100644 --- a/security/examples/webserver-signatures/pom.xml +++ b/security/examples/webserver-signatures/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security.examples</groupId> <artifactId>helidon-security-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-examples-webserver-signatures</artifactId> <name>Helidon Security Examples HTTP Signatures</name> diff --git a/security/integration/annotations/pom.xml b/security/integration/annotations/pom.xml index 2ce4ac7a44f..e59eb9343ca 100644 --- a/security/integration/annotations/pom.xml +++ b/security/integration/annotations/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-integration-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-integration-annotations</artifactId> <name>Helidon Security Integration Annotations</name> diff --git a/security/integration/jersey/pom.xml b/security/integration/jersey/pom.xml index 362da1f8864..7ecd9797e38 100644 --- a/security/integration/jersey/pom.xml +++ b/security/integration/jersey/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-integration-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-integration-jersey</artifactId> <name>Helidon Security Integration Jersey</name> diff --git a/security/integration/pom.xml b/security/integration/pom.xml index c7289daf20e..1626ae0d62f 100644 --- a/security/integration/pom.xml +++ b/security/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-integration-project</artifactId> <name>Helidon Security Integration</name> diff --git a/security/integration/webserver/pom.xml b/security/integration/webserver/pom.xml index 5167584fc03..6bde3dfa78b 100644 --- a/security/integration/webserver/pom.xml +++ b/security/integration/webserver/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-integration-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-integration-webserver</artifactId> <name>Helidon Security Integration Webserver</name> diff --git a/security/jwt/pom.xml b/security/jwt/pom.xml index b6b5408ffb9..fda89da5980 100644 --- a/security/jwt/pom.xml +++ b/security/jwt/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-jwt</artifactId> <name>Helidon Security JWT</name> diff --git a/security/pom.xml b/security/pom.xml index f2122ee36f2..40746ce5e35 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon</groupId> <artifactId>helidon-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <packaging>pom</packaging> <groupId>io.helidon.security</groupId> diff --git a/security/providers/abac-provider/pom.xml b/security/providers/abac-provider/pom.xml index d7e599d14f9..2fdd8760088 100644 --- a/security/providers/abac-provider/pom.xml +++ b/security/providers/abac-provider/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-providers-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-provider-abac</artifactId> <name>Helidon Security Providers ABAC</name> diff --git a/security/providers/google-login/pom.xml b/security/providers/google-login/pom.xml index 01bcba9edc9..37474e19cfb 100644 --- a/security/providers/google-login/pom.xml +++ b/security/providers/google-login/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-providers-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-provider-google-login</artifactId> <name>Helidon Security Providers Google Login</name> diff --git a/security/providers/header-atn-provider/pom.xml b/security/providers/header-atn-provider/pom.xml index 3c242a368d6..aaded9ec072 100644 --- a/security/providers/header-atn-provider/pom.xml +++ b/security/providers/header-atn-provider/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-providers-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-provider-header-atn</artifactId> <name>Helidon Security Providers Header authentication</name> diff --git a/security/providers/http-auth-provider/pom.xml b/security/providers/http-auth-provider/pom.xml index 621c3765b2e..95115c4a087 100644 --- a/security/providers/http-auth-provider/pom.xml +++ b/security/providers/http-auth-provider/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-providers-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-provider-http-auth</artifactId> <name>Helidon Security Providers HTTP Authentication</name> diff --git a/security/providers/http-signature-provider/pom.xml b/security/providers/http-signature-provider/pom.xml index ae147fe1146..4a7370e728b 100644 --- a/security/providers/http-signature-provider/pom.xml +++ b/security/providers/http-signature-provider/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-providers-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-provider-http-signature</artifactId> <name>Helidon Security Providers HTTP Signature</name> diff --git a/security/providers/idcs-mapper/pom.xml b/security/providers/idcs-mapper/pom.xml index efd82b526f3..cb96ff28d12 100644 --- a/security/providers/idcs-mapper/pom.xml +++ b/security/providers/idcs-mapper/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>helidon-security-providers-project</artifactId> <groupId>io.helidon.security</groupId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/security/providers/jwt-provider/pom.xml b/security/providers/jwt-provider/pom.xml index 18c63171ce4..8285858aa28 100644 --- a/security/providers/jwt-provider/pom.xml +++ b/security/providers/jwt-provider/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-providers-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-provider-jwt</artifactId> <name>Helidon Security Providers JWT</name> diff --git a/security/providers/oidc-common/pom.xml b/security/providers/oidc-common/pom.xml index 20612d3be32..9231f5b0169 100644 --- a/security/providers/oidc-common/pom.xml +++ b/security/providers/oidc-common/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>helidon-security-providers-project</artifactId> <groupId>io.helidon.security</groupId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/security/providers/oidc-provider/pom.xml b/security/providers/oidc-provider/pom.xml index d867dda1edc..deb30c24fab 100644 --- a/security/providers/oidc-provider/pom.xml +++ b/security/providers/oidc-provider/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-providers-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>helidon-security-provider-oidc</artifactId> diff --git a/security/providers/pom.xml b/security/providers/pom.xml index 12392a0ed16..36ac8a8303b 100644 --- a/security/providers/pom.xml +++ b/security/providers/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-providers-project</artifactId> <name>Helidon Security Providers</name> diff --git a/security/providers/providers-common/pom.xml b/security/providers/providers-common/pom.xml index 5353a837dc7..3cea82e0b87 100644 --- a/security/providers/providers-common/pom.xml +++ b/security/providers/providers-common/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-providers-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-providers-common</artifactId> <name>Helidon Security Providers Common</name> diff --git a/security/security/pom.xml b/security/security/pom.xml index 50fc816199f..7a04073bb41 100644 --- a/security/security/pom.xml +++ b/security/security/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security</artifactId> <name>Helidon Security Core</name> diff --git a/security/tools/pom.xml b/security/tools/pom.xml index 76affb96fe0..31351d3d9d7 100644 --- a/security/tools/pom.xml +++ b/security/tools/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <packaging>pom</packaging> <artifactId>helidon-security-tools-project</artifactId> diff --git a/security/tools/secure-config/pom.xml b/security/tools/secure-config/pom.xml index e15ab51a3a9..21c0715d502 100644 --- a/security/tools/secure-config/pom.xml +++ b/security/tools/secure-config/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-tools-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>helidon-security-tools-config</artifactId> diff --git a/security/tools/security-util/pom.xml b/security/tools/security-util/pom.xml index b0dae461bbe..637183d1c9a 100644 --- a/security/tools/security-util/pom.xml +++ b/security/tools/security-util/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.security</groupId> <artifactId>helidon-security-tools-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-security-util</artifactId> <name>Helidon Security Utilities</name> diff --git a/webserver/bundles/jersey/pom.xml b/webserver/bundles/jersey/pom.xml index b71c2b02a21..bbe99f86a5d 100644 --- a/webserver/bundles/jersey/pom.xml +++ b/webserver/bundles/jersey/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>helidon-webserver-bundles-project</artifactId> <groupId>io.helidon.webserver</groupId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-jersey-bundle</artifactId> <name>Helidon WebServer Jersey Bundle</name> diff --git a/webserver/bundles/pom.xml b/webserver/bundles/pom.xml index 9f9b9f0735a..9c803789caa 100644 --- a/webserver/bundles/pom.xml +++ b/webserver/bundles/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <packaging>pom</packaging> <artifactId>helidon-webserver-bundles-project</artifactId> diff --git a/webserver/bundles/webserver/pom.xml b/webserver/bundles/webserver/pom.xml index 24efed7c358..e214321d44b 100644 --- a/webserver/bundles/webserver/pom.xml +++ b/webserver/bundles/webserver/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>helidon-webserver-bundles-project</artifactId> <groupId>io.helidon.webserver</groupId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-bundle</artifactId> <name>Helidon WebServer Bundle</name> diff --git a/webserver/examples/basics/pom.xml b/webserver/examples/basics/pom.xml index c01089c9213..3cf72f72c59 100644 --- a/webserver/examples/basics/pom.xml +++ b/webserver/examples/basics/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver.examples</groupId> <artifactId>helidon-webserver-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-examples-basics</artifactId> <name>Helidon WebServer Examples Basics</name> @@ -34,7 +34,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <mainClass>io.helidon.webserver.examples.basics.Main</mainClass> </properties> diff --git a/webserver/examples/comment-aas/pom.xml b/webserver/examples/comment-aas/pom.xml index 2158ff988bd..c0aff51eee2 100644 --- a/webserver/examples/comment-aas/pom.xml +++ b/webserver/examples/comment-aas/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver.examples</groupId> <artifactId>helidon-webserver-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-examples-comment-aas</artifactId> <name>Helidon WebServer Examples CommentsAAS</name> @@ -32,7 +32,7 @@ <description>Comments As A Service example application</description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <mainClass>io.helidon.webserver.examples.comments.Main</mainClass> </properties> diff --git a/webserver/examples/demo-translator-backend/pom.xml b/webserver/examples/demo-translator-backend/pom.xml index 297e4320756..1c2beb3a343 100644 --- a/webserver/examples/demo-translator-backend/pom.xml +++ b/webserver/examples/demo-translator-backend/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver.examples</groupId> <artifactId>helidon-webserver-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-examples-translator-backend</artifactId> <name>Helidon WebServer Examples Translator Backend</name> @@ -34,7 +34,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <mainClass>io.helidon.webserver.examples.translator.backend.Main</mainClass> <docker.image.name>${docker.registry}/skeppare/helidon/helidon-webserver-translator-backend:${project.version}</docker.image.name> diff --git a/webserver/examples/demo-translator-frontend/pom.xml b/webserver/examples/demo-translator-frontend/pom.xml index cd9d4976a52..b47e98b52e6 100644 --- a/webserver/examples/demo-translator-frontend/pom.xml +++ b/webserver/examples/demo-translator-frontend/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver.examples</groupId> <artifactId>helidon-webserver-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-examples-translator-frontend</artifactId> <name>Helidon WebServer Examples Translator Frontend</name> @@ -34,7 +34,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <mainClass>io.helidon.webserver.examples.translator.frontend.Main</mainClass> <docker.image.name>${docker.registry}/skeppare/helidon/helidon-webserver-translator-frontend:${project.version}</docker.image.name> diff --git a/webserver/examples/jersey/pom.xml b/webserver/examples/jersey/pom.xml index 2387c8632bb..f992664a9aa 100644 --- a/webserver/examples/jersey/pom.xml +++ b/webserver/examples/jersey/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver.examples</groupId> <artifactId>helidon-webserver-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-examples-jersey</artifactId> <name>Helidon WebServer Examples Jersey</name> @@ -34,7 +34,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <mainClass>io.helidon.webserver.examples.jersey.WebServerJerseyMain</mainClass> </properties> diff --git a/webserver/examples/opentracing/pom.xml b/webserver/examples/opentracing/pom.xml index 84571444d88..f24106be827 100644 --- a/webserver/examples/opentracing/pom.xml +++ b/webserver/examples/opentracing/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver.examples</groupId> <artifactId>helidon-webserver-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-examples-opentracing</artifactId> <name>Helidon WebServer Examples OpenTracing</name> @@ -34,7 +34,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <mainClass>io.helidon.webserver.examples.opentracing.ZipkinExampleMain</mainClass> <docker.image.name>${docker.registry}/helidon-webserver-opentracing-example:${project.version}</docker.image.name> diff --git a/webserver/examples/pom.xml b/webserver/examples/pom.xml index 44c06ded915..30f6d429cb1 100644 --- a/webserver/examples/pom.xml +++ b/webserver/examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <groupId>io.helidon.webserver.examples</groupId> diff --git a/webserver/examples/static-content/pom.xml b/webserver/examples/static-content/pom.xml index 885d2b545b6..6e43ef3ead9 100644 --- a/webserver/examples/static-content/pom.xml +++ b/webserver/examples/static-content/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver.examples</groupId> <artifactId>helidon-webserver-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-examples-static-content</artifactId> <name>Helidon WebServer Examples Static Content</name> @@ -35,7 +35,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <mainClass>io.helidon.webserver.examples.staticcontent.Main</mainClass> </properties> diff --git a/webserver/examples/streaming/pom.xml b/webserver/examples/streaming/pom.xml index 04ed83d01b5..d22bd094e6f 100644 --- a/webserver/examples/streaming/pom.xml +++ b/webserver/examples/streaming/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver.examples</groupId> <artifactId>helidon-webserver-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-examples-streaming</artifactId> <name>Helidon WebServer Examples Streaming</name> @@ -35,7 +35,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <mainClass>io.helidon.webserver.examples.streaming.Main</mainClass> </properties> diff --git a/webserver/examples/tutorial/pom.xml b/webserver/examples/tutorial/pom.xml index 0bf1050359d..884c5a35ae5 100644 --- a/webserver/examples/tutorial/pom.xml +++ b/webserver/examples/tutorial/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver.examples</groupId> <artifactId>helidon-webserver-examples-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-examples-tutorial</artifactId> <name>Helidon WebServer Examples Tutorial</name> @@ -35,7 +35,7 @@ </description> <properties> - <helidon.version>0.10.2-SNAPSHOT</helidon.version> + <helidon.version>0.10.2</helidon.version> <mainClass>io.helidon.webserver.examples.tutorial.Main</mainClass> </properties> diff --git a/webserver/jersey/pom.xml b/webserver/jersey/pom.xml index 5c9122a3e7e..68fc0a004ab 100644 --- a/webserver/jersey/pom.xml +++ b/webserver/jersey/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-jersey</artifactId> <name>Helidon WebServer Jersey</name> diff --git a/webserver/json/pom.xml b/webserver/json/pom.xml index 8fb925af397..38e8cf6ffd3 100644 --- a/webserver/json/pom.xml +++ b/webserver/json/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-json</artifactId> <name>Helidon WebServer JSON Support</name> diff --git a/webserver/netty/pom.xml b/webserver/netty/pom.xml index 93307c49074..85920ea4a0f 100644 --- a/webserver/netty/pom.xml +++ b/webserver/netty/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-netty</artifactId> <name>Helidon WebServer Netty</name> diff --git a/webserver/pom.xml b/webserver/pom.xml index 566702607ec..66acaf7cc56 100644 --- a/webserver/pom.xml +++ b/webserver/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon</groupId> <artifactId>helidon-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> diff --git a/webserver/prometheus/pom.xml b/webserver/prometheus/pom.xml index 62bfeae89dc..61d4870a8d4 100644 --- a/webserver/prometheus/pom.xml +++ b/webserver/prometheus/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-prometheus</artifactId> <name>Helidon WebServer Prometheus</name> diff --git a/webserver/test-support/pom.xml b/webserver/test-support/pom.xml index ac58221f7d0..ae2605549c1 100644 --- a/webserver/test-support/pom.xml +++ b/webserver/test-support/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-test-support</artifactId> <name>Helidon WebServer Test Support</name> diff --git a/webserver/webserver/pom.xml b/webserver/webserver/pom.xml index b62d0bbf4dc..600f07a0c28 100644 --- a/webserver/webserver/pom.xml +++ b/webserver/webserver/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver</artifactId> <name>Helidon WebServer</name> diff --git a/webserver/zipkin/pom.xml b/webserver/zipkin/pom.xml index 746230e2659..bf056331500 100644 --- a/webserver/zipkin/pom.xml +++ b/webserver/zipkin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> - <version>0.10.2-SNAPSHOT</version> + <version>0.10.2</version> </parent> <artifactId>helidon-webserver-zipkin</artifactId> <name>Helidon WebServer Zipkin</name>