GH-189 - Better artifact names for example projects.

This commit is contained in:
Oliver Drotbohm
2023-05-02 14:36:57 +02:00
parent d7ef7c9dea
commit f0fb242b5b
45 changed files with 6 additions and 6 deletions

View File

@@ -16,9 +16,9 @@
<name>Spring Modulith - Examples</name>
<modules>
<module>spring-modulith-examples-epr-jdbc</module>
<module>spring-modulith-examples-epr-mongodb</module>
<module>spring-modulith-examples-full</module>
<module>spring-modulith-example-epr-jdbc</module>
<module>spring-modulith-example-epr-mongodb</module>
<module>spring-modulith-example-full</module>
</modules>
<properties>

View File

@@ -9,7 +9,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spring-modulith-examples-epr-jdbc</artifactId>
<artifactId>spring-modulith-example-epr-jdbc</artifactId>
<name>Spring Modulith - Examples - EPR JDBC Example</name>
<dependencies>

View File

@@ -9,7 +9,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spring-modulith-examples-epr-mongodb</artifactId>
<artifactId>spring-modulith-example-epr-mongodb</artifactId>
<name>Spring Modulith - Examples - EPR MongoDB Example</name>
<dependencies>

View File

@@ -9,7 +9,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spring-modulith-examples-full</artifactId>
<artifactId>spring-modulith-example-full</artifactId>
<name>Spring Modulith - Examples - Full Example</name>
<dependencies>