JAVA-5223: Fix formatting of POMs (Part 8)

This commit is contained in:
sampadawagde
2021-05-09 16:26:44 +05:30
parent 68ea55fc2c
commit d10d934493
34 changed files with 204 additions and 216 deletions

View File

@@ -1,6 +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>jersey</artifactId>
<version>0.0.1-SNAPSHOT</version>
@@ -97,4 +98,4 @@
<jersey.version>2.26</jersey.version>
</properties>
</project>
</project>