diff --git a/common/pom.xml b/common/pom.xml index 2d67925c7..665a9fc37 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ io.smallrye.config smallrye-config-parent - 1.8.5-SNAPSHOT + 1.8.5 smallrye-config-common diff --git a/converters/json/pom.xml b/converters/json/pom.xml index 5257b4f24..7387ecbc8 100644 --- a/converters/json/pom.xml +++ b/converters/json/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.8.5-SNAPSHOT + 1.8.5 ../../ diff --git a/examples/expansion/pom.xml b/examples/expansion/pom.xml index c2c7f7826..92792072e 100644 --- a/examples/expansion/pom.xml +++ b/examples/expansion/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples expansion - 1.8.5-SNAPSHOT + 1.8.5 SmallRye Config Examples: Property Expansion @@ -58,4 +58,8 @@ test + + + 1.8.5 + diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml index c2f41eb41..6936c68cc 100644 --- a/examples/interceptors/pom.xml +++ b/examples/interceptors/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples interceptors - 1.8.5-SNAPSHOT + 1.8.5 SmallRye Config Examples: Interceptors @@ -53,4 +53,8 @@ test + + + 1.8.5 + diff --git a/examples/pom.xml b/examples/pom.xml index 69e72a748..cfe845aa8 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 1.8.5-SNAPSHOT + 1.8.5 smallrye-config-examples diff --git a/examples/profiles/pom.xml b/examples/profiles/pom.xml index d838ffdb6..10cd8c848 100644 --- a/examples/profiles/pom.xml +++ b/examples/profiles/pom.xml @@ -25,7 +25,7 @@ io.smallrye.config.examples profiles - 1.8.5-SNAPSHOT + 1.8.5 SmallRye Config Examples: Profiles @@ -72,4 +72,8 @@ + + + 1.8.5 + diff --git a/implementation/pom.xml b/implementation/pom.xml index b3f672998..330765827 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-parent - 1.8.5-SNAPSHOT + 1.8.5 smallrye-config diff --git a/pom.xml b/pom.xml index f4ffb218e..4365f25f7 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ io.smallrye.config smallrye-config-parent - 1.8.5-SNAPSHOT + 1.8.5 pom SmallRye: MicroProfile Config Parent @@ -61,7 +61,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.8.5 diff --git a/release/pom.xml b/release/pom.xml index 0abd996d2..481bcb5b7 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.8.5-SNAPSHOT + 1.8.5 smallrye-config-release diff --git a/sources/file-system/pom.xml b/sources/file-system/pom.xml index 2f1e11d62..2bd54f6df 100644 --- a/sources/file-system/pom.xml +++ b/sources/file-system/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 1.8.5-SNAPSHOT + 1.8.5 ../../pom.xml diff --git a/sources/hocon/pom.xml b/sources/hocon/pom.xml index b2e4f532d..ce98f3974 100644 --- a/sources/hocon/pom.xml +++ b/sources/hocon/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 1.8.5-SNAPSHOT + 1.8.5 ../../pom.xml diff --git a/sources/yaml/pom.xml b/sources/yaml/pom.xml index c0a32ce73..4aefaa699 100644 --- a/sources/yaml/pom.xml +++ b/sources/yaml/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 1.8.5-SNAPSHOT + 1.8.5 ../../pom.xml diff --git a/sources/zookeeper/pom.xml b/sources/zookeeper/pom.xml index 1b8b766d9..3e39fa74a 100644 --- a/sources/zookeeper/pom.xml +++ b/sources/zookeeper/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 1.8.5-SNAPSHOT + 1.8.5 ../../pom.xml diff --git a/testsuite/extra/pom.xml b/testsuite/extra/pom.xml index 8e7436137..7e4ef2e9e 100644 --- a/testsuite/extra/pom.xml +++ b/testsuite/extra/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-testsuite - 1.8.5-SNAPSHOT + 1.8.5 smallrye-config-test-extra diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 130ca6dee..aabeee521 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-parent - 1.8.5-SNAPSHOT + 1.8.5 smallrye-config-testsuite diff --git a/testsuite/tck/pom.xml b/testsuite/tck/pom.xml index 0a15fe77f..38d082941 100644 --- a/testsuite/tck/pom.xml +++ b/testsuite/tck/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-testsuite - 1.8.5-SNAPSHOT + 1.8.5 smallrye-config-tck diff --git a/utils/cdi-provider/pom.xml b/utils/cdi-provider/pom.xml index f067c078b..73b2f33b2 100644 --- a/utils/cdi-provider/pom.xml +++ b/utils/cdi-provider/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.8.5-SNAPSHOT + 1.8.5 ../../ diff --git a/utils/events/pom.xml b/utils/events/pom.xml index 8dd7eab08..8ac724793 100644 --- a/utils/events/pom.xml +++ b/utils/events/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 1.8.5-SNAPSHOT + 1.8.5 ../../