Skip to content

Commit 9f248c6

Browse files
robeatozwilkinsona
authored andcommitted
Correct name and description of spring-boot-project module
This commit corrects the Maven project name and description of spring-boot-project to avoid the already used name "Spring Boot Build". See gh-16938
1 parent d964357 commit 9f248c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</parent>
1010
<artifactId>spring-boot-project</artifactId>
1111
<packaging>pom</packaging>
12-
<name>Spring Boot Build</name>
13-
<description>Spring Boot Build</description>
12+
<name>Spring Boot Project</name>
13+
<description>Spring Boot Project</description>
1414
<properties>
1515
<main.basedir>${basedir}/..</main.basedir>
1616
</properties>

0 commit comments

Comments
 (0)