JAVA-5223: Fix formatting of POMs (Testing Modules)

This commit is contained in:
sampadawagde
2021-05-17 20:23:43 +05:30
parent 6e2421dfbf
commit bbc0f4f86f
36 changed files with 194 additions and 230 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<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/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.spockframework</groupId>
<artifactId>groovy-spock</artifactId>
@@ -53,4 +54,4 @@
<gmavenplus-plugin.version>1.5</gmavenplus-plugin.version>
</properties>
</project>
</project>