From 7a7b49809f0cb598fd897a3b89fcd2e0ab5d3231 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 2 Nov 2022 18:45:47 +0100 Subject: [PATCH] GH-61 - Release version 0.1.0-M2. --- pom.xml | 4 +-- spring-modulith-api/pom.xml | 2 +- spring-modulith-bom/pom.xml | 32 +++++++++---------- spring-modulith-core/pom.xml | 2 +- spring-modulith-distribution/pom.xml | 5 ++- 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-starter-jdbc/pom.xml | 12 +++---- spring-modulith-starter-jpa/pom.xml | 12 +++---- spring-modulith-starter-mongodb/pom.xml | 12 +++---- spring-modulith-starter-test/pom.xml | 6 ++-- spring-modulith-test/pom.xml | 2 +- 22 files changed, 61 insertions(+), 58 deletions(-) diff --git a/pom.xml b/pom.xml index 598a0476..1e2ed71a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.springframework.experimental spring-modulith - 0.1.0-SNAPSHOT + 0.1.0-M2 pom @@ -540,7 +540,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 - main + 0.1.0-M2 diff --git a/spring-modulith-api/pom.xml b/spring-modulith-api/pom.xml index d03cf33b..923be38d 100644 --- a/spring-modulith-api/pom.xml +++ b/spring-modulith-api/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.1.0-SNAPSHOT + 0.1.0-M2 ../pom.xml diff --git a/spring-modulith-bom/pom.xml b/spring-modulith-bom/pom.xml index 9fc14c3b..99df182f 100644 --- a/spring-modulith-bom/pom.xml +++ b/spring-modulith-bom/pom.xml @@ -13,7 +13,7 @@ org.springframework.experimental spring-modulith - 0.1.0-SNAPSHOT + 0.1.0-M2 ../pom.xml @@ -22,37 +22,37 @@ org.springframework.experimental spring-modulith-api - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-core - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-docs - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-events - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-events-core - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-events-jackson - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-events-jpa - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental @@ -62,42 +62,42 @@ org.springframework.experimental spring-modulith-events-tests - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-moments - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-observability - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-starter-jdbc - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-starter-jpa - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-starter-mongodb - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-starter-test - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-test - 0.1.0-SNAPSHOT + 0.1.0-M2 diff --git a/spring-modulith-core/pom.xml b/spring-modulith-core/pom.xml index d6cf5aba..8259e8d5 100644 --- a/spring-modulith-core/pom.xml +++ b/spring-modulith-core/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.1.0-SNAPSHOT + 0.1.0-M2 ../pom.xml diff --git a/spring-modulith-distribution/pom.xml b/spring-modulith-distribution/pom.xml index fdc57828..656583a0 100644 --- a/spring-modulith-distribution/pom.xml +++ b/spring-modulith-distribution/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 @@ -14,7 +13,7 @@ org.springframework.experimental spring-modulith - 0.1.0-SNAPSHOT + 0.1.0-M2 ../pom.xml diff --git a/spring-modulith-docs/pom.xml b/spring-modulith-docs/pom.xml index fa87286a..6be46123 100644 --- a/spring-modulith-docs/pom.xml +++ b/spring-modulith-docs/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.1.0-SNAPSHOT + 0.1.0-M2 ../pom.xml diff --git a/spring-modulith-events/pom.xml b/spring-modulith-events/pom.xml index 57153e82..82485303 100644 --- a/spring-modulith-events/pom.xml +++ b/spring-modulith-events/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.1.0-SNAPSHOT + 0.1.0-M2 ../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 b9527391..dadec27f 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.1.0-SNAPSHOT + 0.1.0-M2 ../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 9ff8fc19..18e545f3 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.1.0-SNAPSHOT + 0.1.0-M2 ../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 5e3de4b0..cd7d0abf 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.1.0-SNAPSHOT + 0.1.0-M2 ../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 08c2d4f3..9d41a73b 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.1.0-SNAPSHOT + 0.1.0-M2 ../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 99f0c59f..1bc75d96 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.1.0-SNAPSHOT + 0.1.0-M2 ../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 07541650..67aae092 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.1.0-SNAPSHOT + 0.1.0-M2 Spring Modulith - Events - Integration tests diff --git a/spring-modulith-example/pom.xml b/spring-modulith-example/pom.xml index 5638d365..58135017 100644 --- a/spring-modulith-example/pom.xml +++ b/spring-modulith-example/pom.xml @@ -11,7 +11,7 @@ spring-modulith-example Spring Modulith - Example - 0.1.0-SNAPSHOT + 0.1.0-M2 17 @@ -22,7 +22,7 @@ org.springframework.experimental spring-modulith-bom - 0.1.0-SNAPSHOT + 0.1.0-M2 pom import @@ -122,4 +122,8 @@ + + + 0.1.0-M2 + diff --git a/spring-modulith-integration-test/pom.xml b/spring-modulith-integration-test/pom.xml index 08772651..a59d78f8 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.1.0-SNAPSHOT + 0.1.0-M2 ../pom.xml diff --git a/spring-modulith-moments/pom.xml b/spring-modulith-moments/pom.xml index e84db0f8..2e475ebc 100644 --- a/spring-modulith-moments/pom.xml +++ b/spring-modulith-moments/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.1.0-SNAPSHOT + 0.1.0-M2 Spring Modulith - Moments diff --git a/spring-modulith-observability/pom.xml b/spring-modulith-observability/pom.xml index e1924749..902ef9a9 100644 --- a/spring-modulith-observability/pom.xml +++ b/spring-modulith-observability/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.1.0-SNAPSHOT + 0.1.0-M2 spring-modulith-observability diff --git a/spring-modulith-starter-jdbc/pom.xml b/spring-modulith-starter-jdbc/pom.xml index 529ddca7..ea4dde65 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.1.0-SNAPSHOT + 0.1.0-M2 spring-modulith-starter-jdbc @@ -20,12 +20,12 @@ org.springframework.experimental spring-modulith-api - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-moments - 0.1.0-SNAPSHOT + 0.1.0-M2 @@ -33,18 +33,18 @@ org.springframework.experimental spring-modulith-events-core - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-events-jackson - 0.1.0-SNAPSHOT + 0.1.0-M2 runtime org.springframework.experimental spring-modulith-events-jdbc - 0.1.0-SNAPSHOT + 0.1.0-M2 runtime diff --git a/spring-modulith-starter-jpa/pom.xml b/spring-modulith-starter-jpa/pom.xml index da73b71d..d07530f5 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.1.0-SNAPSHOT + 0.1.0-M2 spring-modulith-starter-jpa @@ -20,12 +20,12 @@ org.springframework.experimental spring-modulith-api - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-moments - 0.1.0-SNAPSHOT + 0.1.0-M2 @@ -33,18 +33,18 @@ org.springframework.experimental spring-modulith-events-core - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-events-jackson - 0.1.0-SNAPSHOT + 0.1.0-M2 runtime org.springframework.experimental spring-modulith-events-jpa - 0.1.0-SNAPSHOT + 0.1.0-M2 runtime diff --git a/spring-modulith-starter-mongodb/pom.xml b/spring-modulith-starter-mongodb/pom.xml index af9b5105..238361e2 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.1.0-SNAPSHOT + 0.1.0-M2 spring-modulith-starter-mongodb @@ -20,12 +20,12 @@ org.springframework.experimental spring-modulith-api - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-moments - 0.1.0-SNAPSHOT + 0.1.0-M2 @@ -33,18 +33,18 @@ org.springframework.experimental spring-modulith-events-core - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-events-jackson - 0.1.0-SNAPSHOT + 0.1.0-M2 runtime org.springframework.experimental spring-modulith-events-mongodb - 0.1.0-SNAPSHOT + 0.1.0-M2 runtime diff --git a/spring-modulith-starter-test/pom.xml b/spring-modulith-starter-test/pom.xml index 80f85476..0d12243f 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.1.0-SNAPSHOT + 0.1.0-M2 spring-modulith-starter-test @@ -19,13 +19,13 @@ org.springframework.experimental spring-modulith-test - 0.1.0-SNAPSHOT + 0.1.0-M2 org.springframework.experimental spring-modulith-docs - 0.1.0-SNAPSHOT + 0.1.0-M2 diff --git a/spring-modulith-test/pom.xml b/spring-modulith-test/pom.xml index 3cc09aa7..075cea59 100644 --- a/spring-modulith-test/pom.xml +++ b/spring-modulith-test/pom.xml @@ -4,7 +4,7 @@ org.springframework.experimental spring-modulith - 0.1.0-SNAPSHOT + 0.1.0-M2 ../pom.xml