Skip to content

Commit 5a5b5a0

Browse files
committed
Merge pull request #16938 from Robeatoz
* gh-16938: Correct name and description of spring-boot-project module Closes gh-16938
2 parents d964357 + 9f248c6 commit 5a5b5a0

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)