maintenance: Update Spacing of XML (#1866)

PR Set 4 of 4
This commit is contained in:
Subhrodip Mohanta
2021-10-19 23:26:44 +05:30
committed by GitHub
parent 2c93c81cf9
commit 8aac45ab69
44 changed files with 955 additions and 1081 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
The MIT License
@ -23,15 +23,13 @@
THE SOFTWARE.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.iluwatar</groupId>
<artifactId>java-design-patterns</artifactId>
<version>1.25.0-SNAPSHOT</version>
</parent>
<artifactId>role-object</artifactId>
<dependencies>
<dependency>
@ -40,7 +38,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>