Skip to content

Commit 3844c05

Browse files
committed
Consistent artifact naming.
1 parent ee9765f commit 3844c05

File tree

47 files changed

+10
-11
lines changed

Some content is hidden

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

47 files changed

+10
-11
lines changed

Diff for: jmolecules-axon/pom.xml renamed to jmolecules-example-axon/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11+
<artifactId>jmolecules-example-axon</artifactId>
1112
<name>jMolecules Examples - Axon Framework</name>
12-
<description>Runtime Support for Axon Framework</description>
13-
<artifactId>jmolecules-axon</artifactId>
1413

1514
<dependencyManagement>
1615
<dependencies>

Diff for: jmolecules-ddd-apt/pom.xml renamed to jmolecules-example-ddd-apt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<modelVersion>4.0.0</modelVersion>
55

6-
<artifactId>jmolecules-ddd-apt</artifactId>
6+
<artifactId>jmolecules-example-ddd-apt</artifactId>
77
<name>jMolecules Examples - DDD APT</name>
88

99
<parent>

Diff for: jmolecules-kotlin/pom.xml renamed to jmolecules-example-kotlin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.0.0-SNAPSHOT</version>
1010
</parent>
1111

12-
<artifactId>jmolecules-kotlin</artifactId>
12+
<artifactId>jmolecules-example-kotlin</artifactId>
1313
<name>jMolecules Examples - Kotlin</name>
1414

1515
<dependencies>

Diff for: jmolecules-spring-data-jdbc/pom.xml renamed to jmolecules-example-spring-data-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

10-
<artifactId>jmolecules-spring-data-jdbc</artifactId>
10+
<artifactId>jmolecules-example-spring-data-jdbc</artifactId>
1111
<name>jMolecules Examples - Spring Data JDBC Example</name>
1212

1313
<dependencies>
File renamed without changes.

Diff for: jmolecules-spring-data-jpa/pom.xml renamed to jmolecules-example-spring-data-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

10-
<artifactId>jmolecules-spring-data-jpa</artifactId>
10+
<artifactId>jmolecules-example-spring-data-jpa</artifactId>
1111
<name>jMolecules Examples - Spring Data JPA Example</name>
1212

1313
<dependencies>

Diff for: pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<url>https://github.com/xmolecules/jmolecules-examples</url>
1212

1313
<modules>
14-
<module>jmolecules-axon</module>
15-
<module>jmolecules-ddd-apt</module>
14+
<module>jmolecules-example-axon</module>
15+
<module>jmolecules-example-ddd-apt</module>
1616
<module>jmolecules-example-archunit</module>
17-
<module>jmolecules-kotlin</module>
17+
<module>jmolecules-example-kotlin</module>
18+
<module>jmolecules-example-spring-data-jdbc</module>
19+
<module>jmolecules-example-spring-data-jpa</module>
1820
<module>jmolecules-presentation</module>
19-
<module>jmolecules-spring-data-jdbc</module>
20-
<module>jmolecules-spring-data-jpa</module>
2121
</modules>
2222

2323
<properties>

0 commit comments

Comments
 (0)