JAVA-8204: Fix formatting of POMs

This commit is contained in:
sampadawagde
2021-11-09 16:27:03 +05:30
parent c5aa52efde
commit 2982c91e7d
135 changed files with 533 additions and 606 deletions

View File

@@ -5,15 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-vue</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spring-boot-vue</name>
<packaging>jar</packaging>
<description>Demo project for Spring Boot Vue project</description>
<parent>
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<dependencies>