JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs * cleanup
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
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">
|
||||
<!-- Spring IO Platform is the parent of the generated application to be able to use Spring Boot
|
||||
and all its default configuration -->
|
||||
<!-- Spring IO Platform is the parent of the generated application to be able to use Spring Boot -->
|
||||
<!-- and all its default configuration -->
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>spring-roo</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user