Update to Commons 5.1

This commit is contained in:
Daniel Saukel 2018-10-06 17:30:21 +02:00
parent 62f3ff065b
commit 9276341ba2

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.erethon</groupId>
<artifactId>dungeonsxl</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<packaging>jar</packaging>
<name>DungeonsXL</name>
<url>https://dre2n.github.io</url>
@ -83,7 +83,7 @@
<dependency>
<groupId>de.erethon</groupId>
<artifactId>commons</artifactId>
<version>5.0</version>
<version>5.1</version>
<scope>compile</scope>
</dependency>
<dependency>