diff --git a/common/pom.xml b/common/pom.xml index 62f65df20..41e776a61 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.13.1-SNAPSHOT + 1.13.1 smallrye-config-common diff --git a/converters/json/pom.xml b/converters/json/pom.xml index 10873639a..b0b612479 100644 --- a/converters/json/pom.xml +++ b/converters/json/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.13.1-SNAPSHOT + 1.13.1 ../../ diff --git a/coverage/pom.xml b/coverage/pom.xml index adbe245ce..3046e1a2d 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.13.1-SNAPSHOT + 1.13.1 smallrye-config-coverage diff --git a/examples/configmap/pom.xml b/examples/configmap/pom.xml index 202590474..1be478dcf 100644 --- a/examples/configmap/pom.xml +++ b/examples/configmap/pom.xml @@ -9,7 +9,7 @@ io.smallrye.config.examples configmap - 1.13.1-SNAPSHOT + 1.13.1 SmallRye Config Examples: ConfigMap @@ -108,4 +108,8 @@ + + + 1.13.1 + diff --git a/examples/expansion/pom.xml b/examples/expansion/pom.xml index 5013afd6a..a14ad7505 100644 --- a/examples/expansion/pom.xml +++ b/examples/expansion/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples expansion - 1.13.1-SNAPSHOT + 1.13.1 SmallRye Config Examples: Property Expansion @@ -56,4 +56,8 @@ weld-junit5 + + + 1.13.1 + diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml index 141e1c384..379d11a88 100644 --- a/examples/interceptors/pom.xml +++ b/examples/interceptors/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples interceptors - 1.13.1-SNAPSHOT + 1.13.1 SmallRye Config Examples: Interceptors @@ -51,4 +51,8 @@ weld-junit5 + + + 1.13.1 + diff --git a/examples/mapping/pom.xml b/examples/mapping/pom.xml index 0060821a4..7823a8464 100644 --- a/examples/mapping/pom.xml +++ b/examples/mapping/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples mapping - 1.13.1-SNAPSHOT + 1.13.1 SmallRye Config Examples: Config Mapping @@ -56,4 +56,8 @@ weld-junit5 + + + 1.13.1 + diff --git a/examples/pom.xml b/examples/pom.xml index 7ca8468f6..ea897f8d9 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 1.13.1-SNAPSHOT + 1.13.1 smallrye-config-examples diff --git a/examples/profiles/pom.xml b/examples/profiles/pom.xml index b55bfcd4f..0e26eb7f0 100644 --- a/examples/profiles/pom.xml +++ b/examples/profiles/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples profiles - 1.13.1-SNAPSHOT + 1.13.1 SmallRye Config Examples: Profiles @@ -70,4 +70,8 @@ + + + 1.13.1 + diff --git a/implementation/pom.xml b/implementation/pom.xml index b92e3cdf4..a3aeaf7fb 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 1.13.1-SNAPSHOT + 1.13.1 smallrye-config diff --git a/pom.xml b/pom.xml index 2c5bc84e5..52fbf1c26 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ io.smallrye.config smallrye-config-parent - 1.13.1-SNAPSHOT + 1.13.1 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 + 1.13.1 diff --git a/release/pom.xml b/release/pom.xml index e14ce0e94..49749e3f3 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.13.1-SNAPSHOT + 1.13.1 smallrye-config-release diff --git a/sources/file-system/pom.xml b/sources/file-system/pom.xml index 823199c14..3c39339f3 100644 --- a/sources/file-system/pom.xml +++ b/sources/file-system/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 1.13.1-SNAPSHOT + 1.13.1 ../../pom.xml diff --git a/sources/hocon/pom.xml b/sources/hocon/pom.xml index dede07a65..21a330671 100644 --- a/sources/hocon/pom.xml +++ b/sources/hocon/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 1.13.1-SNAPSHOT + 1.13.1 ../../pom.xml diff --git a/sources/yaml/pom.xml b/sources/yaml/pom.xml index 9e2cab520..196c860e7 100644 --- a/sources/yaml/pom.xml +++ b/sources/yaml/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 1.13.1-SNAPSHOT + 1.13.1 ../../pom.xml diff --git a/sources/zookeeper/pom.xml b/sources/zookeeper/pom.xml index 54a4607ec..aa9cb18ab 100644 --- a/sources/zookeeper/pom.xml +++ b/sources/zookeeper/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 1.13.1-SNAPSHOT + 1.13.1 ../../pom.xml diff --git a/testsuite/extra/pom.xml b/testsuite/extra/pom.xml index 8334ca9b2..73d1e140d 100644 --- a/testsuite/extra/pom.xml +++ b/testsuite/extra/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-testsuite - 1.13.1-SNAPSHOT + 1.13.1 smallrye-config-test-extra diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 84d7fdbf9..226a9273c 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-parent - 1.13.1-SNAPSHOT + 1.13.1 smallrye-config-testsuite diff --git a/testsuite/tck/pom.xml b/testsuite/tck/pom.xml index 174264f41..b22756930 100644 --- a/testsuite/tck/pom.xml +++ b/testsuite/tck/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-testsuite - 1.13.1-SNAPSHOT + 1.13.1 smallrye-config-tck diff --git a/utils/cdi-provider/pom.xml b/utils/cdi-provider/pom.xml index 9927b1e70..fdfd42fff 100644 --- a/utils/cdi-provider/pom.xml +++ b/utils/cdi-provider/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.13.1-SNAPSHOT + 1.13.1 ../../ diff --git a/utils/events/pom.xml b/utils/events/pom.xml index b9bd68a94..a0164dd31 100644 --- a/utils/events/pom.xml +++ b/utils/events/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.13.1-SNAPSHOT + 1.13.1 ../../