[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

View File

@@ -2,6 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<artifactId>hibernate-mapping</artifactId>
<version>1.0.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.baeldung</groupId>
@@ -10,10 +13,6 @@
<relativePath>..</relativePath>
</parent>
<artifactId>hibernate-mapping</artifactId>
<version>1.0.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>