From 1cc9987d2cb31a027e6d7903178957d9f83a7054 Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Tue, 27 Oct 2020 15:34:54 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 1.9.3 --- common/pom.xml | 2 +- converters/json/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 +- 20 files changed, 41 insertions(+), 21 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 507830a2e..f5ab84284 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ io.smallrye.config smallrye-config-parent - 1.9.3-SNAPSHOT + 1.9.3 smallrye-config-common diff --git a/converters/json/pom.xml b/converters/json/pom.xml index 4488fc7b2..fecf71a07 100644 --- a/converters/json/pom.xml +++ b/converters/json/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.9.3-SNAPSHOT + 1.9.3 ../../ diff --git a/examples/configmap/pom.xml b/examples/configmap/pom.xml index 5d44cd7c2..5cff65a03 100644 --- a/examples/configmap/pom.xml +++ b/examples/configmap/pom.xml @@ -9,7 +9,7 @@ io.smallrye.config.examples configmap - 1.9.3-SNAPSHOT + 1.9.3 SmallRye Config Examples: ConfigMap @@ -112,4 +112,8 @@ + + + 1.9.3 + diff --git a/examples/expansion/pom.xml b/examples/expansion/pom.xml index 5abacef24..25c685c6f 100644 --- a/examples/expansion/pom.xml +++ b/examples/expansion/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples expansion - 1.9.3-SNAPSHOT + 1.9.3 SmallRye Config Examples: Property Expansion @@ -59,4 +59,8 @@ test + + + 1.9.3 + diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml index 0c4fb9d6d..b65d79334 100644 --- a/examples/interceptors/pom.xml +++ b/examples/interceptors/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples interceptors - 1.9.3-SNAPSHOT + 1.9.3 SmallRye Config Examples: Interceptors @@ -54,4 +54,8 @@ test + + + 1.9.3 + diff --git a/examples/mapping/pom.xml b/examples/mapping/pom.xml index 5fb30bf0e..3561679a8 100644 --- a/examples/mapping/pom.xml +++ b/examples/mapping/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples mapping - 1.9.3-SNAPSHOT + 1.9.3 SmallRye Config Examples: Config Mapping @@ -59,4 +59,8 @@ test + + + 1.9.3 + diff --git a/examples/pom.xml b/examples/pom.xml index eff94d8b1..91cbcf672 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 1.9.3-SNAPSHOT + 1.9.3 smallrye-config-examples diff --git a/examples/profiles/pom.xml b/examples/profiles/pom.xml index bbdbbc164..629770dc6 100644 --- a/examples/profiles/pom.xml +++ b/examples/profiles/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples profiles - 1.9.3-SNAPSHOT + 1.9.3 SmallRye Config Examples: Profiles @@ -73,4 +73,8 @@ + + + 1.9.3 + diff --git a/implementation/pom.xml b/implementation/pom.xml index 0121fe893..9ffd59558 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-parent - 1.9.3-SNAPSHOT + 1.9.3 smallrye-config diff --git a/pom.xml b/pom.xml index 2cc0ffd9e..29bff04ea 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ io.smallrye.config smallrye-config-parent - 1.9.3-SNAPSHOT + 1.9.3 pom SmallRye: MicroProfile Config Parent @@ -63,7 +63,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 + 1.9.3 diff --git a/release/pom.xml b/release/pom.xml index b79ec4275..cffa92e33 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.9.3-SNAPSHOT + 1.9.3 smallrye-config-release diff --git a/sources/file-system/pom.xml b/sources/file-system/pom.xml index af208ad47..f3b1d102c 100644 --- a/sources/file-system/pom.xml +++ b/sources/file-system/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 1.9.3-SNAPSHOT + 1.9.3 ../../pom.xml diff --git a/sources/hocon/pom.xml b/sources/hocon/pom.xml index 6c5b4ba77..cbb8056eb 100644 --- a/sources/hocon/pom.xml +++ b/sources/hocon/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 1.9.3-SNAPSHOT + 1.9.3 ../../pom.xml diff --git a/sources/yaml/pom.xml b/sources/yaml/pom.xml index 1d424aa42..784eb4cd4 100644 --- a/sources/yaml/pom.xml +++ b/sources/yaml/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 1.9.3-SNAPSHOT + 1.9.3 ../../pom.xml diff --git a/sources/zookeeper/pom.xml b/sources/zookeeper/pom.xml index 006ef2399..a7abdd0f8 100644 --- a/sources/zookeeper/pom.xml +++ b/sources/zookeeper/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 1.9.3-SNAPSHOT + 1.9.3 ../../pom.xml diff --git a/testsuite/extra/pom.xml b/testsuite/extra/pom.xml index 10cfa1711..c09593f52 100644 --- a/testsuite/extra/pom.xml +++ b/testsuite/extra/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-testsuite - 1.9.3-SNAPSHOT + 1.9.3 smallrye-config-test-extra diff --git a/testsuite/pom.xml b/testsuite/pom.xml index fbed4d304..a257c50c4 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-parent - 1.9.3-SNAPSHOT + 1.9.3 smallrye-config-testsuite diff --git a/testsuite/tck/pom.xml b/testsuite/tck/pom.xml index af0feb6f6..d0619f69a 100644 --- a/testsuite/tck/pom.xml +++ b/testsuite/tck/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-testsuite - 1.9.3-SNAPSHOT + 1.9.3 smallrye-config-tck diff --git a/utils/cdi-provider/pom.xml b/utils/cdi-provider/pom.xml index a816ba9fb..4c12c3768 100644 --- a/utils/cdi-provider/pom.xml +++ b/utils/cdi-provider/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.9.3-SNAPSHOT + 1.9.3 ../../ diff --git a/utils/events/pom.xml b/utils/events/pom.xml index 1772f66ca..8178f99ca 100644 --- a/utils/events/pom.xml +++ b/utils/events/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.9.3-SNAPSHOT + 1.9.3 ../../