From ce3d03081516c643ec667f6652939f364f400d87 Mon Sep 17 00:00:00 2001 From: Johan Haleby Date: Fri, 1 Dec 2023 09:40:05 +0100 Subject: [PATCH] Updated version number for modules that were not included in release build to 0.16.12-SNAPSHOT --- .../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 | 10 +++++----- .../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/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 +++--- 34 files changed, 106 insertions(+), 106 deletions(-) diff --git a/example/domain/mastermind/decider-model-kotlin/pom.xml b/example/domain/mastermind/decider-model-kotlin/pom.xml index 5cb0a98a2..4e254921e 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.occurrent decider - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT diff --git a/example/domain/mastermind/pom.xml b/example/domain/mastermind/pom.xml index 4bc6102d2..dbe083778 100644 --- a/example/domain/mastermind/pom.xml +++ b/example/domain/mastermind/pom.xml @@ -19,7 +19,7 @@ example-domain org.occurrent - 0.16.11-SNAPSHOT + 0.16.12-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 c0458843c..9760c4d43 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.16.11-SNAPSHOT + 0.16.12-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 5bb22ae75..3d379ff83 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -29,22 +29,22 @@ org.occurrent example-number-guessing-game-model - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent subscription-mongodb-native-blocking-position-storage - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent durable-subscription - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT com.rabbitmq diff --git a/example/domain/number-guessing-game/mongodb/pom.xml b/example/domain/number-guessing-game/mongodb/pom.xml index 392fe4c8f..29fa8b35d 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.16.11-SNAPSHOT + 0.16.12-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 1f094568c..6671bc7eb 100644 --- a/example/domain/number-guessing-game/mongodb/spring/blocking/pom.xml +++ b/example/domain/number-guessing-game/mongodb/spring/blocking/pom.xml @@ -19,7 +19,7 @@ example-number-guessing-game-es-mongodb-spring org.occurrent - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -29,22 +29,22 @@ org.occurrent example-number-guessing-game-model - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent eventstore-mongodb-spring-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking-position-storage - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent durable-subscription - 0.16.11-SNAPSHOT + 0.16.12-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 c4038ebc4..44017f557 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT pom 4.0.0 diff --git a/example/domain/number-guessing-game/pom.xml b/example/domain/number-guessing-game/pom.xml index 610cbe037..9cb68cf9d 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT pom 4.0.0 diff --git a/example/domain/pom.xml b/example/domain/pom.xml index 8f94c89cf..7581482c0 100644 --- a/example/domain/pom.xml +++ b/example/domain/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT pom example-domain diff --git a/example/domain/rps/decider-model/pom.xml b/example/domain/rps/decider-model/pom.xml index 5c74dccfc..b343b54cb 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -41,7 +41,7 @@ org.occurrent decider - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT @@ -68,25 +68,25 @@ org.occurrent command-composition - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent application-service-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent eventstore-inmemory - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent subscription-inmemory - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test @@ -102,7 +102,7 @@ org.occurrent subscription-dsl-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test diff --git a/example/domain/rps/model/pom.xml b/example/domain/rps/model/pom.xml index 4fa57cd37..4cbd3c7f0 100644 --- a/example/domain/rps/model/pom.xml +++ b/example/domain/rps/model/pom.xml @@ -20,7 +20,7 @@ example-rps org.occurrent - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -62,25 +62,25 @@ org.occurrent command-composition - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent application-service-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent eventstore-inmemory - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent subscription-inmemory - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test @@ -96,7 +96,7 @@ org.occurrent subscription-dsl-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test diff --git a/example/domain/rps/multiround-decider-model/pom.xml b/example/domain/rps/multiround-decider-model/pom.xml index ddd03c46e..472fb02fc 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -62,30 +62,30 @@ org.occurrent decider - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent command-composition - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent application-service-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent eventstore-inmemory - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent subscription-inmemory - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test @@ -101,7 +101,7 @@ org.occurrent subscription-dsl-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test diff --git a/example/domain/rps/pom.xml b/example/domain/rps/pom.xml index 2202b118b..fd7477567 100644 --- a/example/domain/rps/pom.xml +++ b/example/domain/rps/pom.xml @@ -20,7 +20,7 @@ example-domain org.occurrent - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT pom 4.0.0 diff --git a/example/domain/rps/pragmatic-model/pom.xml b/example/domain/rps/pragmatic-model/pom.xml index dc5c01dba..9ab6fb952 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -62,25 +62,25 @@ org.occurrent command-composition - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent application-service-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent eventstore-inmemory - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent subscription-inmemory - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test @@ -96,13 +96,13 @@ org.occurrent subscription-dsl-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test org.occurrent cloudevent-converter-jackson - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT test diff --git a/example/domain/uno/model/pom.xml b/example/domain/uno/model/pom.xml index aaa29777b..bc8a4855c 100644 --- a/example/domain/uno/model/pom.xml +++ b/example/domain/uno/model/pom.xml @@ -19,7 +19,7 @@ example-uno org.occurrent - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 diff --git a/example/domain/uno/mongodb/common/pom.xml b/example/domain/uno/mongodb/common/pom.xml index 8259a4643..543006737 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ org.occurrent example-uno-model - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.jetbrains.kotlin @@ -51,7 +51,7 @@ org.occurrent application-service-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT diff --git a/example/domain/uno/mongodb/native/pom.xml b/example/domain/uno/mongodb/native/pom.xml index 8bc0f174b..459b1837a 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -28,32 +28,32 @@ org.occurrent example-uno-model - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent example-uno-es-mongodb-common - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent subscription-mongodb-native-blocking-position-storage - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent application-service-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent command-composition - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT ch.qos.logback diff --git a/example/domain/uno/mongodb/pom.xml b/example/domain/uno/mongodb/pom.xml index 19c1d7b10..987cd3b42 100644 --- a/example/domain/uno/mongodb/pom.xml +++ b/example/domain/uno/mongodb/pom.xml @@ -19,7 +19,7 @@ example-uno org.occurrent - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT pom diff --git a/example/domain/uno/mongodb/spring/blocking/pom.xml b/example/domain/uno/mongodb/spring/blocking/pom.xml index f12b5046e..5a47d6191 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -34,42 +34,42 @@ org.occurrent example-uno-model - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent example-uno-es-mongodb-common - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent application-service-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent command-composition - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent eventstore-mongodb-spring-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent subscription-redis-spring-blocking-position-storage - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent durable-subscription - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.springframework.boot diff --git a/example/domain/uno/mongodb/spring/pom.xml b/example/domain/uno/mongodb/spring/pom.xml index 7c18b459f..153ae4b91 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 diff --git a/example/domain/uno/pom.xml b/example/domain/uno/pom.xml index 54bc044dc..846849dd9 100644 --- a/example/domain/uno/pom.xml +++ b/example/domain/uno/pom.xml @@ -19,7 +19,7 @@ example-domain org.occurrent - 0.16.11-SNAPSHOT + 0.16.12-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 b81367e54..9123123aa 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.16.11-SNAPSHOT + 0.16.12-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 ab344c9f1..1916f4f5b 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.16.11-SNAPSHOT + 0.16.12-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 604b7f460..8a0e84b9e 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent example-domain-word-guessing-game-model - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.springframework.boot @@ -58,42 +58,42 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking-position-storage - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent durable-subscription - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent application-service-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent catchup-subscription - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent subscription-dsl-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent query-dsl-blocking - 0.16.11-SNAPSHOT + 0.16.12-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 df00e1cbf..51f626a58 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 diff --git a/example/domain/word-guessing-game/pom.xml b/example/domain/word-guessing-game/pom.xml index f77a4307e..87a8fe6ff 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.16.11-SNAPSHOT + 0.16.12-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 593547c91..7c7a0f46e 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -29,22 +29,22 @@ org.occurrent subscription-mongodb-spring-reactor-position-storage - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent subscription-mongodb-spring-reactor - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent eventstore-mongodb-native - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent reactor-durable-subscription - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.springframework.boot @@ -59,7 +59,7 @@ org.occurrent test-support - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT diff --git a/example/forwarder/pom.xml b/example/forwarder/pom.xml index 0eda4058d..78cf43166 100644 --- a/example/forwarder/pom.xml +++ b/example/forwarder/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 diff --git a/example/pom.xml b/example/pom.xml index e7b5c73b5..7bd102b38 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -19,7 +19,7 @@ occurrent org.occurrent - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT pom diff --git a/example/projection/pom.xml b/example/projection/pom.xml index 14ecd2479..3e2109abc 100644 --- a/example/projection/pom.xml +++ b/example/projection/pom.xml @@ -19,7 +19,7 @@ example org.occurrent - 0.16.11-SNAPSHOT + 0.16.12-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 e50f92405..ad976b4ba 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.springframework.boot @@ -42,7 +42,7 @@ org.occurrent test-support - 0.16.11-SNAPSHOT + 0.16.12-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 498eaabbe..28fff09ee 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-reactor - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.springframework.boot @@ -43,7 +43,7 @@ org.occurrent test-support - 0.16.11-SNAPSHOT + 0.16.12-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 ba6d68f01..ec5b59504 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -29,17 +29,17 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent subscription-mongodb-spring-blocking-position-storage - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.occurrent durable-subscription - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.springframework.boot @@ -52,7 +52,7 @@ org.occurrent test-support - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT io.vavr diff --git a/example/projection/spring-transactional-projection-mongodb/pom.xml b/example/projection/spring-transactional-projection-mongodb/pom.xml index 8ead46da0..a3cd90753 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.16.11-SNAPSHOT + 0.16.12-SNAPSHOT 4.0.0 @@ -29,7 +29,7 @@ org.occurrent eventstore-mongodb-spring-blocking - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT org.springframework.boot @@ -42,7 +42,7 @@ org.occurrent test-support - 0.16.11-SNAPSHOT + 0.16.12-SNAPSHOT io.vavr