fixed module name

This commit is contained in:
Tom Hombergs 2018-12-19 20:52:35 +01:00
parent 1a955fb018
commit 5aa5e48146
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot</artifactId> <artifactId>spring-boot-libraries</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>spring-boot</name> <name>spring-boot-libraries</name>
<description>This is simple boot application for Spring boot actuator test</description> <description>This is simple boot application for Spring boot actuator test</description>
<parent> <parent>