Merge pull request #11670 from freelansam/JAVA-9022

JAVA-9022: Fix formatting of POMs
This commit is contained in:
kwoyke
2022-01-13 09:50:07 +01:00
committed by GitHub
97 changed files with 392 additions and 412 deletions

View File

@@ -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>core-java-serialization</artifactId>
<version>0.1.0-SNAPSHOT</version>
@@ -57,7 +57,7 @@
</dependencies>
<build>
<finalName>core-java</finalName>
<finalName>core-java-serialization</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>