GH-189 - Better artifact names for example projects.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user