JAVA-13136: Fix formatting of POMs

This commit is contained in:
sampadawagde
2022-07-15 09:59:54 +05:30
parent b094ba8098
commit 2b5179baba
67 changed files with 241 additions and 258 deletions
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
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">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-security-core-2</artifactId>
<version>0.1-SNAPSHOT</version>
@@ -52,7 +52,7 @@
</dependencies>
<build>
<finalName>spring-security-core</finalName>
<finalName>spring-security-core-2</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
@@ -18,4 +18,4 @@
<module>server</module>
</modules>
</project>
</project>