File tree Expand file tree Collapse file tree 8 files changed +44
-18
lines changed
spring-modulith-starter-core
spring-modulith-starter-insight
spring-modulith-starter-jdbc
spring-modulith-starter-jpa
spring-modulith-starter-mongodb
spring-modulith-starter-test Expand file tree Collapse file tree 8 files changed +44
-18
lines changed Original file line number Diff line number Diff line change 27
27
<module >spring-modulith-moments</module >
28
28
<module >spring-modulith-observability</module >
29
29
<module >spring-modulith-runtime</module >
30
- <module >spring-modulith-starter-core</module >
31
- <module >spring-modulith-starter-insight</module >
32
- <module >spring-modulith-starter-jdbc</module >
33
- <module >spring-modulith-starter-jpa</module >
34
- <module >spring-modulith-starter-mongodb</module >
35
- <module >spring-modulith-starter-test</module >
30
+ <module >spring-modulith-starters</module >
36
31
<module >spring-modulith-test</module >
37
32
</modules >
38
33
Original file line number Diff line number Diff line change
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <modelVersion >4.0.0</modelVersion >
3
+
4
+ <parent >
5
+ <groupId >org.springframework.modulith</groupId >
6
+ <artifactId >spring-modulith</artifactId >
7
+ <version >1.0.0-SNAPSHOT</version >
8
+ <relativePath >../pom.xml</relativePath >
9
+ </parent >
10
+
11
+ <artifactId >spring-modulith-starters</artifactId >
12
+ <packaging >pom</packaging >
13
+
14
+ <name >Spring Modulith - Starters</name >
15
+
16
+ <modules >
17
+ <module >spring-modulith-starter-core</module >
18
+ <module >spring-modulith-starter-insight</module >
19
+ <module >spring-modulith-starter-jdbc</module >
20
+ <module >spring-modulith-starter-jpa</module >
21
+ <module >spring-modulith-starter-mongodb</module >
22
+ <module >spring-modulith-starter-test</module >
23
+ </modules >
24
+
25
+ </project >
Original file line number Diff line number Diff line change 4
4
5
5
<parent >
6
6
<groupId >org.springframework.modulith</groupId >
7
- <artifactId >spring-modulith</artifactId >
7
+ <artifactId >spring-modulith-starters </artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
+ <relativePath >../pom.xml</relativePath >
9
10
</parent >
10
11
11
12
<artifactId >spring-modulith-starter-core</artifactId >
12
- <name >Spring Modulith - Starter Core</name >
13
+ <name >Spring Modulith - Starters - Starter Core</name >
13
14
14
15
<properties >
15
16
<module .name>org.springframework.modulith.starter.core</module .name>
Original file line number Diff line number Diff line change 4
4
5
5
<parent >
6
6
<groupId >org.springframework.modulith</groupId >
7
- <artifactId >spring-modulith</artifactId >
7
+ <artifactId >spring-modulith-starters </artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
+ <relativePath >../pom.xml</relativePath >
9
10
</parent >
10
11
11
12
<artifactId >spring-modulith-starter-insight</artifactId >
12
- <name >Spring Modulith - Starter Insight</name >
13
+ <name >Spring Modulith - Starters - Starter Insight</name >
13
14
14
15
<properties >
15
16
<module .name>org.springframework.modulith.starter.insight</module .name>
Original file line number Diff line number Diff line change 4
4
5
5
<parent >
6
6
<groupId >org.springframework.modulith</groupId >
7
- <artifactId >spring-modulith</artifactId >
7
+ <artifactId >spring-modulith-starters </artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
+ <relativePath >../pom.xml</relativePath >
9
10
</parent >
10
11
11
12
<artifactId >spring-modulith-starter-jdbc</artifactId >
12
- <name >Spring Modulith - Starter JDBC</name >
13
+ <name >Spring Modulith - Starters - Starter JDBC</name >
13
14
14
15
<properties >
15
16
<module .name>org.springframework.modulith.starter.jdbc</module .name>
Original file line number Diff line number Diff line change 4
4
5
5
<parent >
6
6
<groupId >org.springframework.modulith</groupId >
7
- <artifactId >spring-modulith</artifactId >
7
+ <artifactId >spring-modulith-starters </artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
+ <relativePath >../pom.xml</relativePath >
9
10
</parent >
10
11
11
12
<artifactId >spring-modulith-starter-jpa</artifactId >
12
- <name >Spring Modulith - Starter JPA</name >
13
+ <name >Spring Modulith - Starters - Starter JPA</name >
13
14
14
15
<properties >
15
16
<module .name>org.springframework.modulith.starter.jpa</module .name>
Original file line number Diff line number Diff line change 4
4
5
5
<parent >
6
6
<groupId >org.springframework.modulith</groupId >
7
- <artifactId >spring-modulith</artifactId >
7
+ <artifactId >spring-modulith-starters </artifactId >
8
8
<version >1.0.0-SNAPSHOT</version >
9
+ <relativePath >../pom.xml</relativePath >
9
10
</parent >
10
11
11
12
<artifactId >spring-modulith-starter-mongodb</artifactId >
12
- <name >Spring Modulith - Starter MongoDB</name >
13
+ <name >Spring Modulith - Starters - Starter MongoDB</name >
13
14
14
15
<properties >
15
16
<module .name>org.springframework.modulith.starter.mongodb</module .name>
Original file line number Diff line number Diff line change 3
3
4
4
<parent >
5
5
<groupId >org.springframework.modulith</groupId >
6
- <artifactId >spring-modulith</artifactId >
6
+ <artifactId >spring-modulith-starters </artifactId >
7
7
<version >1.0.0-SNAPSHOT</version >
8
+ <relativePath >../pom.xml</relativePath >
8
9
</parent >
9
10
10
11
<artifactId >spring-modulith-starter-test</artifactId >
11
- <name >Spring Modulith - Starter Test</name >
12
+ <name >Spring Modulith - Starters - Starter Test</name >
12
13
13
14
<properties >
14
15
<module .name>org.springframework.modulith.starter.test</module .name>
You can’t perform that action at this time.
0 commit comments