From d0a447b91837f672111deab0280c9712212f4464 Mon Sep 17 00:00:00 2001 From: "smallrye-ci-releases[bot]" <181404001+smallrye-ci-releases[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:11:17 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- cdi/pom.xml | 2 +- common/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 +- 26 files changed, 27 insertions(+), 47 deletions(-) diff --git a/cdi/pom.xml b/cdi/pom.xml index 2e881376a..ddd46eb91 100644 --- a/cdi/pom.xml +++ b/cdi/pom.xml @@ -21,7 +21,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT smallrye-config diff --git a/common/pom.xml b/common/pom.xml index d6e87191b..5f124f1bc 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT smallrye-config-common diff --git a/coverage/pom.xml b/coverage/pom.xml index 272c749bf..313937bb0 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT smallrye-config-coverage diff --git a/documentation/pom.xml b/documentation/pom.xml index bf8a4089e..da6d2a705 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT smallrye-config-documentation diff --git a/examples/configmap/pom.xml b/examples/configmap/pom.xml index a265452a7..7428073cb 100644 --- a/examples/configmap/pom.xml +++ b/examples/configmap/pom.xml @@ -10,7 +10,7 @@ io.smallrye.config.examples configmap - 3.11.0 + 3.11.1-SNAPSHOT SmallRye Config Examples: ConfigMap @@ -123,8 +123,4 @@ - - - 3.11.0 - diff --git a/examples/expansion/pom.xml b/examples/expansion/pom.xml index e591c32b1..ea3490ddc 100644 --- a/examples/expansion/pom.xml +++ b/examples/expansion/pom.xml @@ -26,7 +26,7 @@ io.smallrye.config.examples expansion - 3.11.0 + 3.11.1-SNAPSHOT SmallRye Config Examples: Property Expansion @@ -70,8 +70,4 @@ weld-junit5 - - - 3.11.0 - diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml index 931816abb..1db194237 100644 --- a/examples/interceptors/pom.xml +++ b/examples/interceptors/pom.xml @@ -26,7 +26,7 @@ io.smallrye.config.examples interceptors - 3.11.0 + 3.11.1-SNAPSHOT SmallRye Config Examples: Interceptors @@ -65,8 +65,4 @@ weld-junit5 - - - 3.11.0 - diff --git a/examples/mapping/pom.xml b/examples/mapping/pom.xml index f5aed7c80..9a97f450d 100644 --- a/examples/mapping/pom.xml +++ b/examples/mapping/pom.xml @@ -26,7 +26,7 @@ io.smallrye.config.examples mapping - 3.11.0 + 3.11.1-SNAPSHOT SmallRye Config Examples: Config Mapping @@ -70,8 +70,4 @@ weld-junit5 - - - 3.11.0 - diff --git a/examples/pom.xml b/examples/pom.xml index 94ee7f16e..702bf1d47 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT smallrye-config-examples diff --git a/examples/profiles/pom.xml b/examples/profiles/pom.xml index cb6633466..df8825fe6 100644 --- a/examples/profiles/pom.xml +++ b/examples/profiles/pom.xml @@ -26,7 +26,7 @@ io.smallrye.config.examples profiles - 3.11.0 + 3.11.1-SNAPSHOT SmallRye Config Examples: Profiles @@ -84,8 +84,4 @@ - - - 3.11.0 - diff --git a/implementation/pom.xml b/implementation/pom.xml index cbbad7c37..fede938cc 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT smallrye-config-core diff --git a/pom.xml b/pom.xml index 958b6599e..f8be8b83b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT pom SmallRye 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/ - 3.11.0 + HEAD diff --git a/release/pom.xml b/release/pom.xml index 9fe96aae0..b20052103 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT smallrye-config-release diff --git a/sources/file-system/pom.xml b/sources/file-system/pom.xml index 91f32a276..996be9a1d 100644 --- a/sources/file-system/pom.xml +++ b/sources/file-system/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.11.0 + 3.11.1-SNAPSHOT ../../pom.xml diff --git a/sources/hocon/pom.xml b/sources/hocon/pom.xml index 59e83788f..b6115c07b 100644 --- a/sources/hocon/pom.xml +++ b/sources/hocon/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.11.0 + 3.11.1-SNAPSHOT ../../pom.xml diff --git a/sources/keystore/pom.xml b/sources/keystore/pom.xml index 6cf19203d..932d6bb5b 100644 --- a/sources/keystore/pom.xml +++ b/sources/keystore/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.11.0 + 3.11.1-SNAPSHOT ../../pom.xml diff --git a/sources/yaml/pom.xml b/sources/yaml/pom.xml index 3fd148bbf..6c3dc5ee8 100644 --- a/sources/yaml/pom.xml +++ b/sources/yaml/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.11.0 + 3.11.1-SNAPSHOT ../../pom.xml diff --git a/sources/zookeeper/pom.xml b/sources/zookeeper/pom.xml index 5f2e7497e..456a26930 100644 --- a/sources/zookeeper/pom.xml +++ b/sources/zookeeper/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT ../../pom.xml diff --git a/testsuite/extra/pom.xml b/testsuite/extra/pom.xml index 7d6db25ed..29f0a5f17 100644 --- a/testsuite/extra/pom.xml +++ b/testsuite/extra/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-testsuite - 3.11.0 + 3.11.1-SNAPSHOT smallrye-config-test-extra diff --git a/testsuite/pom.xml b/testsuite/pom.xml index bb75962c4..68ea1d319 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -22,7 +22,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT smallrye-config-testsuite diff --git a/testsuite/tck/pom.xml b/testsuite/tck/pom.xml index e85c1a5f3..5b441c694 100644 --- a/testsuite/tck/pom.xml +++ b/testsuite/tck/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-testsuite - 3.11.0 + 3.11.1-SNAPSHOT smallrye-config-tck diff --git a/utils/cdi-provider/pom.xml b/utils/cdi-provider/pom.xml index 5bc32d53f..3a39c7138 100644 --- a/utils/cdi-provider/pom.xml +++ b/utils/cdi-provider/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT ../../ diff --git a/utils/crypto/pom.xml b/utils/crypto/pom.xml index f893163da..ea63b2fae 100644 --- a/utils/crypto/pom.xml +++ b/utils/crypto/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.11.0 + 3.11.1-SNAPSHOT ../../pom.xml diff --git a/utils/events/pom.xml b/utils/events/pom.xml index 032a5ed87..049875ce1 100644 --- a/utils/events/pom.xml +++ b/utils/events/pom.xml @@ -5,7 +5,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT ../../ diff --git a/utils/jasypt/pom.xml b/utils/jasypt/pom.xml index b6d911904..2ef922640 100644 --- a/utils/jasypt/pom.xml +++ b/utils/jasypt/pom.xml @@ -4,7 +4,7 @@ smallrye-config-parent io.smallrye.config - 3.11.0 + 3.11.1-SNAPSHOT ../../pom.xml diff --git a/validator/pom.xml b/validator/pom.xml index 5e8765679..e86b1c131 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -20,7 +20,7 @@ io.smallrye.config smallrye-config-parent - 3.11.0 + 3.11.1-SNAPSHOT smallrye-config-validator