From 637c64e230432b53a18183cdb46f31c8ea9b2507 Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Fri, 6 Aug 2021 17:38:54 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 2.4.3 --- 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 5ea55a771..8663817e2 100644 --- a/cdi/pom.xml +++ b/cdi/pom.xml @@ -21,7 +21,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 smallrye-config diff --git a/common/pom.xml b/common/pom.xml index d007e6404..1a44f2832 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 smallrye-config-common diff --git a/converters/json/pom.xml b/converters/json/pom.xml index fdf8d1c5b..ce6ee2e08 100644 --- a/converters/json/pom.xml +++ b/converters/json/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 ../../ diff --git a/coverage/pom.xml b/coverage/pom.xml index c637a4ca3..bf853180d 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 smallrye-config-coverage diff --git a/examples/configmap/pom.xml b/examples/configmap/pom.xml index bbfa8e3f5..b989e157e 100644 --- a/examples/configmap/pom.xml +++ b/examples/configmap/pom.xml @@ -9,7 +9,7 @@ io.smallrye.config.examples configmap - 2.4.3-SNAPSHOT + 2.4.3 SmallRye Config Examples: ConfigMap @@ -108,4 +108,8 @@ + + + 2.4.3 + diff --git a/examples/expansion/pom.xml b/examples/expansion/pom.xml index b76289044..a64605aa2 100644 --- a/examples/expansion/pom.xml +++ b/examples/expansion/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples expansion - 2.4.3-SNAPSHOT + 2.4.3 SmallRye Config Examples: Property Expansion @@ -56,4 +56,8 @@ weld-junit5 + + + 2.4.3 + diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml index 672a047ad..03a976f12 100644 --- a/examples/interceptors/pom.xml +++ b/examples/interceptors/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples interceptors - 2.4.3-SNAPSHOT + 2.4.3 SmallRye Config Examples: Interceptors @@ -51,4 +51,8 @@ weld-junit5 + + + 2.4.3 + diff --git a/examples/mapping/pom.xml b/examples/mapping/pom.xml index 295f3a9d6..ae0b48076 100644 --- a/examples/mapping/pom.xml +++ b/examples/mapping/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples mapping - 2.4.3-SNAPSHOT + 2.4.3 SmallRye Config Examples: Config Mapping @@ -56,4 +56,8 @@ weld-junit5 + + + 2.4.3 + diff --git a/examples/pom.xml b/examples/pom.xml index 04ff55fc2..197e960e7 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 smallrye-config-examples diff --git a/examples/profiles/pom.xml b/examples/profiles/pom.xml index cd6a885ea..94d27decd 100644 --- a/examples/profiles/pom.xml +++ b/examples/profiles/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples profiles - 2.4.3-SNAPSHOT + 2.4.3 SmallRye Config Examples: Profiles @@ -70,4 +70,8 @@ + + + 2.4.3 + diff --git a/implementation/pom.xml b/implementation/pom.xml index a57933433..87673320c 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 smallrye-config-core diff --git a/pom.xml b/pom.xml index 4190bfcfb..822f0b849 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 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.4.3 diff --git a/release/pom.xml b/release/pom.xml index 072b58f4e..91e515366 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 smallrye-config-release diff --git a/sources/file-system/pom.xml b/sources/file-system/pom.xml index 23d90dd84..05971c96d 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.3-SNAPSHOT + 2.4.3 ../../pom.xml diff --git a/sources/hocon/pom.xml b/sources/hocon/pom.xml index 971d54eb4..d01511038 100644 --- a/sources/hocon/pom.xml +++ b/sources/hocon/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 2.4.3-SNAPSHOT + 2.4.3 ../../pom.xml diff --git a/sources/yaml/pom.xml b/sources/yaml/pom.xml index 95b0e8820..241eefa97 100644 --- a/sources/yaml/pom.xml +++ b/sources/yaml/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 2.4.3-SNAPSHOT + 2.4.3 ../../pom.xml diff --git a/sources/zookeeper/pom.xml b/sources/zookeeper/pom.xml index 8d28401d7..25b7f397f 100644 --- a/sources/zookeeper/pom.xml +++ b/sources/zookeeper/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 ../../pom.xml diff --git a/testsuite/extra/pom.xml b/testsuite/extra/pom.xml index 2b9a07629..29a2420b4 100644 --- a/testsuite/extra/pom.xml +++ b/testsuite/extra/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-testsuite - 2.4.3-SNAPSHOT + 2.4.3 smallrye-config-test-extra diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 5d3f15b50..cb6ec424d 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 smallrye-config-testsuite diff --git a/testsuite/tck/pom.xml b/testsuite/tck/pom.xml index 3ba449b7e..f2900f855 100644 --- a/testsuite/tck/pom.xml +++ b/testsuite/tck/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-testsuite - 2.4.3-SNAPSHOT + 2.4.3 smallrye-config-tck diff --git a/utils/cdi-provider/pom.xml b/utils/cdi-provider/pom.xml index f41164a02..d03a7b502 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.3-SNAPSHOT + 2.4.3 ../../ diff --git a/utils/events/pom.xml b/utils/events/pom.xml index 2b82f38ac..b663c1906 100644 --- a/utils/events/pom.xml +++ b/utils/events/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 ../../ diff --git a/validator/pom.xml b/validator/pom.xml index 1320dd533..3421d920a 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 2.4.3-SNAPSHOT + 2.4.3 smallrye-config-validator