JAVA-11792: Fix formatting of POMs

This commit is contained in:
sampadawagde
2022-05-08 16:36:25 +05:30
parent cfa691a052
commit aed8f9100b
52 changed files with 418 additions and 452 deletions
+6 -7
View File
@@ -3,14 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.docker</groupId>
<artifactId>docker</artifactId>
<version>0.0.1</version>
<name>docker</name>
<description>Demo project showing Spring Boot and Docker</description>
<packaging>pom</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
@@ -18,10 +17,6 @@
<relativePath>../parent-boot-2</relativePath>
</parent>
<properties>
<java.version>11</java.version>
</properties>
<modules>
<module>docker-internal-dto</module>
<module>docker-spring-boot</module>
@@ -30,4 +25,8 @@
<module>docker-caching/multi-module-caching</module>
</modules>
</project>
<properties>
<java.version>11</java.version>
</properties>
</project>