JAVA-28508: Fix formatting of POMs Modules D to Q (#15360)

This commit is contained in:
Bipin kumar
2023-12-22 21:38:55 +05:30
committed by GitHub
parent f1ec994d06
commit a24cf067a9
9 changed files with 40 additions and 29 deletions
+7 -5
View File
@@ -3,17 +3,19 @@
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</groupId>
<artifactId>jkube-demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>jkube-demo</name>
<description>jkube-demo</description>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<groupId>com.baeldung</groupId>
<artifactId>jkube-demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>jkube-demo</name>
<description>jkube-demo</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>