Skip to content

Commit 0e0c50e

Browse files
committed
GH-189 - Better artifact names for example projects.
1 parent d7ef7c9 commit 0e0c50e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+6
-6
lines changed

spring-modulith-examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<name>Spring Modulith - Examples</name>
1717

1818
<modules>
19-
<module>spring-modulith-examples-epr-jdbc</module>
20-
<module>spring-modulith-examples-epr-mongodb</module>
21-
<module>spring-modulith-examples-full</module>
19+
<module>spring-modulith-example-epr-jdbc</module>
20+
<module>spring-modulith-example-epr-mongodb</module>
21+
<module>spring-modulith-example-full</module>
2222
</modules>
2323

2424
<properties>

spring-modulith-examples/spring-modulith-examples-epr-jdbc/pom.xml renamed to spring-modulith-examples/spring-modulith-example-epr-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

12-
<artifactId>spring-modulith-examples-epr-jdbc</artifactId>
12+
<artifactId>spring-modulith-example-epr-jdbc</artifactId>
1313
<name>Spring Modulith - Examples - EPR JDBC Example</name>
1414

1515
<dependencies>

spring-modulith-examples/spring-modulith-examples-epr-mongodb/pom.xml renamed to spring-modulith-examples/spring-modulith-example-epr-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

12-
<artifactId>spring-modulith-examples-epr-mongodb</artifactId>
12+
<artifactId>spring-modulith-example-epr-mongodb</artifactId>
1313
<name>Spring Modulith - Examples - EPR MongoDB Example</name>
1414

1515
<dependencies>

spring-modulith-examples/spring-modulith-examples-full/pom.xml renamed to spring-modulith-examples/spring-modulith-example-full/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

12-
<artifactId>spring-modulith-examples-full</artifactId>
12+
<artifactId>spring-modulith-example-full</artifactId>
1313
<name>Spring Modulith - Examples - Full Example</name>
1414

1515
<dependencies>

0 commit comments

Comments
 (0)