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
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-boot-project</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Spring Boot Build</name>
|
||||
<description>Spring Boot Build</description>
|
||||
<name>Spring Boot Project</name>
|
||||
<description>Spring Boot Project</description>
|
||||
<properties>
|
||||
<main.basedir>${basedir}/..</main.basedir>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user