Added space indents

This commit is contained in:
anuradha 2021-10-05 09:30:15 +05:30
parent 79963c7cf0
commit e55d62da6e
1 changed files with 59 additions and 60 deletions

View File

@ -1,12 +1,12 @@
<?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 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.4</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath />
<!-- lookup parent from repository -->
</parent>
<groupId>com.baeldung</groupId>
<artifactId>maven-generate-war</artifactId>
@ -37,7 +37,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>maven-generate-war</finalName>
<plugins>
@ -59,5 +58,5 @@
</plugin>
</plugins>
</build>
</project>