From 60ce7da56e12e2821849a3e622ac474b6c502c8c Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 2 May 2023 12:28:30 +0200 Subject: [PATCH] GH-189 - Prepare next development iteration. --- pom.xml | 4 +- spring-modulith-actuator/pom.xml | 2 +- spring-modulith-api/pom.xml | 2 +- spring-modulith-bom/pom.xml | 44 +++++++++---------- 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-examples/pom.xml | 9 +--- .../spring-modulith-examples-epr-jdbc/pom.xml | 2 +- .../pom.xml | 2 +- .../spring-modulith-examples-full/pom.xml | 2 +- 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-insight/pom.xml | 6 +-- 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 +- 29 files changed, 72 insertions(+), 77 deletions(-) diff --git a/pom.xml b/pom.xml index 62c3e233..5fbcc0dc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT pom @@ -583,7 +583,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.6.0 + main diff --git a/spring-modulith-actuator/pom.xml b/spring-modulith-actuator/pom.xml index de8d1fb6..e7b9a0bf 100644 --- a/spring-modulith-actuator/pom.xml +++ b/spring-modulith-actuator/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT Spring Modulith - Actuator diff --git a/spring-modulith-api/pom.xml b/spring-modulith-api/pom.xml index 772ceaae..374845ba 100644 --- a/spring-modulith-api/pom.xml +++ b/spring-modulith-api/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-bom/pom.xml b/spring-modulith-bom/pom.xml index 661bd40a..11fbf54f 100644 --- a/spring-modulith-bom/pom.xml +++ b/spring-modulith-bom/pom.xml @@ -13,7 +13,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT ../pom.xml @@ -22,107 +22,107 @@ org.springframework.experimental spring-modulith-actuator - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-api - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-core - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-docs - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-events - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-events-core - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-events-jackson - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-events-jdbc - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-events-jpa - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-events-mongodb - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-events-tests - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-moments - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-observability - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-runtime - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-starter-core - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-starter-insight - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-starter-jdbc - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-starter-jpa - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-starter-mongodb - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-starter-test - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-test - 0.6.0 + 0.7.0-SNAPSHOT diff --git a/spring-modulith-core/pom.xml b/spring-modulith-core/pom.xml index 3e592142..966e433c 100644 --- a/spring-modulith-core/pom.xml +++ b/spring-modulith-core/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-distribution/pom.xml b/spring-modulith-distribution/pom.xml index 1cbe824f..25486dbb 100644 --- a/spring-modulith-distribution/pom.xml +++ b/spring-modulith-distribution/pom.xml @@ -13,7 +13,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-docs/pom.xml b/spring-modulith-docs/pom.xml index 198bf444..b2253899 100644 --- a/spring-modulith-docs/pom.xml +++ b/spring-modulith-docs/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-events/pom.xml b/spring-modulith-events/pom.xml index b6cb2ed6..e4933344 100644 --- a/spring-modulith-events/pom.xml +++ b/spring-modulith-events/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.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 386d1057..5176c8a4 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.6.0 + 0.7.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 3d88bdbe..5ac76c82 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.6.0 + 0.7.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 77124c88..ca877e73 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.6.0 + 0.7.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 002666fa..2b924126 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.6.0 + 0.7.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 8444bf09..b1a07f5b 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.6.0 + 0.7.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 b4c80042..832f038c 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.6.0 + 0.7.0-SNAPSHOT Spring Modulith - Events - Integration tests diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 79a75903..efeba882 100644 --- a/spring-modulith-examples/pom.xml +++ b/spring-modulith-examples/pom.xml @@ -10,7 +10,7 @@ org.springframework.experimental spring-modulith-examples - 0.6.0 + 0.7.0-SNAPSHOT pom Spring Modulith - Examples @@ -30,7 +30,7 @@ org.springframework.experimental spring-modulith-bom - 0.6.0 + 0.7.0-SNAPSHOT pom import @@ -113,9 +113,4 @@ - - - - 0.6.0 - diff --git a/spring-modulith-examples/spring-modulith-examples-epr-jdbc/pom.xml b/spring-modulith-examples/spring-modulith-examples-epr-jdbc/pom.xml index a244fa31..e1cc6df4 100644 --- a/spring-modulith-examples/spring-modulith-examples-epr-jdbc/pom.xml +++ b/spring-modulith-examples/spring-modulith-examples-epr-jdbc/pom.xml @@ -5,7 +5,7 @@ org.springframework.experimental spring-modulith-examples - 0.6.0 + 0.7.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-examples/spring-modulith-examples-epr-mongodb/pom.xml b/spring-modulith-examples/spring-modulith-examples-epr-mongodb/pom.xml index 8db337f4..23bfda90 100644 --- a/spring-modulith-examples/spring-modulith-examples-epr-mongodb/pom.xml +++ b/spring-modulith-examples/spring-modulith-examples-epr-mongodb/pom.xml @@ -5,7 +5,7 @@ org.springframework.experimental spring-modulith-examples - 0.6.0 + 0.7.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-examples/spring-modulith-examples-full/pom.xml b/spring-modulith-examples/spring-modulith-examples-full/pom.xml index cd34c8f2..557c0d9a 100644 --- a/spring-modulith-examples/spring-modulith-examples-full/pom.xml +++ b/spring-modulith-examples/spring-modulith-examples-full/pom.xml @@ -5,7 +5,7 @@ org.springframework.experimental spring-modulith-examples - 0.6.0 + 0.7.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-integration-test/pom.xml b/spring-modulith-integration-test/pom.xml index b89ef2da..4e6d4963 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.6.0 + 0.7.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-moments/pom.xml b/spring-modulith-moments/pom.xml index 401ac946..6881549b 100644 --- a/spring-modulith-moments/pom.xml +++ b/spring-modulith-moments/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT Spring Modulith - Moments diff --git a/spring-modulith-observability/pom.xml b/spring-modulith-observability/pom.xml index cdf9bff3..afad9823 100644 --- a/spring-modulith-observability/pom.xml +++ b/spring-modulith-observability/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT spring-modulith-observability diff --git a/spring-modulith-runtime/pom.xml b/spring-modulith-runtime/pom.xml index 276810bd..b0c56e1c 100644 --- a/spring-modulith-runtime/pom.xml +++ b/spring-modulith-runtime/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT Spring Modulith - Runtime support diff --git a/spring-modulith-starter-core/pom.xml b/spring-modulith-starter-core/pom.xml index 4322d0b1..3ceb31bb 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.6.0 + 0.7.0-SNAPSHOT spring-modulith-starter-core @@ -20,23 +20,23 @@ org.springframework.experimental spring-modulith-api - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-core - 0.6.0 + 0.7.0-SNAPSHOT runtime org.springframework.experimental spring-modulith-moments - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-runtime - 0.6.0 + 0.7.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-insight/pom.xml b/spring-modulith-starter-insight/pom.xml index 751f9335..52935e29 100644 --- a/spring-modulith-starter-insight/pom.xml +++ b/spring-modulith-starter-insight/pom.xml @@ -5,7 +5,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT spring-modulith-starter-insight @@ -20,14 +20,14 @@ org.springframework.experimental spring-modulith-actuator - 0.6.0 + 0.7.0-SNAPSHOT runtime org.springframework.experimental spring-modulith-observability - 0.6.0 + 0.7.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-jdbc/pom.xml b/spring-modulith-starter-jdbc/pom.xml index 7b3c049f..e77fb2ac 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.6.0 + 0.7.0-SNAPSHOT spring-modulith-starter-jdbc @@ -20,7 +20,7 @@ org.springframework.experimental spring-modulith-starter-core - 0.6.0 + 0.7.0-SNAPSHOT @@ -28,18 +28,18 @@ org.springframework.experimental spring-modulith-events-core - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-events-jackson - 0.6.0 + 0.7.0-SNAPSHOT runtime org.springframework.experimental spring-modulith-events-jdbc - 0.6.0 + 0.7.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-jpa/pom.xml b/spring-modulith-starter-jpa/pom.xml index 4802f9c9..af8d69d5 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.6.0 + 0.7.0-SNAPSHOT spring-modulith-starter-jpa @@ -20,7 +20,7 @@ org.springframework.experimental spring-modulith-starter-core - 0.6.0 + 0.7.0-SNAPSHOT @@ -28,18 +28,18 @@ org.springframework.experimental spring-modulith-events-core - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-events-jackson - 0.6.0 + 0.7.0-SNAPSHOT runtime org.springframework.experimental spring-modulith-events-jpa - 0.6.0 + 0.7.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-mongodb/pom.xml b/spring-modulith-starter-mongodb/pom.xml index a353fbf8..528aa26a 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.6.0 + 0.7.0-SNAPSHOT spring-modulith-starter-mongodb @@ -20,7 +20,7 @@ org.springframework.experimental spring-modulith-starter-core - 0.6.0 + 0.7.0-SNAPSHOT @@ -28,18 +28,18 @@ org.springframework.experimental spring-modulith-events-core - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-events-jackson - 0.6.0 + 0.7.0-SNAPSHOT runtime org.springframework.experimental spring-modulith-events-mongodb - 0.6.0 + 0.7.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-test/pom.xml b/spring-modulith-starter-test/pom.xml index 174b1230..dbc25c3d 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.6.0 + 0.7.0-SNAPSHOT spring-modulith-starter-test @@ -24,13 +24,13 @@ org.springframework.experimental spring-modulith-test - 0.6.0 + 0.7.0-SNAPSHOT org.springframework.experimental spring-modulith-docs - 0.6.0 + 0.7.0-SNAPSHOT diff --git a/spring-modulith-test/pom.xml b/spring-modulith-test/pom.xml index 74c11ed0..36056d81 100644 --- a/spring-modulith-test/pom.xml +++ b/spring-modulith-test/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.6.0 + 0.7.0-SNAPSHOT ../pom.xml