From bc80bbb016bd46f5c89b46f4d8f517613724c533 Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Thu, 31 Mar 2022 14:10:30 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 5.4.0 --- api/pom.xml | 2 +- implementation/autoconfig/core/pom.xml | 2 +- implementation/autoconfig/pom.xml | 2 +- implementation/autoconfig/processor/pom.xml | 2 +- implementation/context-propagation/pom.xml | 2 +- implementation/core/pom.xml | 2 +- implementation/fault-tolerance/pom.xml | 2 +- implementation/kotlin/pom.xml | 5 ++--- implementation/mutiny/pom.xml | 2 +- implementation/pom.xml | 2 +- implementation/rxjava3/pom.xml | 2 +- implementation/standalone/pom.xml | 2 +- implementation/tracing-propagation/pom.xml | 2 +- implementation/vertx/pom.xml | 2 +- pom.xml | 4 ++-- release/pom.xml | 2 +- testsuite/basic/pom.xml | 2 +- testsuite/integration/pom.xml | 2 +- testsuite/pom.xml | 2 +- testsuite/tck/pom.xml | 2 +- 20 files changed, 22 insertions(+), 23 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 7b31079b..f0e68c39 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -20,7 +20,7 @@ io.smallrye smallrye-fault-tolerance-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-api diff --git a/implementation/autoconfig/core/pom.xml b/implementation/autoconfig/core/pom.xml index 3a34f295..8b04e70d 100644 --- a/implementation/autoconfig/core/pom.xml +++ b/implementation/autoconfig/core/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-fault-tolerance-autoconfig-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-autoconfig-core diff --git a/implementation/autoconfig/pom.xml b/implementation/autoconfig/pom.xml index f301f85b..9b126f33 100644 --- a/implementation/autoconfig/pom.xml +++ b/implementation/autoconfig/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-fault-tolerance-implementation-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-autoconfig-parent diff --git a/implementation/autoconfig/processor/pom.xml b/implementation/autoconfig/processor/pom.xml index 29cfbb0e..e0af7bf0 100644 --- a/implementation/autoconfig/processor/pom.xml +++ b/implementation/autoconfig/processor/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-fault-tolerance-autoconfig-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-autoconfig-processor diff --git a/implementation/context-propagation/pom.xml b/implementation/context-propagation/pom.xml index 60156c2d..0c9f70fd 100644 --- a/implementation/context-propagation/pom.xml +++ b/implementation/context-propagation/pom.xml @@ -20,7 +20,7 @@ io.smallrye smallrye-fault-tolerance-implementation-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-context-propagation diff --git a/implementation/core/pom.xml b/implementation/core/pom.xml index 65e0840f..bf324173 100644 --- a/implementation/core/pom.xml +++ b/implementation/core/pom.xml @@ -20,7 +20,7 @@ io.smallrye smallrye-fault-tolerance-implementation-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-core diff --git a/implementation/fault-tolerance/pom.xml b/implementation/fault-tolerance/pom.xml index 9d1b7c78..afe2f81a 100644 --- a/implementation/fault-tolerance/pom.xml +++ b/implementation/fault-tolerance/pom.xml @@ -20,7 +20,7 @@ io.smallrye smallrye-fault-tolerance-implementation-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance diff --git a/implementation/kotlin/pom.xml b/implementation/kotlin/pom.xml index a21ab040..461f0fa6 100644 --- a/implementation/kotlin/pom.xml +++ b/implementation/kotlin/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 io.smallrye smallrye-fault-tolerance-implementation-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-kotlin diff --git a/implementation/mutiny/pom.xml b/implementation/mutiny/pom.xml index 74bec8f0..c7d73c5b 100644 --- a/implementation/mutiny/pom.xml +++ b/implementation/mutiny/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-fault-tolerance-implementation-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-mutiny diff --git a/implementation/pom.xml b/implementation/pom.xml index 00c31d78..2293e3e1 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -20,7 +20,7 @@ io.smallrye smallrye-fault-tolerance-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-implementation-parent diff --git a/implementation/rxjava3/pom.xml b/implementation/rxjava3/pom.xml index 39e378cb..3650d22f 100644 --- a/implementation/rxjava3/pom.xml +++ b/implementation/rxjava3/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-fault-tolerance-implementation-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-rxjava3 diff --git a/implementation/standalone/pom.xml b/implementation/standalone/pom.xml index 6fad48a0..76fe8a25 100644 --- a/implementation/standalone/pom.xml +++ b/implementation/standalone/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-fault-tolerance-implementation-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-standalone diff --git a/implementation/tracing-propagation/pom.xml b/implementation/tracing-propagation/pom.xml index f6efa95c..fefb93c8 100644 --- a/implementation/tracing-propagation/pom.xml +++ b/implementation/tracing-propagation/pom.xml @@ -20,7 +20,7 @@ io.smallrye smallrye-fault-tolerance-implementation-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-tracing-propagation diff --git a/implementation/vertx/pom.xml b/implementation/vertx/pom.xml index 3637c0e4..a37cf660 100644 --- a/implementation/vertx/pom.xml +++ b/implementation/vertx/pom.xml @@ -20,7 +20,7 @@ io.smallrye smallrye-fault-tolerance-implementation-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-vertx diff --git a/pom.xml b/pom.xml index df876679..36a3e1fd 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ smallrye-fault-tolerance-parent - 5.3.3-SNAPSHOT + 5.4.0 pom SmallRye Fault Tolerance: Parent @@ -80,7 +80,7 @@ scm:git:git@github.com:smallrye/smallrye-fault-tolerance.git scm:git:git@github.com:smallrye/smallrye-fault-tolerance.git https://github.com/smallrye/smallrye-fault-tolerance/ - HEAD + 5.4.0 diff --git a/release/pom.xml b/release/pom.xml index 8dcf4e26..311f6ef1 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-fault-tolerance-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-release diff --git a/testsuite/basic/pom.xml b/testsuite/basic/pom.xml index e30e22d4..72380830 100644 --- a/testsuite/basic/pom.xml +++ b/testsuite/basic/pom.xml @@ -20,7 +20,7 @@ smallrye-fault-tolerance-testsuite-parent io.smallrye - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-testsuite-basic diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml index c2f94d88..1d6fba79 100644 --- a/testsuite/integration/pom.xml +++ b/testsuite/integration/pom.xml @@ -5,7 +5,7 @@ smallrye-fault-tolerance-testsuite-parent io.smallrye - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-testsuite-integration diff --git a/testsuite/pom.xml b/testsuite/pom.xml index bf703859..47f21f58 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -5,7 +5,7 @@ smallrye-fault-tolerance-parent io.smallrye - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-testsuite-parent diff --git a/testsuite/tck/pom.xml b/testsuite/tck/pom.xml index 544acf9c..bb02d307 100644 --- a/testsuite/tck/pom.xml +++ b/testsuite/tck/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-fault-tolerance-testsuite-parent - 5.3.3-SNAPSHOT + 5.4.0 smallrye-fault-tolerance-tck