From dcdeec66dd1600f74bfe3bd4ba3e88d418f7f77e Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Tue, 14 Sep 2021 21:06:17 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 2.5.0 --- cdi/pom.xml | 2 +- common/pom.xml | 2 +- converters/json/pom.xml | 2 +- coverage/pom.xml | 2 +- examples/configmap/pom.xml | 6 +++++- examples/expansion/pom.xml | 6 +++++- examples/interceptors/pom.xml | 6 +++++- examples/mapping/pom.xml | 6 +++++- examples/pom.xml | 2 +- examples/profiles/pom.xml | 6 +++++- implementation/pom.xml | 2 +- pom.xml | 4 ++-- release/pom.xml | 2 +- sources/file-system/pom.xml | 2 +- sources/hocon/pom.xml | 2 +- sources/yaml/pom.xml | 2 +- sources/zookeeper/pom.xml | 2 +- testsuite/extra/pom.xml | 2 +- testsuite/pom.xml | 2 +- testsuite/tck/pom.xml | 2 +- utils/cdi-provider/pom.xml | 2 +- utils/events/pom.xml | 2 +- validator/pom.xml | 2 +- 23 files changed, 44 insertions(+), 24 deletions(-) diff --git a/cdi/pom.xml b/cdi/pom.xml index 1be08af48..2bed428b0 100644 --- a/cdi/pom.xml +++ b/cdi/pom.xml @@ -21,7 +21,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 smallrye-config diff --git a/common/pom.xml b/common/pom.xml index 86fe9115b..430f1630b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 smallrye-config-common diff --git a/converters/json/pom.xml b/converters/json/pom.xml index 994e66f90..713e42b72 100644 --- a/converters/json/pom.xml +++ b/converters/json/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 ../../ diff --git a/coverage/pom.xml b/coverage/pom.xml index bf0f375e1..338c2eb07 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 smallrye-config-coverage diff --git a/examples/configmap/pom.xml b/examples/configmap/pom.xml index c64710216..2bff30a93 100644 --- a/examples/configmap/pom.xml +++ b/examples/configmap/pom.xml @@ -9,7 +9,7 @@ io.smallrye.config.examples configmap - 2.4.5-SNAPSHOT + 2.5.0 SmallRye Config Examples: ConfigMap @@ -108,4 +108,8 @@ + + + 2.5.0 + diff --git a/examples/expansion/pom.xml b/examples/expansion/pom.xml index d93805cfe..89cece1a7 100644 --- a/examples/expansion/pom.xml +++ b/examples/expansion/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples expansion - 2.4.5-SNAPSHOT + 2.5.0 SmallRye Config Examples: Property Expansion @@ -56,4 +56,8 @@ weld-junit5 + + + 2.5.0 + diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml index 5186ce58a..86b5a8f7c 100644 --- a/examples/interceptors/pom.xml +++ b/examples/interceptors/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples interceptors - 2.4.5-SNAPSHOT + 2.5.0 SmallRye Config Examples: Interceptors @@ -51,4 +51,8 @@ weld-junit5 + + + 2.5.0 + diff --git a/examples/mapping/pom.xml b/examples/mapping/pom.xml index 8dc419529..d5c0422c4 100644 --- a/examples/mapping/pom.xml +++ b/examples/mapping/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples mapping - 2.4.5-SNAPSHOT + 2.5.0 SmallRye Config Examples: Config Mapping @@ -56,4 +56,8 @@ weld-junit5 + + + 2.5.0 + diff --git a/examples/pom.xml b/examples/pom.xml index 5a1ed25f9..7fcb0df8b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 smallrye-config-examples diff --git a/examples/profiles/pom.xml b/examples/profiles/pom.xml index a95d8c6e9..52d9f0e2b 100644 --- a/examples/profiles/pom.xml +++ b/examples/profiles/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples profiles - 2.4.5-SNAPSHOT + 2.5.0 SmallRye Config Examples: Profiles @@ -70,4 +70,8 @@ + + + 2.5.0 + diff --git a/implementation/pom.xml b/implementation/pom.xml index 68a378c67..5601f4f02 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 smallrye-config-core diff --git a/pom.xml b/pom.xml index b5d65ec8b..608e5a9bd 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 pom SmallRye: MicroProfile Config Parent @@ -60,7 +60,7 @@ scm:git:git@github.com:smallrye/smallrye-config.git scm:git:git@github.com:smallrye/smallrye-config.git https://github.com/smallrye/smallrye-config/ - HEAD + 2.5.0 diff --git a/release/pom.xml b/release/pom.xml index 17cffb710..735e50afc 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 smallrye-config-release diff --git a/sources/file-system/pom.xml b/sources/file-system/pom.xml index ce4db0d25..613ce135b 100644 --- a/sources/file-system/pom.xml +++ b/sources/file-system/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 2.4.5-SNAPSHOT + 2.5.0 ../../pom.xml diff --git a/sources/hocon/pom.xml b/sources/hocon/pom.xml index 0f46fc377..69b6dedfa 100644 --- a/sources/hocon/pom.xml +++ b/sources/hocon/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 2.4.5-SNAPSHOT + 2.5.0 ../../pom.xml diff --git a/sources/yaml/pom.xml b/sources/yaml/pom.xml index f20422f2e..e84da1a9c 100644 --- a/sources/yaml/pom.xml +++ b/sources/yaml/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 2.4.5-SNAPSHOT + 2.5.0 ../../pom.xml diff --git a/sources/zookeeper/pom.xml b/sources/zookeeper/pom.xml index fe57fbb18..4bb02cf98 100644 --- a/sources/zookeeper/pom.xml +++ b/sources/zookeeper/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 ../../pom.xml diff --git a/testsuite/extra/pom.xml b/testsuite/extra/pom.xml index c62e71155..7ec2f53bf 100644 --- a/testsuite/extra/pom.xml +++ b/testsuite/extra/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-testsuite - 2.4.5-SNAPSHOT + 2.5.0 smallrye-config-test-extra diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 8cd6bd53c..0a45c86b4 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 smallrye-config-testsuite diff --git a/testsuite/tck/pom.xml b/testsuite/tck/pom.xml index 6196bfeac..914591f19 100644 --- a/testsuite/tck/pom.xml +++ b/testsuite/tck/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-testsuite - 2.4.5-SNAPSHOT + 2.5.0 smallrye-config-tck diff --git a/utils/cdi-provider/pom.xml b/utils/cdi-provider/pom.xml index b20e857ef..eff8fdd6c 100644 --- a/utils/cdi-provider/pom.xml +++ b/utils/cdi-provider/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 ../../ diff --git a/utils/events/pom.xml b/utils/events/pom.xml index d0642705c..e31ddd9b3 100644 --- a/utils/events/pom.xml +++ b/utils/events/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 ../../ diff --git a/validator/pom.xml b/validator/pom.xml index 872571bcd..b2e18cb74 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 2.4.5-SNAPSHOT + 2.5.0 smallrye-config-validator