From 5f83f7ac13683142f213e8e1b0d50ff7868871ce Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 21 Jul 2022 09:36:44 +0200 Subject: [PATCH] GH-13 - Add BOM to ease version handling. --- pom.xml | 1 + spring-modulith-bom/pom.xml | 129 ++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) create mode 100644 spring-modulith-bom/pom.xml diff --git a/pom.xml b/pom.xml index a7411da8..22b1839d 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ spring-modulith-api + spring-modulith-bom spring-modulith-core spring-modulith-events spring-modulith-test diff --git a/spring-modulith-bom/pom.xml b/spring-modulith-bom/pom.xml new file mode 100644 index 00000000..45ec7148 --- /dev/null +++ b/spring-modulith-bom/pom.xml @@ -0,0 +1,129 @@ + + + + 4.0.0 + + spring-modulith-bom + + pom + + Spring Modulith - BOM + Reference documentation and Javadoc + + + org.springframework.experimental + spring-modulith + 0.1.0-SNAPSHOT + ../pom.xml + + + + + + org.springframework.experimental + spring-modulith-api + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-core + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-docs + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-events + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-events-core + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-events-jackson + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-events-jpa + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-events-starter + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-events-tests + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-moments + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-observability + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-starter-jpa + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-starter-test + 0.1.0-SNAPSHOT + + + org.springframework.experimental + spring-modulith-test + 0.1.0-SNAPSHOT + + + + + + + + org.codehaus.mojo + flatten-maven-plugin + 1.2.7 + + + flatten + process-resources + + flatten + + + true + bom + + remove + + + + + flatten-clean + clean + + clean + + + + + + + +