From cff9606d31c7bcee9979ba863e6e7078d59b5c73 Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Mon, 12 Jun 2023 17:49:27 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 3.3.0 --- cdi/pom.xml | 2 +- common/pom.xml | 2 +- converters/json/pom.xml | 2 +- coverage/pom.xml | 2 +- documentation/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/keystore/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/crypto/pom.xml | 2 +- utils/events/pom.xml | 2 +- utils/jasypt/pom.xml | 2 +- validator/pom.xml | 2 +- 27 files changed, 48 insertions(+), 28 deletions(-) diff --git a/cdi/pom.xml b/cdi/pom.xml index c774e29d6..deba46866 100644 --- a/cdi/pom.xml +++ b/cdi/pom.xml @@ -21,7 +21,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 smallrye-config diff --git a/common/pom.xml b/common/pom.xml index 3bb411d58..96cf0e9ab 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 smallrye-config-common diff --git a/converters/json/pom.xml b/converters/json/pom.xml index 8e6c17b3f..84d0b31f2 100644 --- a/converters/json/pom.xml +++ b/converters/json/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 ../../pom.xml diff --git a/coverage/pom.xml b/coverage/pom.xml index b8b675f62..9703542f2 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 smallrye-config-coverage diff --git a/documentation/pom.xml b/documentation/pom.xml index 8e6256552..5f5a11625 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 smallrye-config-documentation diff --git a/examples/configmap/pom.xml b/examples/configmap/pom.xml index d5416606a..b9b55cbe2 100644 --- a/examples/configmap/pom.xml +++ b/examples/configmap/pom.xml @@ -10,7 +10,7 @@ io.smallrye.config.examples configmap - 3.2.2-SNAPSHOT + 3.3.0 SmallRye Config Examples: ConfigMap @@ -123,4 +123,8 @@ + + + 3.3.0 + diff --git a/examples/expansion/pom.xml b/examples/expansion/pom.xml index b6fc223b0..0a170568e 100644 --- a/examples/expansion/pom.xml +++ b/examples/expansion/pom.xml @@ -26,7 +26,7 @@ io.smallrye.config.examples expansion - 3.2.2-SNAPSHOT + 3.3.0 SmallRye Config Examples: Property Expansion @@ -70,4 +70,8 @@ weld-junit5 + + + 3.3.0 + diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml index 0e1c21363..058a89423 100644 --- a/examples/interceptors/pom.xml +++ b/examples/interceptors/pom.xml @@ -26,7 +26,7 @@ io.smallrye.config.examples interceptors - 3.2.2-SNAPSHOT + 3.3.0 SmallRye Config Examples: Interceptors @@ -65,4 +65,8 @@ weld-junit5 + + + 3.3.0 + diff --git a/examples/mapping/pom.xml b/examples/mapping/pom.xml index 4d9f1344d..051b7ae07 100644 --- a/examples/mapping/pom.xml +++ b/examples/mapping/pom.xml @@ -26,7 +26,7 @@ io.smallrye.config.examples mapping - 3.2.2-SNAPSHOT + 3.3.0 SmallRye Config Examples: Config Mapping @@ -70,4 +70,8 @@ weld-junit5 + + + 3.3.0 + diff --git a/examples/pom.xml b/examples/pom.xml index 51c4661f5..00fe4b820 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 smallrye-config-examples diff --git a/examples/profiles/pom.xml b/examples/profiles/pom.xml index 8d7148787..fe1509507 100644 --- a/examples/profiles/pom.xml +++ b/examples/profiles/pom.xml @@ -26,7 +26,7 @@ io.smallrye.config.examples profiles - 3.2.2-SNAPSHOT + 3.3.0 SmallRye Config Examples: Profiles @@ -84,4 +84,8 @@ + + + 3.3.0 + diff --git a/implementation/pom.xml b/implementation/pom.xml index 4e0e33f89..3478ce846 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 smallrye-config-core diff --git a/pom.xml b/pom.xml index 3ac64cd5d..515385e36 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 pom SmallRye 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 + 3.3.0 diff --git a/release/pom.xml b/release/pom.xml index 88c655423..3a7468240 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 smallrye-config-release diff --git a/sources/file-system/pom.xml b/sources/file-system/pom.xml index 8b1ab86cf..ec55fb7f8 100644 --- a/sources/file-system/pom.xml +++ b/sources/file-system/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.2.2-SNAPSHOT + 3.3.0 ../../pom.xml diff --git a/sources/hocon/pom.xml b/sources/hocon/pom.xml index f4da4e92e..0552328c5 100644 --- a/sources/hocon/pom.xml +++ b/sources/hocon/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.2.2-SNAPSHOT + 3.3.0 ../../pom.xml diff --git a/sources/keystore/pom.xml b/sources/keystore/pom.xml index 5a8d03c57..4d51ee573 100644 --- a/sources/keystore/pom.xml +++ b/sources/keystore/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.2.2-SNAPSHOT + 3.3.0 ../../pom.xml diff --git a/sources/yaml/pom.xml b/sources/yaml/pom.xml index 1aba81f95..ebe21601f 100644 --- a/sources/yaml/pom.xml +++ b/sources/yaml/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.2.2-SNAPSHOT + 3.3.0 ../../pom.xml diff --git a/sources/zookeeper/pom.xml b/sources/zookeeper/pom.xml index 68f38ac08..e5d98e4c1 100644 --- a/sources/zookeeper/pom.xml +++ b/sources/zookeeper/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 ../../pom.xml diff --git a/testsuite/extra/pom.xml b/testsuite/extra/pom.xml index 57a1b0781..cdef33a9d 100644 --- a/testsuite/extra/pom.xml +++ b/testsuite/extra/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-testsuite - 3.2.2-SNAPSHOT + 3.3.0 smallrye-config-test-extra diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 1029b1dab..5d4cfe9cd 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 smallrye-config-testsuite diff --git a/testsuite/tck/pom.xml b/testsuite/tck/pom.xml index 02c96d5f2..d4acaf0a9 100644 --- a/testsuite/tck/pom.xml +++ b/testsuite/tck/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-testsuite - 3.2.2-SNAPSHOT + 3.3.0 smallrye-config-tck diff --git a/utils/cdi-provider/pom.xml b/utils/cdi-provider/pom.xml index 8d32ff84f..465fc5559 100644 --- a/utils/cdi-provider/pom.xml +++ b/utils/cdi-provider/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 ../../ diff --git a/utils/crypto/pom.xml b/utils/crypto/pom.xml index b6a117f7b..cb499931c 100644 --- a/utils/crypto/pom.xml +++ b/utils/crypto/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.2.2-SNAPSHOT + 3.3.0 ../../pom.xml diff --git a/utils/events/pom.xml b/utils/events/pom.xml index 5bf4ac0d0..4f83f3c38 100644 --- a/utils/events/pom.xml +++ b/utils/events/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 ../../ diff --git a/utils/jasypt/pom.xml b/utils/jasypt/pom.xml index 04c0d287b..4432e233e 100644 --- a/utils/jasypt/pom.xml +++ b/utils/jasypt/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.2.2-SNAPSHOT + 3.3.0 ../../pom.xml diff --git a/validator/pom.xml b/validator/pom.xml index c82825aef..e570183f6 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 3.2.2-SNAPSHOT + 3.3.0 smallrye-config-validator