JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 1)

This commit is contained in:
sampadawagde
2021-05-10 20:05:39 +05:30
parent ab84ce70b6
commit ee8d1b762c
30 changed files with 138 additions and 177 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-enterprise</artifactId>
<version>0.0.1-SNAPSHOT</version>
@@ -92,4 +92,4 @@
<hsqldb.version>2.3.4</hsqldb.version>
</properties>
</project>
</project>