maven: Format pom files

This commit is contained in:
sdburns1998
2019-07-10 04:06:55 +02:00
parent 6db57328ef
commit f6bd333975
5 changed files with 161 additions and 160 deletions

View File

@@ -30,14 +30,14 @@
<artifactId>runelite-parent</artifactId>
<version>1.5.29-SNAPSHOT</version>
</parent>
<name>Cache Updater</name>
<artifactId>cache-updater</artifactId>
<properties>
<spring.boot.version>1.5.6.RELEASE</spring.boot.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -81,7 +81,7 @@
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>