From 170501e7ed176a5c8db4f22030bea24e852a4dfc Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Mon, 19 Oct 2020 10:34:26 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 1.9.2 --- 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 7d1011afb..0d380451f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ io.smallrye.config smallrye-config-parent - 1.9.2-SNAPSHOT + 1.9.2 smallrye-config-common diff --git a/converters/json/pom.xml b/converters/json/pom.xml index 7b01216b8..9150b68bf 100644 --- a/converters/json/pom.xml +++ b/converters/json/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.9.2-SNAPSHOT + 1.9.2 ../../ diff --git a/examples/configmap/pom.xml b/examples/configmap/pom.xml index 95113a856..e48ddfb85 100644 --- a/examples/configmap/pom.xml +++ b/examples/configmap/pom.xml @@ -9,7 +9,7 @@ io.smallrye.config.examples configmap - 1.9.2-SNAPSHOT + 1.9.2 SmallRye Config Examples: ConfigMap @@ -112,4 +112,8 @@ + + + 1.9.2 + diff --git a/examples/expansion/pom.xml b/examples/expansion/pom.xml index f60ba012a..5eeee1d6a 100644 --- a/examples/expansion/pom.xml +++ b/examples/expansion/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples expansion - 1.9.2-SNAPSHOT + 1.9.2 SmallRye Config Examples: Property Expansion @@ -59,4 +59,8 @@ test + + + 1.9.2 + diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml index 45154f4e5..fac0f4859 100644 --- a/examples/interceptors/pom.xml +++ b/examples/interceptors/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples interceptors - 1.9.2-SNAPSHOT + 1.9.2 SmallRye Config Examples: Interceptors @@ -54,4 +54,8 @@ test + + + 1.9.2 + diff --git a/examples/mapping/pom.xml b/examples/mapping/pom.xml index 1399f7036..bbbae959d 100644 --- a/examples/mapping/pom.xml +++ b/examples/mapping/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples mapping - 1.9.2-SNAPSHOT + 1.9.2 SmallRye Config Examples: Config Mapping @@ -59,4 +59,8 @@ test + + + 1.9.2 + diff --git a/examples/pom.xml b/examples/pom.xml index 049957c8a..1d23b77f1 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 1.9.2-SNAPSHOT + 1.9.2 smallrye-config-examples diff --git a/examples/profiles/pom.xml b/examples/profiles/pom.xml index bb40d9f5b..c177eae58 100644 --- a/examples/profiles/pom.xml +++ b/examples/profiles/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples profiles - 1.9.2-SNAPSHOT + 1.9.2 SmallRye Config Examples: Profiles @@ -73,4 +73,8 @@ + + + 1.9.2 + diff --git a/implementation/pom.xml b/implementation/pom.xml index 77bd121b6..24252bb5f 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-parent - 1.9.2-SNAPSHOT + 1.9.2 smallrye-config diff --git a/pom.xml b/pom.xml index 5d82125f4..a352c46c1 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ io.smallrye.config smallrye-config-parent - 1.9.2-SNAPSHOT + 1.9.2 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.2 diff --git a/release/pom.xml b/release/pom.xml index e1627785a..627ff6512 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.9.2-SNAPSHOT + 1.9.2 smallrye-config-release diff --git a/sources/file-system/pom.xml b/sources/file-system/pom.xml index cdda32687..64ca2d33e 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.2-SNAPSHOT + 1.9.2 ../../pom.xml diff --git a/sources/hocon/pom.xml b/sources/hocon/pom.xml index 0cb25c976..814486316 100644 --- a/sources/hocon/pom.xml +++ b/sources/hocon/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 1.9.2-SNAPSHOT + 1.9.2 ../../pom.xml diff --git a/sources/yaml/pom.xml b/sources/yaml/pom.xml index d607bc241..aced4459c 100644 --- a/sources/yaml/pom.xml +++ b/sources/yaml/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 1.9.2-SNAPSHOT + 1.9.2 ../../pom.xml diff --git a/sources/zookeeper/pom.xml b/sources/zookeeper/pom.xml index 43154ae57..4eec34bb5 100644 --- a/sources/zookeeper/pom.xml +++ b/sources/zookeeper/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 1.9.2-SNAPSHOT + 1.9.2 ../../pom.xml diff --git a/testsuite/extra/pom.xml b/testsuite/extra/pom.xml index 44df76f70..cc5c27e8f 100644 --- a/testsuite/extra/pom.xml +++ b/testsuite/extra/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-testsuite - 1.9.2-SNAPSHOT + 1.9.2 smallrye-config-test-extra diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 0925d4b74..c457e8d5e 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-parent - 1.9.2-SNAPSHOT + 1.9.2 smallrye-config-testsuite diff --git a/testsuite/tck/pom.xml b/testsuite/tck/pom.xml index aad79a3f9..9144912cf 100644 --- a/testsuite/tck/pom.xml +++ b/testsuite/tck/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-testsuite - 1.9.2-SNAPSHOT + 1.9.2 smallrye-config-tck diff --git a/utils/cdi-provider/pom.xml b/utils/cdi-provider/pom.xml index 2137ee35b..dd6869b05 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.2-SNAPSHOT + 1.9.2 ../../ diff --git a/utils/events/pom.xml b/utils/events/pom.xml index 28e845353..55b24ac35 100644 --- a/utils/events/pom.xml +++ b/utils/events/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.9.2-SNAPSHOT + 1.9.2 ../../