Skip to content

Commit fa946c1

Browse files
committed
GH-1122 - Consolidate automatic module names.
1 parent 6a98b36 commit fa946c1

File tree

28 files changed

+28
-28
lines changed
  • spring-modulith-api
  • spring-modulith-apt
  • spring-modulith-core
  • spring-modulith-docs
  • spring-modulith-events
  • spring-modulith-integration-test
  • spring-modulith-junit
  • spring-modulith-observability
  • spring-modulith-runtime
  • spring-modulith-starters
    • spring-modulith-starter-core
    • spring-modulith-starter-insight
    • spring-modulith-starter-jdbc
    • spring-modulith-starter-jpa
    • spring-modulith-starter-mongodb
    • spring-modulith-starter-neo4j
    • spring-modulith-starter-test
  • spring-modulith-test

28 files changed

+28
-28
lines changed

spring-modulith-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>spring-modulith-api</artifactId>
1313

1414
<properties>
15-
<module.name>org.springframework.modulith.api</module.name>
15+
<module.name>spring.modulith.api</module.name>
1616
</properties>
1717

1818
<dependencies>

spring-modulith-apt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>spring-modulith-apt</artifactId>
1212

1313
<properties>
14-
<module.name>org.springframework.modulith.apt</module.name>
14+
<module.name>spring.modulith.apt</module.name>
1515
</properties>
1616

1717
<dependencies>

spring-modulith-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>spring-modulith-core</artifactId>
1313

1414
<properties>
15-
<module.name>org.springframework.modulith.core</module.name>
15+
<module.name>spring.modulith.core</module.name>
1616
</properties>
1717

1818
<dependencies>

spring-modulith-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>spring-modulith-docs</artifactId>
1313

1414
<properties>
15-
<module.name>org.springframework.modulith.docs</module.name>
15+
<module.name>spring.modulith.docs</module.name>
1616
</properties>
1717

1818
<dependencies>

spring-modulith-events/spring-modulith-events-amqp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>spring-modulith-events-amqp</artifactId>
1313

1414
<properties>
15-
<module.name>org.springframework.modulith.events.amqp</module.name>
15+
<module.name>spring.modulith.events.amqp</module.name>
1616
</properties>
1717

1818
<dependencies>

spring-modulith-events/spring-modulith-events-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>spring-modulith-events-api</artifactId>
1313

1414
<properties>
15-
<module.name>org.springframework.modulith.events.api</module.name>
15+
<module.name>spring.modulith.events.api</module.name>
1616
</properties>
1717

1818
<dependencies>

spring-modulith-events/spring-modulith-events-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>spring-modulith-events-core</artifactId>
1414

1515
<properties>
16-
<module.name>org.springframework.modulith.events.core</module.name>
16+
<module.name>spring.modulith.events.core</module.name>
1717
</properties>
1818

1919
<dependencies>

spring-modulith-events/spring-modulith-events-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>spring-modulith-events-jackson</artifactId>
1313

1414
<properties>
15-
<module.name>org.springframework.modulith.events.jackson</module.name>
15+
<module.name>spring.modulith.events.jackson</module.name>
1616
</properties>
1717

1818
<dependencies>

spring-modulith-events/spring-modulith-events-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>spring-modulith-events-jdbc</artifactId>
1313

1414
<properties>
15-
<module.name>org.springframework.modulith.events.jdbc</module.name>
15+
<module.name>spring.modulith.events.jdbc</module.name>
1616
</properties>
1717

1818
<dependencyManagement>

spring-modulith-events/spring-modulith-events-jms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>spring-modulith-events-jms</artifactId>
1313

1414
<properties>
15-
<module.name>org.springframework.modulith.events.jms</module.name>
15+
<module.name>spring.modulith.events.jms</module.name>
1616
</properties>
1717

1818
<dependencies>

0 commit comments

Comments
 (0)