Skip to content

Commit 9a78cc0

Browse files
committed
Fix parent artifact id
1 parent 697188a commit 9a78cc0

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>org.springframework.shell</groupId>
6-
<artifactId>spring-shell-parent</artifactId>
6+
<artifactId>spring-shell</artifactId>
77
<name>Spring Shell</name>
88
<description>Parent POM for Spring Shell</description>
99
<version>4.0.0-SNAPSHOT</version>

spring-shell-autoconfigure/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-parent</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

spring-shell-core/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-parent</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

spring-shell-dependencies/pom.xml

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

44
<parent>
55
<groupId>org.springframework.shell</groupId>
6-
<artifactId>spring-shell-parent</artifactId>
6+
<artifactId>spring-shell</artifactId>
77
<version>4.0.0-SNAPSHOT</version>
88
</parent>
99

spring-shell-docs/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-parent</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

spring-shell-samples/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-parent</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

spring-shell-standard/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-parent</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

spring-shell-starters/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-parent</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

spring-shell-table/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-parent</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

spring-shell-test-autoconfigure/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-parent</artifactId>
7+
<artifactId>spring-shell</artifactId>
88
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

0 commit comments

Comments
 (0)