Compiled with updated EpicSpawners 6.0.7

Use mvn install:install-file -Dfile=EpicSpawners-API.jar
-DgroupId=com.songoda -DartifactId=EpicSpawners-API -Dversion=6.0.7
-Dpackaging=jar -DgeneratePom=true

and then copy into local repo.
This commit is contained in:
tastybento 2019-08-01 21:35:29 -07:00
parent 70e2030958
commit 7d920a4344
4 changed files with 13 additions and 4 deletions

View File

@ -80,13 +80,13 @@
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.5.0</version>
<version>1.6.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.songoda</groupId>
<artifactId>EpicSpawners-API</artifactId>
<version>6.0.2</version>
<version>6.0.7</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.songoda</groupId>
<artifactId>EpicSpawners-API</artifactId>
<version>6.0.7</version>
<description>POM was created from install:install-file</description>
</project>

View File

@ -3,9 +3,9 @@
<groupId>com.songoda</groupId>
<artifactId>EpicSpawners-API</artifactId>
<versioning>
<release>6.0.2</release>
<release>6.0.7</release>
<versions>
<version>6.0.2</version>
<version>6.0.7</version>
</versions>
<lastUpdated>20190627012640</lastUpdated>
</versioning>