From d140a43af60d84326b5b8a41cbfea731e135665f Mon Sep 17 00:00:00 2001 From: "smallrye-ci-releases[bot]" <181404001+smallrye-ci-releases[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:31:40 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- bom/pom.xml | 4 ++-- context-propagation/pom.xml | 2 +- documentation/pom.xml | 2 +- implementation/pom.xml | 2 +- kotlin/pom.xml | 2 +- math/pom.xml | 2 +- no-deps/pom.xml | 2 +- pom.xml | 4 ++-- reactive-streams-operators-jakarta/pom.xml | 2 +- reactive-streams-operators/pom.xml | 2 +- reactive-streams-tck-tests/pom.xml | 2 +- reactor/pom.xml | 2 +- release/pom.xml | 2 +- rxjava3/pom.xml | 2 +- test-utils/pom.xml | 2 +- workshop-examples/pom.xml | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 970ed2e4d..cdc0463bb 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ io.smallrye.reactive mutiny-bom - 2.7.0-RC1 + 999-SNAPSHOT pom @@ -51,7 +51,7 @@ scm:git:git@github.com:smallrye/smallrye-mutiny.git scm:git:git@github.com:smallrye/smallrye-mutiny.git https://github.com/smallrye/smallrye-mutiny - 2.7.0-RC1 + HEAD diff --git a/context-propagation/pom.xml b/context-propagation/pom.xml index 171be6401..65917338a 100644 --- a/context-propagation/pom.xml +++ b/context-propagation/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT mutiny-smallrye-context-propagation diff --git a/documentation/pom.xml b/documentation/pom.xml index c1f83086a..00c4cf8bd 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT mutiny-documentation diff --git a/implementation/pom.xml b/implementation/pom.xml index 990fa0373..0f87290f4 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT mutiny diff --git a/kotlin/pom.xml b/kotlin/pom.xml index f9bfdb9b8..2a59677e3 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT mutiny-kotlin diff --git a/math/pom.xml b/math/pom.xml index 18fbbf51f..513c378eb 100644 --- a/math/pom.xml +++ b/math/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT SmallRye Mutiny - Math operators diff --git a/no-deps/pom.xml b/no-deps/pom.xml index edba686fe..f307967bb 100644 --- a/no-deps/pom.xml +++ b/no-deps/pom.xml @@ -4,7 +4,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT mutiny-no-deps diff --git a/pom.xml b/pom.xml index c62a6a9ea..e38ebbced 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT pom SmallRye Mutiny - Parent @@ -56,7 +56,7 @@ scm:git:git@github.com:smallrye/smallrye-mutiny.git scm:git:git@github.com:smallrye/smallrye-mutiny.git https://github.com/smallrye/smallrye-mutiny - 2.7.0-RC1 + HEAD diff --git a/reactive-streams-operators-jakarta/pom.xml b/reactive-streams-operators-jakarta/pom.xml index 7652483f7..ce8b54cc0 100644 --- a/reactive-streams-operators-jakarta/pom.xml +++ b/reactive-streams-operators-jakarta/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT mutiny-reactive-streams-operators-jakarta diff --git a/reactive-streams-operators/pom.xml b/reactive-streams-operators/pom.xml index 4e1131ea1..b1021a853 100644 --- a/reactive-streams-operators/pom.xml +++ b/reactive-streams-operators/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT mutiny-reactive-streams-operators diff --git a/reactive-streams-tck-tests/pom.xml b/reactive-streams-tck-tests/pom.xml index b2048a73e..33a3d1494 100644 --- a/reactive-streams-tck-tests/pom.xml +++ b/reactive-streams-tck-tests/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT reactive-streams-tck-tests diff --git a/reactor/pom.xml b/reactor/pom.xml index 881f4951d..3fe87e7b0 100644 --- a/reactor/pom.xml +++ b/reactor/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT mutiny-reactor diff --git a/release/pom.xml b/release/pom.xml index a02e7bf94..908a621a6 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT smallrye-mutiny-release diff --git a/rxjava3/pom.xml b/rxjava3/pom.xml index d5dc6ca1f..10a155f82 100644 --- a/rxjava3/pom.xml +++ b/rxjava3/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT mutiny-rxjava3 diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 41f304d1e..02a4f93b0 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT mutiny-test-utils diff --git a/workshop-examples/pom.xml b/workshop-examples/pom.xml index aeac318f8..523a4ef18 100644 --- a/workshop-examples/pom.xml +++ b/workshop-examples/pom.xml @@ -6,7 +6,7 @@ io.smallrye.reactive mutiny-project - 2.7.0-RC1 + 999-SNAPSHOT SmallRye Mutiny - Workshop examples