Skip to content

Commit

Permalink
Compiled with updated EpicSpawners 6.0.7
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tastybento committed Aug 2, 2019
1 parent 70e2030 commit 7d920a4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7d920a4

Please sign in to comment.