JAVA-26001_D_M: Fix formatting of POMs for modules D to M (#14958)

This commit is contained in:
Bipin kumar 2023-11-09 16:47:34 +05:30 committed by GitHub
parent 781b7fde45
commit d1685c42bd
4 changed files with 6 additions and 8 deletions

View File

@ -8,7 +8,6 @@
<name>google-auto-project</name>
<packaging>pom</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>

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>json-2</artifactId>
<version>0.0.1-SNAPSHOT</version>

View File

@ -13,8 +13,7 @@
<artifactId>jacoco-coverage-aggregation</artifactId>
<version>1.0</version>
</parent>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
@ -28,7 +27,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
@ -43,7 +42,7 @@
</plugin>
</plugins>
</build>
<properties>
<junit-jupiter-engine.version>5.9.2</junit-jupiter-engine.version>
<spring-context.version>6.0.11</spring-context.version>

View File

@ -21,7 +21,7 @@
<module>jacoco-coverage-controllers-example</module>
<module>jacoco-coverage-aggregate-report</module>
</modules>
<build>
<plugins>
<plugin>