[BAEL-15322] - Fix formatting of POMs

This commit is contained in:
amit2103
2019-07-07 23:59:01 +05:30
parent 5284c49960
commit 37e402eb60
62 changed files with 333 additions and 324 deletions
+4 -5
View File
@@ -3,6 +3,10 @@
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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>spring-boot-ops-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-boot-ops-2</name>
<parent>
<artifactId>parent-boot-2</artifactId>
@@ -11,11 +15,6 @@
<relativePath>../parent-boot-2</relativePath>
</parent>
<groupId>com.baeldung</groupId>
<artifactId>spring-boot-ops-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-boot-ops-2</name>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>