Commit 9f248c60 authored by Robeatoz's avatar Robeatoz Committed by Andy Wilkinson

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
parent d964357b
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
</parent> </parent>
<artifactId>spring-boot-project</artifactId> <artifactId>spring-boot-project</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Boot Build</name> <name>Spring Boot Project</name>
<description>Spring Boot Build</description> <description>Spring Boot Project</description>
<properties> <properties>
<main.basedir>${basedir}/..</main.basedir> <main.basedir>${basedir}/..</main.basedir>
</properties> </properties>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment