From 596e8828a24d8e3209f6af98574633ce5e42014a Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 2 May 2023 14:04:43 +0200 Subject: [PATCH] GH-197 - Promote project out of experimental status. Set version number to 1.0.0-SNAPSHOT. New group id is org.springframework.modulith. Also adapt links to new project home. --- etc/introducing-spring-modulith.adoc | 4 +- pom.xml | 8 +- spring-modulith-actuator/pom.xml | 8 +- spring-modulith-api/pom.xml | 4 +- spring-modulith-bom/pom.xml | 88 +++++++++---------- spring-modulith-core/pom.xml | 6 +- spring-modulith-distribution/pom.xml | 4 +- spring-modulith-docs/pom.xml | 4 +- spring-modulith-events/pom.xml | 4 +- .../spring-modulith-events-core/pom.xml | 4 +- .../spring-modulith-events-jackson/pom.xml | 6 +- .../spring-modulith-events-jdbc/pom.xml | 4 +- .../spring-modulith-events-jpa/pom.xml | 4 +- .../spring-modulith-events-mongodb/pom.xml | 4 +- .../spring-modulith-events-tests/pom.xml | 4 +- spring-modulith-examples/pom.xml | 10 +-- .../spring-modulith-examples-epr-jdbc/pom.xml | 8 +- .../pom.xml | 8 +- .../spring-modulith-examples-full/pom.xml | 8 +- spring-modulith-integration-test/pom.xml | 4 +- spring-modulith-moments/pom.xml | 4 +- spring-modulith-moments/readme.adoc | 2 +- spring-modulith-observability/pom.xml | 10 +-- spring-modulith-runtime/pom.xml | 6 +- spring-modulith-starter-core/pom.xml | 20 ++--- spring-modulith-starter-insight/pom.xml | 12 +-- spring-modulith-starter-jdbc/pom.xml | 20 ++--- spring-modulith-starter-jpa/pom.xml | 20 ++--- spring-modulith-starter-mongodb/pom.xml | 20 ++--- spring-modulith-starter-test/pom.xml | 12 +-- spring-modulith-test/pom.xml | 4 +- src/docs/asciidoc/00-preface.adoc | 6 +- src/docs/asciidoc/80-observability.adoc | 4 +- 33 files changed, 167 insertions(+), 167 deletions(-) diff --git a/etc/introducing-spring-modulith.adoc b/etc/introducing-spring-modulith.adoc index dfa06226..ad8a5372 100644 --- a/etc/introducing-spring-modulith.adoc +++ b/etc/introducing-spring-modulith.adoc @@ -14,7 +14,7 @@ https://spring.io/projects/spring-modulith[_Spring Modulith_] is a new, experime [[example]] == An Example -Let us have a look at https://github.com/spring-projects-experimental/spring-modulith/tree/main/spring-modulith-example[a concrete example]. +Let us have a look at https://github.com/spring-projects/spring-modulith/tree/main/spring-modulith-example[a concrete example]. Assume we need to develop an e-commerce application, for which we start with two logical modules. An _order_ module deals with order processing, and an _inventory_ keeps track of the stock for the products we sell. Our primary focus for this post is the use case that the inventory needs to be updated once an order is completed. @@ -164,7 +164,7 @@ On top of the features described above, the first release has many more features * Runtime link:{docs}#observability[observability] on the application module level. * A link:{docs}#moments[Passage of Time Events] implementation. -You can find more about the project in link:{docs}[its reference documentation] and check out the https://github.com/spring-projects-experimental/spring-modulith/tree/main/spring-modulith-example[example project]. +You can find more about the project in link:{docs}[its reference documentation] and check out the https://github.com/spring-projects/spring-modulith/tree/main/spring-modulith-example[example project]. Despite the broad set of features already available, this is just the start of the journey. We look forward to your feedback and feature ideas for the project. Also, be sure to follow us https://twitter.com/springmodulith[on Twitter] for the latest social media updates on the project. diff --git a/pom.xml b/pom.xml index 5fbcc0dc..b625021a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT pom @@ -580,8 +580,8 @@ limitations under the License. - https://github.com/spring-projects-experimental/spring-modulith - scm:git:https://github.com/spring-projects-experimental/spring-modulith + https://github.com/spring-projects/spring-modulith + scm:git:https://github.com/spring-projects/spring-modulith scm:git:ssh://git@github.com/spring-projects-experimental/spring-modulith main diff --git a/spring-modulith-actuator/pom.xml b/spring-modulith-actuator/pom.xml index e7b9a0bf..19d10d9c 100644 --- a/spring-modulith-actuator/pom.xml +++ b/spring-modulith-actuator/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT Spring Modulith - Actuator @@ -17,7 +17,7 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-runtime ${project.version} @@ -33,7 +33,7 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-test ${project.version} test diff --git a/spring-modulith-api/pom.xml b/spring-modulith-api/pom.xml index 374845ba..7cdf4b30 100644 --- a/spring-modulith-api/pom.xml +++ b/spring-modulith-api/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-bom/pom.xml b/spring-modulith-bom/pom.xml index 11fbf54f..611b7323 100644 --- a/spring-modulith-bom/pom.xml +++ b/spring-modulith-bom/pom.xml @@ -11,118 +11,118 @@ Reference documentation and Javadoc - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT ../pom.xml - org.springframework.experimental + org.springframework.modulith spring-modulith-actuator - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-api - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-core - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-docs - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-core - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-jackson - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-jdbc - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-jpa - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-mongodb - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-tests - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-moments - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-observability - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-runtime - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-core - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-insight - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-jdbc - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-jpa - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-mongodb - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-test - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-test - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-modulith-core/pom.xml b/spring-modulith-core/pom.xml index 966e433c..d01d9e3d 100644 --- a/spring-modulith-core/pom.xml +++ b/spring-modulith-core/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT ../pom.xml @@ -18,7 +18,7 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-api ${project.version} diff --git a/spring-modulith-distribution/pom.xml b/spring-modulith-distribution/pom.xml index 25486dbb..7db92315 100644 --- a/spring-modulith-distribution/pom.xml +++ b/spring-modulith-distribution/pom.xml @@ -11,9 +11,9 @@ Reference documentation and Javadoc - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-docs/pom.xml b/spring-modulith-docs/pom.xml index b2253899..94623d04 100644 --- a/spring-modulith-docs/pom.xml +++ b/spring-modulith-docs/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-events/pom.xml b/spring-modulith-events/pom.xml index e4933344..f8ef097a 100644 --- a/spring-modulith-events/pom.xml +++ b/spring-modulith-events/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.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 5176c8a4..58c1837a 100644 --- a/spring-modulith-events/spring-modulith-events-core/pom.xml +++ b/spring-modulith-events/spring-modulith-events-core/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith-events - 0.7.0-SNAPSHOT + 1.0.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 5ac76c82..9f0bd2f3 100644 --- a/spring-modulith-events/spring-modulith-events-jackson/pom.xml +++ b/spring-modulith-events/spring-modulith-events-jackson/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith-events - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT ../pom.xml @@ -18,7 +18,7 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-events-core ${project.version} diff --git a/spring-modulith-events/spring-modulith-events-jdbc/pom.xml b/spring-modulith-events/spring-modulith-events-jdbc/pom.xml index ca877e73..b36eb668 100644 --- a/spring-modulith-events/spring-modulith-events-jdbc/pom.xml +++ b/spring-modulith-events/spring-modulith-events-jdbc/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith-events - 0.7.0-SNAPSHOT + 1.0.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 2b924126..41950371 100644 --- a/spring-modulith-events/spring-modulith-events-jpa/pom.xml +++ b/spring-modulith-events/spring-modulith-events-jpa/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith-events - 0.7.0-SNAPSHOT + 1.0.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 b1a07f5b..fb785a48 100644 --- a/spring-modulith-events/spring-modulith-events-mongodb/pom.xml +++ b/spring-modulith-events/spring-modulith-events-mongodb/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith-events - 0.7.0-SNAPSHOT + 1.0.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 832f038c..7069cee3 100644 --- a/spring-modulith-events/spring-modulith-events-tests/pom.xml +++ b/spring-modulith-events/spring-modulith-events-tests/pom.xml @@ -1,9 +1,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith-events - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT Spring Modulith - Events - Integration tests diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index efeba882..6a80c4e6 100644 --- a/spring-modulith-examples/pom.xml +++ b/spring-modulith-examples/pom.xml @@ -8,9 +8,9 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-examples - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT pom Spring Modulith - Examples @@ -28,9 +28,9 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-bom - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT pom import @@ -65,7 +65,7 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-test test 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 e1cc6df4..bc04a3f7 100644 --- a/spring-modulith-examples/spring-modulith-examples-epr-jdbc/pom.xml +++ b/spring-modulith-examples/spring-modulith-examples-epr-jdbc/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith-examples - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT ../pom.xml @@ -15,7 +15,7 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-jdbc @@ -38,7 +38,7 @@ junit-jupiter test - + org.postgresql postgresql 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 23bfda90..81daa033 100644 --- a/spring-modulith-examples/spring-modulith-examples-epr-mongodb/pom.xml +++ b/spring-modulith-examples/spring-modulith-examples-epr-mongodb/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith-examples - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT ../pom.xml @@ -15,7 +15,7 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-mongodb @@ -38,7 +38,7 @@ junit-jupiter test - + org.testcontainers mongodb diff --git a/spring-modulith-examples/spring-modulith-examples-full/pom.xml b/spring-modulith-examples/spring-modulith-examples-full/pom.xml index 557c0d9a..32d03706 100644 --- a/spring-modulith-examples/spring-modulith-examples-full/pom.xml +++ b/spring-modulith-examples/spring-modulith-examples-full/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith-examples - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT ../pom.xml @@ -15,7 +15,7 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-jpa @@ -32,7 +32,7 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-actuator diff --git a/spring-modulith-integration-test/pom.xml b/spring-modulith-integration-test/pom.xml index 4e6d4963..bed0ab8d 100644 --- a/spring-modulith-integration-test/pom.xml +++ b/spring-modulith-integration-test/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT ../pom.xml diff --git a/spring-modulith-moments/pom.xml b/spring-modulith-moments/pom.xml index 6881549b..e32cdaa3 100644 --- a/spring-modulith-moments/pom.xml +++ b/spring-modulith-moments/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT Spring Modulith - Moments diff --git a/spring-modulith-moments/readme.adoc b/spring-modulith-moments/readme.adoc index 6c309232..dc90057a 100644 --- a/spring-modulith-moments/readme.adoc +++ b/spring-modulith-moments/readme.adoc @@ -19,7 +19,7 @@ Moments will auto-activate in a Spring Boot application if you put it on the cla [source, xml] ---- - org.springframework.experimental + org.springframework.modulith spring-modulith-moments diff --git a/spring-modulith-observability/pom.xml b/spring-modulith-observability/pom.xml index afad9823..020eafbd 100644 --- a/spring-modulith-observability/pom.xml +++ b/spring-modulith-observability/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT spring-modulith-observability @@ -19,13 +19,13 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-core ${project.version} - org.springframework.experimental + org.springframework.modulith spring-modulith-runtime ${project.version} @@ -49,7 +49,7 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-test ${project.version} test diff --git a/spring-modulith-runtime/pom.xml b/spring-modulith-runtime/pom.xml index b0c56e1c..38d5ec38 100644 --- a/spring-modulith-runtime/pom.xml +++ b/spring-modulith-runtime/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT Spring Modulith - Runtime support @@ -17,7 +17,7 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-core ${project.version} diff --git a/spring-modulith-starter-core/pom.xml b/spring-modulith-starter-core/pom.xml index 3ceb31bb..2cb8991e 100644 --- a/spring-modulith-starter-core/pom.xml +++ b/spring-modulith-starter-core/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT spring-modulith-starter-core @@ -18,25 +18,25 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-api - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-core - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT runtime - org.springframework.experimental + org.springframework.modulith spring-modulith-moments - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-runtime - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-insight/pom.xml b/spring-modulith-starter-insight/pom.xml index 52935e29..6635a1d9 100644 --- a/spring-modulith-starter-insight/pom.xml +++ b/spring-modulith-starter-insight/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT spring-modulith-starter-insight @@ -18,16 +18,16 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-actuator - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT runtime - org.springframework.experimental + org.springframework.modulith spring-modulith-observability - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-jdbc/pom.xml b/spring-modulith-starter-jdbc/pom.xml index e77fb2ac..a6ed7145 100644 --- a/spring-modulith-starter-jdbc/pom.xml +++ b/spring-modulith-starter-jdbc/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT spring-modulith-starter-jdbc @@ -18,28 +18,28 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-core - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-core - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-jackson - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT runtime - org.springframework.experimental + org.springframework.modulith spring-modulith-events-jdbc - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-jpa/pom.xml b/spring-modulith-starter-jpa/pom.xml index af8d69d5..f2672ce0 100644 --- a/spring-modulith-starter-jpa/pom.xml +++ b/spring-modulith-starter-jpa/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT spring-modulith-starter-jpa @@ -18,28 +18,28 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-core - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-core - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-jackson - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT runtime - org.springframework.experimental + org.springframework.modulith spring-modulith-events-jpa - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-mongodb/pom.xml b/spring-modulith-starter-mongodb/pom.xml index 528aa26a..3a88d3cb 100644 --- a/spring-modulith-starter-mongodb/pom.xml +++ b/spring-modulith-starter-mongodb/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT spring-modulith-starter-mongodb @@ -18,28 +18,28 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-core - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-core - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-events-jackson - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT runtime - org.springframework.experimental + org.springframework.modulith spring-modulith-events-mongodb - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT runtime diff --git a/spring-modulith-starter-test/pom.xml b/spring-modulith-starter-test/pom.xml index dbc25c3d..1a6fe30c 100644 --- a/spring-modulith-starter-test/pom.xml +++ b/spring-modulith-starter-test/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT spring-modulith-starter-test @@ -22,15 +22,15 @@ - org.springframework.experimental + org.springframework.modulith spring-modulith-test - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT - org.springframework.experimental + org.springframework.modulith spring-modulith-docs - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-modulith-test/pom.xml b/spring-modulith-test/pom.xml index 36056d81..7a35ce45 100644 --- a/spring-modulith-test/pom.xml +++ b/spring-modulith-test/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.springframework.experimental + org.springframework.modulith spring-modulith - 0.7.0-SNAPSHOT + 1.0.0-SNAPSHOT ../pom.xml diff --git a/src/docs/asciidoc/00-preface.adoc b/src/docs/asciidoc/00-preface.adoc index 112aa425..63c5009d 100644 --- a/src/docs/asciidoc/00-preface.adoc +++ b/src/docs/asciidoc/00-preface.adoc @@ -5,8 +5,8 @@ [[preface.project-metadata]] == Project Metadata -* Version control https://github.com/spring-projects-experimental/spring-modulith -* Bug tracker: https://github.com/spring-projects-experimental/spring-modulith +* Version control https://github.com/spring-projects/spring-modulith +* Bug tracker: https://github.com/spring-projects/spring-modulith * Release repository: Maven central * Milestone repository: https://repo.spring.io/milestone * Snapshot repository: https://repo.spring.io/snapshot @@ -23,7 +23,7 @@ To ease the declaration of the individual modules, we recommend to declare the f - org.springframework.experimental + org.springframework.modulith spring-modulith-bom {projectVersion} import diff --git a/src/docs/asciidoc/80-observability.adoc b/src/docs/asciidoc/80-observability.adoc index 40488f7b..0ee50974 100644 --- a/src/docs/asciidoc/80-observability.adoc +++ b/src/docs/asciidoc/80-observability.adoc @@ -8,7 +8,7 @@ As a production-ready application is likely to require both, the most convenien [source, xml] ---- - org.springframework.experimental + org.springframework.modulith spring-modulith-starter-insight {projectVersion} runtime @@ -29,7 +29,7 @@ To enable the actuator, add the `spring-modulith-actuator` dependency to the pro [source, xml] ---- - org.springframework.experimental + org.springframework.modulith spring-modulith-actuator {projectVersion} runtime