GH-1122 - Consolidate automatic module names.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-api</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.api</module.name>
|
||||
<module.name>spring.modulith.api</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<artifactId>spring-modulith-apt</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.apt</module.name>
|
||||
<module.name>spring.modulith.apt</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-core</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.core</module.name>
|
||||
<module.name>spring.modulith.core</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-docs</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.docs</module.name>
|
||||
<module.name>spring.modulith.docs</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-events-amqp</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.events.amqp</module.name>
|
||||
<module.name>spring.modulith.events.amqp</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-events-api</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.events.api</module.name>
|
||||
<module.name>spring.modulith.events.api</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<artifactId>spring-modulith-events-core</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.events.core</module.name>
|
||||
<module.name>spring.modulith.events.core</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-events-jackson</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.events.jackson</module.name>
|
||||
<module.name>spring.modulith.events.jackson</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-events-jdbc</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.events.jdbc</module.name>
|
||||
<module.name>spring.modulith.events.jdbc</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-events-jms</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.events.jms</module.name>
|
||||
<module.name>spring.modulith.events.jms</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<module.name>org.springframework.modulith.events.jpa</module.name>
|
||||
<module.name>spring.modulith.events.jpa</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-events-kafka</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.events.kafka</module.name>
|
||||
<module.name>spring.modulith.events.kafka</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-events-messaging</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.events.messaging</module.name>
|
||||
<module.name>spring.modulith.events.messaging</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-events-mongodb</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.events.mongodb</module.name>
|
||||
<module.name>spring.modulith.events.mongodb</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-events-neo4j</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.events.neo4j</module.name>
|
||||
<module.name>spring.modulith.events.neo4j</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<artifactId>spring-modulith-events-tests</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.events.integrationtests</module.name>
|
||||
<module.name>spring.modulith.events.integrationtests</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-integration-test</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.integrationtests</module.name>
|
||||
<module.name>spring.modulith.integrationtests</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<artifactId>spring-modulith-junit</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.junit</module.name>
|
||||
<module.name>spring.modulith.junit</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name>Spring Modulith - Observability</name>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.observability</module.name>
|
||||
<module.name>spring.modulith.observability</module.name>
|
||||
|
||||
<micrometer-docs-generator.version>1.0.4</micrometer-docs-generator.version>
|
||||
<micrometer-docs-generator.inputPath>${project.basedir}/src/main/java/</micrometer-docs-generator.inputPath>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<artifactId>spring-modulith-runtime</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.runtime</module.name>
|
||||
<module.name>spring.modulith.runtime</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name>Spring Modulith - Starters - Starter Core</name>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.starter.core</module.name>
|
||||
<module.name>spring.modulith.starter.core</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name>Spring Modulith - Starters - Starter Insight</name>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.starter.insight</module.name>
|
||||
<module.name>spring.modulith.starter.insight</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name>Spring Modulith - Starters - Starter JDBC</name>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.starter.jdbc</module.name>
|
||||
<module.name>spring.modulith.starter.jdbc</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name>Spring Modulith - Starters - Starter JPA</name>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.starter.jpa</module.name>
|
||||
<module.name>spring.modulith.starter.jpa</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name>Spring Modulith - Starters - Starter MongoDB</name>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.starter.mongodb</module.name>
|
||||
<module.name>spring.modulith.starter.mongodb</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<name>Spring Modulith - Starters - Starter Neo4j</name>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.starter.neo4j</module.name>
|
||||
<module.name>spring.modulith.starter.neo4j</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<name>Spring Modulith - Starters - Starter Test</name>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.starter.test</module.name>
|
||||
<module.name>spring.modulith.starter.test</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-modulith-test</artifactId>
|
||||
|
||||
<properties>
|
||||
<module.name>org.springframework.modulith.test</module.name>
|
||||
<module.name>spring.modulith.test</module.name>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user