Skip to content

Commit f6dbcae

Browse files
committed
Remove intermediate starters parent module
1 parent f12a73a commit f6dbcae

File tree

8 files changed

+12
-37
lines changed

8 files changed

+12
-37
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,12 @@
8181
<module>spring-shell-docs</module>
8282
<module>spring-shell-dependencies</module>
8383
<module>spring-shell-samples</module>
84-
<module>spring-shell-starters</module>
84+
<module>spring-shell-starter</module>
85+
<module>spring-shell-starter-test</module>
86+
<module>spring-shell-starter-jni</module>
87+
<module>spring-shell-starter-jna</module>
88+
<module>spring-shell-starter-jansi</module>
89+
<module>spring-shell-starter-ffm</module>
8590
</modules>
8691

8792
<build>

spring-shell-starters/spring-shell-starter-ffm/pom.xml renamed to spring-shell-starter-ffm/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell-starters</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

@@ -18,7 +18,6 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21-
<type>pom</type>
2221
</dependency>
2322
<dependency>
2423
<groupId>org.jline</groupId>

spring-shell-starters/spring-shell-starter-jansi/pom.xml renamed to spring-shell-starter-jansi/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell-starters</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

@@ -18,7 +18,6 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21-
<type>pom</type>
2221
</dependency>
2322
<dependency>
2423
<groupId>org.jline</groupId>

spring-shell-starters/spring-shell-starter-jna/pom.xml renamed to spring-shell-starter-jna/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell-starters</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

@@ -18,7 +18,6 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21-
<type>pom</type>
2221
</dependency>
2322
<dependency>
2423
<groupId>org.jline</groupId>

spring-shell-starters/spring-shell-starter-jni/pom.xml renamed to spring-shell-starter-jni/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell-starters</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

@@ -18,7 +18,6 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21-
<type>pom</type>
2221
</dependency>
2322
<dependency>
2423
<groupId>org.jline</groupId>

spring-shell-starters/spring-shell-starter-test/pom.xml renamed to spring-shell-starter-test/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell-starters</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

@@ -18,7 +18,6 @@
1818
<groupId>org.springframework.shell</groupId>
1919
<artifactId>spring-shell-starter</artifactId>
2020
<version>${project.parent.version}</version>
21-
<type>pom</type>
2221
</dependency>
2322
<dependency>
2423
<groupId>org.springframework.shell</groupId>

spring-shell-starters/spring-shell-starter/pom.xml renamed to spring-shell-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<parent>
66
<groupId>org.springframework.shell</groupId>
7-
<artifactId>spring-shell-starters</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

spring-shell-starters/pom.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)