JAVA-11792: Fix formatting of POMs

This commit is contained in:
sampadawagde
2022-05-08 16:36:25 +05:30
parent cfa691a052
commit aed8f9100b
52 changed files with 418 additions and 452 deletions
+5 -5
View File
@@ -15,12 +15,12 @@
</parent>
<dependencies>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite</artifactId>
<version>${junit-platform.version}</version>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite</artifactId>
<version>${junit-platform.version}</version>
<scope>test</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-migrationsupport</artifactId>
+3 -2
View File
@@ -78,7 +78,6 @@
</pluginManagement>
</build>
</profile>
<profile>
<id>ExecuteTestSuite</id>
<activation>
@@ -101,6 +100,7 @@
</build>
</profile>
</profiles>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
@@ -112,4 +112,5 @@
<maven.compiler.plugin.version>3.8.0</maven.compiler.plugin.version>
<maven.surefire.plugin.version>2.22.1</maven.surefire.plugin.version>
</properties>
</project>
</project>