From c51ac5c6fbd37ce49cf65f7c0a5137ccf662b5e0 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 24 Feb 2023 16:47:15 +0100 Subject: [PATCH] GH-147 - Prepare next development iteration. --- pom.xml | 4 +-- spring-modulith-actuator/pom.xml | 2 +- spring-modulith-api/pom.xml | 2 +- spring-modulith-bom/pom.xml | 36 +++++++++---------- spring-modulith-core/pom.xml | 2 +- spring-modulith-distribution/pom.xml | 2 +- spring-modulith-docs/pom.xml | 2 +- spring-modulith-events/pom.xml | 2 +- .../spring-modulith-events-core/pom.xml | 2 +- .../spring-modulith-events-jackson/pom.xml | 2 +- .../spring-modulith-events-jdbc/pom.xml | 2 +- .../spring-modulith-events-jpa/pom.xml | 2 +- .../spring-modulith-events-mongodb/pom.xml | 2 +- .../spring-modulith-events-tests/pom.xml | 2 +- spring-modulith-example/pom.xml | 8 ++--- spring-modulith-integration-test/pom.xml | 2 +- spring-modulith-moments/pom.xml | 2 +- spring-modulith-observability/pom.xml | 2 +- spring-modulith-runtime/pom.xml | 2 +- spring-modulith-starter-core/pom.xml | 10 +++--- spring-modulith-starter-jdbc/pom.xml | 10 +++--- spring-modulith-starter-jpa/pom.xml | 10 +++--- spring-modulith-starter-mongodb/pom.xml | 10 +++--- spring-modulith-starter-test/pom.xml | 6 ++-- spring-modulith-test/pom.xml | 2 +- 25 files changed, 62 insertions(+), 66 deletions(-) diff --git a/pom.xml b/pom.xml index 00c9a0b9..5cb4eff7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT pom @@ -582,7 +582,7 @@ limitations under the License. https://github.com/spring-projects-experimental/spring-modulith scm:git:https://github.com/spring-projects-experimental/spring-modulith scm:git:ssh://git@github.com/spring-projects-experimental/spring-modulith - 0.4.1 + main diff --git a/spring-modulith-actuator/pom.xml b/spring-modulith-actuator/pom.xml index 89ea0ceb..c889f2cf 100644 --- a/spring-modulith-actuator/pom.xml +++ b/spring-modulith-actuator/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT Spring Modulith - Actuator diff --git a/spring-modulith-api/pom.xml b/spring-modulith-api/pom.xml index 04603cf0..f3ca9bf5 100644 --- a/spring-modulith-api/pom.xml +++ b/spring-modulith-api/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-bom/pom.xml b/spring-modulith-bom/pom.xml index 2b98e540..a30599d0 100644 --- a/spring-modulith-bom/pom.xml +++ b/spring-modulith-bom/pom.xml @@ -13,7 +13,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml @@ -22,87 +22,87 @@ org.springframework.experimental spring-modulith-actuator - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-api - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-core - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-docs - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-events - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-events-core - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-events-jackson - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-events-jpa - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-events-tests - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-moments - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-observability - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-runtime - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-starter-jdbc - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-starter-jpa - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-starter-mongodb - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-starter-test - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-test - 0.4.1 + 0.5.0-SNAPSHOT diff --git a/spring-modulith-core/pom.xml b/spring-modulith-core/pom.xml index 64f6b7ab..ed7d6138 100644 --- a/spring-modulith-core/pom.xml +++ b/spring-modulith-core/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-distribution/pom.xml b/spring-modulith-distribution/pom.xml index ef14922d..471991ee 100644 --- a/spring-modulith-distribution/pom.xml +++ b/spring-modulith-distribution/pom.xml @@ -13,7 +13,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-docs/pom.xml b/spring-modulith-docs/pom.xml index 7277d9cd..6bd67d01 100644 --- a/spring-modulith-docs/pom.xml +++ b/spring-modulith-docs/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-events/pom.xml b/spring-modulith-events/pom.xml index 66e54b32..a800e6fd 100644 --- a/spring-modulith-events/pom.xml +++ b/spring-modulith-events/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-events/spring-modulith-events-core/pom.xml b/spring-modulith-events/spring-modulith-events-core/pom.xml index cf24b87f..14b25218 100644 --- a/spring-modulith-events/spring-modulith-events-core/pom.xml +++ b/spring-modulith-events/spring-modulith-events-core/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith-events - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-events/spring-modulith-events-jackson/pom.xml b/spring-modulith-events/spring-modulith-events-jackson/pom.xml index df0bc3fa..52706011 100644 --- a/spring-modulith-events/spring-modulith-events-jackson/pom.xml +++ b/spring-modulith-events/spring-modulith-events-jackson/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith-events - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-events/spring-modulith-events-jdbc/pom.xml b/spring-modulith-events/spring-modulith-events-jdbc/pom.xml index d5ea5675..18076d24 100644 --- a/spring-modulith-events/spring-modulith-events-jdbc/pom.xml +++ b/spring-modulith-events/spring-modulith-events-jdbc/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith-events - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-events/spring-modulith-events-jpa/pom.xml b/spring-modulith-events/spring-modulith-events-jpa/pom.xml index 58e3d0b8..6631fb5b 100644 --- a/spring-modulith-events/spring-modulith-events-jpa/pom.xml +++ b/spring-modulith-events/spring-modulith-events-jpa/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith-events - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-events/spring-modulith-events-mongodb/pom.xml b/spring-modulith-events/spring-modulith-events-mongodb/pom.xml index 78001ab1..ba36b2e8 100644 --- a/spring-modulith-events/spring-modulith-events-mongodb/pom.xml +++ b/spring-modulith-events/spring-modulith-events-mongodb/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith-events - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-events/spring-modulith-events-tests/pom.xml b/spring-modulith-events/spring-modulith-events-tests/pom.xml index 25a22967..ba5542ce 100644 --- a/spring-modulith-events/spring-modulith-events-tests/pom.xml +++ b/spring-modulith-events/spring-modulith-events-tests/pom.xml @@ -3,7 +3,7 @@ org.springframework.experimental spring-modulith-events - 0.4.1 + 0.5.0-SNAPSHOT Spring Modulith - Events - Integration tests diff --git a/spring-modulith-example/pom.xml b/spring-modulith-example/pom.xml index d29e0c86..64e4d12d 100644 --- a/spring-modulith-example/pom.xml +++ b/spring-modulith-example/pom.xml @@ -11,7 +11,7 @@ spring-modulith-example Spring Modulith - Example - 0.4.1 + 0.5.0-SNAPSHOT 17 @@ -22,7 +22,7 @@ org.springframework.experimental spring-modulith-bom - 0.4.1 + 0.5.0-SNAPSHOT pom import @@ -133,8 +133,4 @@ - - - 0.4.1 - diff --git a/spring-modulith-integration-test/pom.xml b/spring-modulith-integration-test/pom.xml index 1e9cc3a5..457497d9 100644 --- a/spring-modulith-integration-test/pom.xml +++ b/spring-modulith-integration-test/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-moments/pom.xml b/spring-modulith-moments/pom.xml index 9e3921f8..c60f820a 100644 --- a/spring-modulith-moments/pom.xml +++ b/spring-modulith-moments/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT Spring Modulith - Moments diff --git a/spring-modulith-observability/pom.xml b/spring-modulith-observability/pom.xml index 7e6f3c1c..7bdc607d 100644 --- a/spring-modulith-observability/pom.xml +++ b/spring-modulith-observability/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT spring-modulith-observability diff --git a/spring-modulith-runtime/pom.xml b/spring-modulith-runtime/pom.xml index 2679f405..691ad396 100644 --- a/spring-modulith-runtime/pom.xml +++ b/spring-modulith-runtime/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT Spring Modulith - Runtime support diff --git a/spring-modulith-starter-core/pom.xml b/spring-modulith-starter-core/pom.xml index dfe6fa7c..44289600 100644 --- a/spring-modulith-starter-core/pom.xml +++ b/spring-modulith-starter-core/pom.xml @@ -5,7 +5,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT spring-modulith-starter-core @@ -20,23 +20,23 @@ org.springframework.experimental spring-modulith-api - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-core - 0.4.1 + 0.5.0-SNAPSHOT runtime org.springframework.experimental spring-modulith-moments - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-runtime - 0.4.1 + 0.5.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-jdbc/pom.xml b/spring-modulith-starter-jdbc/pom.xml index 0c465217..ff32ddec 100644 --- a/spring-modulith-starter-jdbc/pom.xml +++ b/spring-modulith-starter-jdbc/pom.xml @@ -5,7 +5,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT spring-modulith-starter-jdbc @@ -20,7 +20,7 @@ org.springframework.experimental spring-modulith-starter-core - 0.4.1 + 0.5.0-SNAPSHOT @@ -28,18 +28,18 @@ org.springframework.experimental spring-modulith-events-core - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-events-jackson - 0.4.1 + 0.5.0-SNAPSHOT runtime org.springframework.experimental spring-modulith-events-jdbc - 0.4.1 + 0.5.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-jpa/pom.xml b/spring-modulith-starter-jpa/pom.xml index d47b5a0c..fa31e02c 100644 --- a/spring-modulith-starter-jpa/pom.xml +++ b/spring-modulith-starter-jpa/pom.xml @@ -5,7 +5,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT spring-modulith-starter-jpa @@ -20,7 +20,7 @@ org.springframework.experimental spring-modulith-starter-core - 0.4.1 + 0.5.0-SNAPSHOT @@ -28,18 +28,18 @@ org.springframework.experimental spring-modulith-events-core - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-events-jackson - 0.4.1 + 0.5.0-SNAPSHOT runtime org.springframework.experimental spring-modulith-events-jpa - 0.4.1 + 0.5.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-mongodb/pom.xml b/spring-modulith-starter-mongodb/pom.xml index f7d668c8..63fefc3a 100644 --- a/spring-modulith-starter-mongodb/pom.xml +++ b/spring-modulith-starter-mongodb/pom.xml @@ -5,7 +5,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT spring-modulith-starter-mongodb @@ -20,7 +20,7 @@ org.springframework.experimental spring-modulith-starter-core - 0.4.1 + 0.5.0-SNAPSHOT @@ -28,18 +28,18 @@ org.springframework.experimental spring-modulith-events-core - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-events-jackson - 0.4.1 + 0.5.0-SNAPSHOT runtime org.springframework.experimental spring-modulith-events-mongodb - 0.4.1 + 0.5.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-test/pom.xml b/spring-modulith-starter-test/pom.xml index 0eb8fe49..9d54ef21 100644 --- a/spring-modulith-starter-test/pom.xml +++ b/spring-modulith-starter-test/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT spring-modulith-starter-test @@ -24,13 +24,13 @@ org.springframework.experimental spring-modulith-test - 0.4.1 + 0.5.0-SNAPSHOT org.springframework.experimental spring-modulith-docs - 0.4.1 + 0.5.0-SNAPSHOT diff --git a/spring-modulith-test/pom.xml b/spring-modulith-test/pom.xml index 4a0588e7..9972e118 100644 --- a/spring-modulith-test/pom.xml +++ b/spring-modulith-test/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.4.1 + 0.5.0-SNAPSHOT ../pom.xml