From b3177b22bf79b6d137335486c43d1656599d427a Mon Sep 17 00:00:00 2001 From: Johan Haleby Date: Fri, 28 Jun 2024 12:52:24 +0200 Subject: [PATCH] Upgrading version numbers --- .../mastermind/decider-model-kotlin/pom.xml | 4 ++-- example/domain/mastermind/pom.xml | 2 +- .../domain/number-guessing-game/model/pom.xml | 2 +- .../mongodb/native/pom.xml | 10 +++++----- .../number-guessing-game/mongodb/pom.xml | 2 +- .../mongodb/spring/blocking/pom.xml | 8 ++++---- .../mongodb/spring/pom.xml | 2 +- example/domain/number-guessing-game/pom.xml | 2 +- example/domain/pom.xml | 2 +- example/domain/rps/decider-model/pom.xml | 14 ++++++------- example/domain/rps/decider-web/pom.xml | 10 +++++----- example/domain/rps/model/pom.xml | 12 +++++------ .../rps/multiround-decider-model/pom.xml | 14 ++++++------- example/domain/rps/pom.xml | 2 +- example/domain/rps/pragmatic-model/pom.xml | 14 ++++++------- example/domain/uno/model/pom.xml | 2 +- example/domain/uno/mongodb/common/pom.xml | 6 +++--- example/domain/uno/mongodb/native/pom.xml | 14 ++++++------- example/domain/uno/mongodb/pom.xml | 2 +- .../uno/mongodb/spring/blocking/pom.xml | 18 ++++++++--------- example/domain/uno/mongodb/spring/pom.xml | 2 +- example/domain/uno/pom.xml | 2 +- .../domain/word-guessing-game/model/pom.xml | 2 +- .../domain/word-guessing-game/mongodb/pom.xml | 2 +- .../mongodb/spring/blocking/pom.xml | 20 +++++++++---------- .../word-guessing-game/mongodb/spring/pom.xml | 2 +- example/domain/word-guessing-game/pom.xml | 2 +- .../pom.xml | 12 +++++------ example/forwarder/pom.xml | 2 +- example/pom.xml | 2 +- example/projection/pom.xml | 2 +- .../pom.xml | 6 +++--- .../pom.xml | 6 +++--- .../pom.xml | 10 +++++----- .../pom.xml | 6 +++--- 35 files changed, 110 insertions(+), 110 deletions(-) diff --git a/example/domain/mastermind/decider-model-kotlin/pom.xml b/example/domain/mastermind/decider-model-kotlin/pom.xml index ec778fdea..ad5183bb2 100644 --- a/example/domain/mastermind/decider-model-kotlin/pom.xml +++ b/example/domain/mastermind/decider-model-kotlin/pom.xml @@ -20,7 +20,7 @@ example-mastermind org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.occurrent decider - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT diff --git a/example/domain/mastermind/pom.xml b/example/domain/mastermind/pom.xml index c719468fc..e7019abad 100644 --- a/example/domain/mastermind/pom.xml +++ b/example/domain/mastermind/pom.xml @@ -19,7 +19,7 @@ example-domain org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 pom diff --git a/example/domain/number-guessing-game/model/pom.xml b/example/domain/number-guessing-game/model/pom.xml index 66d9aefcb..04e0772e6 100644 --- a/example/domain/number-guessing-game/model/pom.xml +++ b/example/domain/number-guessing-game/model/pom.xml @@ -19,7 +19,7 @@ example-number-guessing-game org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 diff --git a/example/domain/number-guessing-game/mongodb/native/pom.xml b/example/domain/number-guessing-game/mongodb/native/pom.xml index 21ff95c7a..3c1d0cc16 100644 --- a/example/domain/number-guessing-game/mongodb/native/pom.xml +++ b/example/domain/number-guessing-game/mongodb/native/pom.xml @@ -19,7 +19,7 @@ example-number-guessing-game-es-mongodb org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -29,22 +29,22 @@ org.occurrent example-number-guessing-game-model - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent subscription-mongodb-native-blocking-position-storage - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent durable-subscription - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT com.rabbitmq diff --git a/example/domain/number-guessing-game/mongodb/pom.xml b/example/domain/number-guessing-game/mongodb/pom.xml index 161f2c0f0..20c37cda6 100644 --- a/example/domain/number-guessing-game/mongodb/pom.xml +++ b/example/domain/number-guessing-game/mongodb/pom.xml @@ -19,7 +19,7 @@ example-number-guessing-game org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 pom diff --git a/example/domain/number-guessing-game/mongodb/spring/blocking/pom.xml b/example/domain/number-guessing-game/mongodb/spring/blocking/pom.xml index 2b222f91b..4fefc8872 100644 --- a/example/domain/number-guessing-game/mongodb/spring/blocking/pom.xml +++ b/example/domain/number-guessing-game/mongodb/spring/blocking/pom.xml @@ -20,7 +20,7 @@ example-number-guessing-game-es-mongodb-spring org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -30,17 +30,17 @@ org.occurrent example-number-guessing-game-model - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent spring-boot-starter-mongodb - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent cloudevent-converter-generic - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.springframework.boot diff --git a/example/domain/number-guessing-game/mongodb/spring/pom.xml b/example/domain/number-guessing-game/mongodb/spring/pom.xml index 53142f8dc..d9b2aa980 100644 --- a/example/domain/number-guessing-game/mongodb/spring/pom.xml +++ b/example/domain/number-guessing-game/mongodb/spring/pom.xml @@ -19,7 +19,7 @@ example-number-guessing-game-es-mongodb org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT pom 4.0.0 diff --git a/example/domain/number-guessing-game/pom.xml b/example/domain/number-guessing-game/pom.xml index 1a66a6945..ef62dc7f8 100644 --- a/example/domain/number-guessing-game/pom.xml +++ b/example/domain/number-guessing-game/pom.xml @@ -19,7 +19,7 @@ example-domain org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT pom 4.0.0 diff --git a/example/domain/pom.xml b/example/domain/pom.xml index 5a66a8488..ed3255f4a 100644 --- a/example/domain/pom.xml +++ b/example/domain/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT pom example-domain diff --git a/example/domain/rps/decider-model/pom.xml b/example/domain/rps/decider-model/pom.xml index 3bb02724b..018368854 100644 --- a/example/domain/rps/decider-model/pom.xml +++ b/example/domain/rps/decider-model/pom.xml @@ -21,7 +21,7 @@ example-rps org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -41,7 +41,7 @@ org.occurrent decider - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT @@ -68,25 +68,25 @@ org.occurrent command-composition - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent application-service-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent eventstore-inmemory - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent subscription-inmemory - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test @@ -102,7 +102,7 @@ org.occurrent subscription-dsl-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test diff --git a/example/domain/rps/decider-web/pom.xml b/example/domain/rps/decider-web/pom.xml index 280c09d02..075c6f8d9 100644 --- a/example/domain/rps/decider-web/pom.xml +++ b/example/domain/rps/decider-web/pom.xml @@ -21,7 +21,7 @@ example-rps org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -40,22 +40,22 @@ org.occurrent decider - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent example-rps-decider-model - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent spring-boot-starter-mongodb - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent view-dsl - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.jetbrains.kotlin diff --git a/example/domain/rps/model/pom.xml b/example/domain/rps/model/pom.xml index e43b4188e..91bbf278d 100644 --- a/example/domain/rps/model/pom.xml +++ b/example/domain/rps/model/pom.xml @@ -20,7 +20,7 @@ example-rps org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -62,25 +62,25 @@ org.occurrent command-composition - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent application-service-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent eventstore-inmemory - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent subscription-inmemory - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test @@ -96,7 +96,7 @@ org.occurrent subscription-dsl-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test diff --git a/example/domain/rps/multiround-decider-model/pom.xml b/example/domain/rps/multiround-decider-model/pom.xml index 8530e2f44..2481988b9 100644 --- a/example/domain/rps/multiround-decider-model/pom.xml +++ b/example/domain/rps/multiround-decider-model/pom.xml @@ -20,7 +20,7 @@ example-rps org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -62,30 +62,30 @@ org.occurrent decider - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent command-composition - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent application-service-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent eventstore-inmemory - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent subscription-inmemory - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test @@ -101,7 +101,7 @@ org.occurrent subscription-dsl-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test diff --git a/example/domain/rps/pom.xml b/example/domain/rps/pom.xml index 7ddc33046..480269d17 100644 --- a/example/domain/rps/pom.xml +++ b/example/domain/rps/pom.xml @@ -20,7 +20,7 @@ example-domain org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT pom 4.0.0 diff --git a/example/domain/rps/pragmatic-model/pom.xml b/example/domain/rps/pragmatic-model/pom.xml index 78b874ed3..06159f83d 100644 --- a/example/domain/rps/pragmatic-model/pom.xml +++ b/example/domain/rps/pragmatic-model/pom.xml @@ -20,7 +20,7 @@ example-rps org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -62,25 +62,25 @@ org.occurrent command-composition - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent application-service-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent eventstore-inmemory - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent subscription-inmemory - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test @@ -96,13 +96,13 @@ org.occurrent subscription-dsl-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test org.occurrent cloudevent-converter-jackson - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT test diff --git a/example/domain/uno/model/pom.xml b/example/domain/uno/model/pom.xml index ee35cdadd..9c4e059b4 100644 --- a/example/domain/uno/model/pom.xml +++ b/example/domain/uno/model/pom.xml @@ -19,7 +19,7 @@ example-uno org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 diff --git a/example/domain/uno/mongodb/common/pom.xml b/example/domain/uno/mongodb/common/pom.xml index d64251223..b679f7ac4 100644 --- a/example/domain/uno/mongodb/common/pom.xml +++ b/example/domain/uno/mongodb/common/pom.xml @@ -19,7 +19,7 @@ example-uno-es-mongodb org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.occurrent example-uno-model - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.jetbrains.kotlin @@ -51,7 +51,7 @@ org.occurrent application-service-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT diff --git a/example/domain/uno/mongodb/native/pom.xml b/example/domain/uno/mongodb/native/pom.xml index bcbce7c32..bb3ec7e1f 100644 --- a/example/domain/uno/mongodb/native/pom.xml +++ b/example/domain/uno/mongodb/native/pom.xml @@ -19,7 +19,7 @@ example-uno-es-mongodb org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -28,32 +28,32 @@ org.occurrent example-uno-model - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent example-uno-es-mongodb-common - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent subscription-mongodb-native-blocking-position-storage - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent application-service-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent command-composition - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT ch.qos.logback diff --git a/example/domain/uno/mongodb/pom.xml b/example/domain/uno/mongodb/pom.xml index 03454d0e9..1ffde0d6a 100644 --- a/example/domain/uno/mongodb/pom.xml +++ b/example/domain/uno/mongodb/pom.xml @@ -19,7 +19,7 @@ example-uno org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT pom diff --git a/example/domain/uno/mongodb/spring/blocking/pom.xml b/example/domain/uno/mongodb/spring/blocking/pom.xml index 21493520c..275983cd5 100644 --- a/example/domain/uno/mongodb/spring/blocking/pom.xml +++ b/example/domain/uno/mongodb/spring/blocking/pom.xml @@ -19,7 +19,7 @@ example-uno-es-mongodb-spring org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -34,42 +34,42 @@ org.occurrent example-uno-model - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent example-uno-es-mongodb-common - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent application-service-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent command-composition - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent eventstore-mongodb-spring-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent subscription-redis-spring-blocking-position-storage - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent durable-subscription - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.springframework.boot diff --git a/example/domain/uno/mongodb/spring/pom.xml b/example/domain/uno/mongodb/spring/pom.xml index b57fd56d2..f15e70b42 100644 --- a/example/domain/uno/mongodb/spring/pom.xml +++ b/example/domain/uno/mongodb/spring/pom.xml @@ -19,7 +19,7 @@ example-uno-es-mongodb org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 diff --git a/example/domain/uno/pom.xml b/example/domain/uno/pom.xml index 3e3971c4a..dc71d76c5 100644 --- a/example/domain/uno/pom.xml +++ b/example/domain/uno/pom.xml @@ -19,7 +19,7 @@ example-domain org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 pom diff --git a/example/domain/word-guessing-game/model/pom.xml b/example/domain/word-guessing-game/model/pom.xml index b26f013cb..ed18c57c9 100644 --- a/example/domain/word-guessing-game/model/pom.xml +++ b/example/domain/word-guessing-game/model/pom.xml @@ -3,7 +3,7 @@ example-domain-word-guessing-game org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 diff --git a/example/domain/word-guessing-game/mongodb/pom.xml b/example/domain/word-guessing-game/mongodb/pom.xml index 6677ebdc9..d73d5ea9d 100644 --- a/example/domain/word-guessing-game/mongodb/pom.xml +++ b/example/domain/word-guessing-game/mongodb/pom.xml @@ -3,7 +3,7 @@ example-domain-word-guessing-game org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 pom diff --git a/example/domain/word-guessing-game/mongodb/spring/blocking/pom.xml b/example/domain/word-guessing-game/mongodb/spring/blocking/pom.xml index 8f6faa56d..d26f21c87 100644 --- a/example/domain/word-guessing-game/mongodb/spring/blocking/pom.xml +++ b/example/domain/word-guessing-game/mongodb/spring/blocking/pom.xml @@ -19,7 +19,7 @@ example-domain-word-guessing-game-es-mongodb-spring org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent example-domain-word-guessing-game-model - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.springframework.boot @@ -58,42 +58,42 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking-position-storage - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent durable-subscription - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent application-service-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent catchup-subscription - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent subscription-dsl-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent query-dsl-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.jetbrains.kotlinx diff --git a/example/domain/word-guessing-game/mongodb/spring/pom.xml b/example/domain/word-guessing-game/mongodb/spring/pom.xml index 29b518b17..0a7360ed5 100644 --- a/example/domain/word-guessing-game/mongodb/spring/pom.xml +++ b/example/domain/word-guessing-game/mongodb/spring/pom.xml @@ -3,7 +3,7 @@ example-domain-word-guessing-game-es-mongodb org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 diff --git a/example/domain/word-guessing-game/pom.xml b/example/domain/word-guessing-game/pom.xml index f14cdb5cc..4ca47fce2 100644 --- a/example/domain/word-guessing-game/pom.xml +++ b/example/domain/word-guessing-game/pom.xml @@ -3,7 +3,7 @@ example-domain org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT pom diff --git a/example/forwarder/mongodb-subscription-to-spring-event/pom.xml b/example/forwarder/mongodb-subscription-to-spring-event/pom.xml index 0696dbf95..571cfd3ef 100644 --- a/example/forwarder/mongodb-subscription-to-spring-event/pom.xml +++ b/example/forwarder/mongodb-subscription-to-spring-event/pom.xml @@ -19,7 +19,7 @@ example-forwarder org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -29,22 +29,22 @@ org.occurrent subscription-mongodb-spring-reactor-position-storage - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent subscription-mongodb-spring-reactor - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent reactor-durable-subscription - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.springframework.boot @@ -59,7 +59,7 @@ org.occurrent test-support - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT diff --git a/example/forwarder/pom.xml b/example/forwarder/pom.xml index c6ecfca9e..d795c1215 100644 --- a/example/forwarder/pom.xml +++ b/example/forwarder/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 diff --git a/example/pom.xml b/example/pom.xml index 4e80abd9a..b76eab136 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -19,7 +19,7 @@ occurrent org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT pom diff --git a/example/projection/pom.xml b/example/projection/pom.xml index 97ccb6ccf..d8045e15d 100644 --- a/example/projection/pom.xml +++ b/example/projection/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT pom 4.0.0 diff --git a/example/projection/spring-adhoc-evenstore-mongodb-queries/pom.xml b/example/projection/spring-adhoc-evenstore-mongodb-queries/pom.xml index 1eadcb871..8704af717 100644 --- a/example/projection/spring-adhoc-evenstore-mongodb-queries/pom.xml +++ b/example/projection/spring-adhoc-evenstore-mongodb-queries/pom.xml @@ -19,7 +19,7 @@ example-projection org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.springframework.boot @@ -42,7 +42,7 @@ org.occurrent test-support - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT io.vavr diff --git a/example/projection/spring-reactor-transactional-projection-mongodb/pom.xml b/example/projection/spring-reactor-transactional-projection-mongodb/pom.xml index f8daff91a..abd4d3678 100644 --- a/example/projection/spring-reactor-transactional-projection-mongodb/pom.xml +++ b/example/projection/spring-reactor-transactional-projection-mongodb/pom.xml @@ -19,7 +19,7 @@ example-projection org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-reactor - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.springframework.boot @@ -43,7 +43,7 @@ org.occurrent test-support - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT io.vavr diff --git a/example/projection/spring-subscription-based-mongodb-projections/pom.xml b/example/projection/spring-subscription-based-mongodb-projections/pom.xml index 208ce40bb..86d9d4068 100644 --- a/example/projection/spring-subscription-based-mongodb-projections/pom.xml +++ b/example/projection/spring-subscription-based-mongodb-projections/pom.xml @@ -19,7 +19,7 @@ example-projection org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -29,17 +29,17 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking-position-storage - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.occurrent durable-subscription - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.springframework.boot @@ -52,7 +52,7 @@ org.occurrent test-support - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT io.vavr diff --git a/example/projection/spring-transactional-projection-mongodb/pom.xml b/example/projection/spring-transactional-projection-mongodb/pom.xml index 0e655777b..00baeeff4 100644 --- a/example/projection/spring-transactional-projection-mongodb/pom.xml +++ b/example/projection/spring-transactional-projection-mongodb/pom.xml @@ -19,7 +19,7 @@ example-projection org.occurrent - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT org.springframework.boot @@ -42,7 +42,7 @@ org.occurrent test-support - 0.18.1-SNAPSHOT + 0.19.1-SNAPSHOT io.vavr