[BAEL-18783] - Fix formatting of POMs
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
<groupId>com.baeldung.h2db</groupId>
|
||||
<artifactId>spring-boot-persistence-h2</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>spring-boot-persistence-h2</name>
|
||||
<name>spring-boot-persistence-h2</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>Demo Spring Boot applications that starts H2 in memory database</description>
|
||||
|
||||
<parent>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../parent-boot-2</relativePath>
|
||||
</parent>
|
||||
@@ -49,5 +49,5 @@
|
||||
<start-class>com.baeldung.h2db.demo.server.SpringBootApp</start-class>
|
||||
<spring-boot.version>2.0.4.RELEASE</spring-boot.version>
|
||||
</properties>
|
||||
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user