From b4d107f2b5765032d6eb91a52e8f9ad824a42f1a Mon Sep 17 00:00:00 2001 From: smallrye-ci Date: Fri, 22 Sep 2023 09:23:35 +0000 Subject: [PATCH] chore(release): set development version to 999-SNAPSHOT --- bom/pom.xml | 2 +- context-propagation/pom.xml | 2 +- documentation/pom.xml | 2 +- implementation/pom.xml | 2 +- kotlin/pom.xml | 2 +- math/pom.xml | 2 +- pom.xml | 2 +- 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 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index fcb4fcd9e..25a205404 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -6,7 +6,7 @@ io.smallrye.reactive mutiny-bom - 2.5.0-M5 + 999-SNAPSHOT pom diff --git a/context-propagation/pom.xml b/context-propagation/pom.xml index 7787762d1..6bd677acf 100644 --- a/context-propagation/pom.xml +++ b/context-propagation/pom.xml @@ -7,7 +7,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT mutiny-smallrye-context-propagation diff --git a/documentation/pom.xml b/documentation/pom.xml index bd30145b8..9f2d6cf58 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT mutiny-documentation diff --git a/implementation/pom.xml b/implementation/pom.xml index 545823e71..f6f959297 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -6,7 +6,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT mutiny diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 06958b301..8e7e7355a 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -6,7 +6,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT mutiny-kotlin diff --git a/math/pom.xml b/math/pom.xml index f3a7ace3b..7bc9875dc 100644 --- a/math/pom.xml +++ b/math/pom.xml @@ -7,7 +7,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT SmallRye Mutiny - Math operators diff --git a/pom.xml b/pom.xml index 6c4d48ea1..e7a493566 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT pom SmallRye Mutiny - Parent diff --git a/reactive-streams-operators-jakarta/pom.xml b/reactive-streams-operators-jakarta/pom.xml index 85b6737d3..c538f4b7b 100644 --- a/reactive-streams-operators-jakarta/pom.xml +++ b/reactive-streams-operators-jakarta/pom.xml @@ -6,7 +6,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT mutiny-reactive-streams-operators-jakarta diff --git a/reactive-streams-operators/pom.xml b/reactive-streams-operators/pom.xml index ec3b97d05..43306e6ea 100644 --- a/reactive-streams-operators/pom.xml +++ b/reactive-streams-operators/pom.xml @@ -6,7 +6,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT mutiny-reactive-streams-operators diff --git a/reactive-streams-tck-tests/pom.xml b/reactive-streams-tck-tests/pom.xml index fb867ad18..e7e8c2efd 100644 --- a/reactive-streams-tck-tests/pom.xml +++ b/reactive-streams-tck-tests/pom.xml @@ -7,7 +7,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT reactive-streams-tck-tests diff --git a/reactor/pom.xml b/reactor/pom.xml index 88e122689..8dc754313 100644 --- a/reactor/pom.xml +++ b/reactor/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT mutiny-reactor diff --git a/release/pom.xml b/release/pom.xml index b37b95eb4..908a621a6 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT smallrye-mutiny-release diff --git a/rxjava3/pom.xml b/rxjava3/pom.xml index 55596b5c5..50793d1f6 100644 --- a/rxjava3/pom.xml +++ b/rxjava3/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT mutiny-rxjava3 diff --git a/test-utils/pom.xml b/test-utils/pom.xml index dae91abff..02a4f93b0 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -5,7 +5,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT mutiny-test-utils diff --git a/workshop-examples/pom.xml b/workshop-examples/pom.xml index 1fbd0eef2..982a86a40 100644 --- a/workshop-examples/pom.xml +++ b/workshop-examples/pom.xml @@ -7,7 +7,7 @@ io.smallrye.reactive mutiny-project - 2.5.0-M5 + 999-SNAPSHOT SmallRye Mutiny - Workshop examples