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> <name>google-auto-project</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId> <artifactId>parent-modules</artifactId>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>json-2</artifactId> <artifactId>json-2</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>

View File

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