mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
Added WorldGuard v6.1.3-SNAPSHOT to repo and fixed Towny
This commit is contained in:
parent
f093c6e1f9
commit
cdd564f06b
BIN
maven/com/palmergames/Towny/0.91.1.0/Towny-0.91.1.0.jar
Normal file
BIN
maven/com/palmergames/Towny/0.91.1.0/Towny-0.91.1.0.jar
Normal file
Binary file not shown.
9
maven/com/palmergames/Towny/0.91.1.0/Towny-0.91.1.0.pom
Normal file
9
maven/com/palmergames/Towny/0.91.1.0/Towny-0.91.1.0.pom
Normal 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.palmergames</groupId>
|
||||
<artifactId>Towny</artifactId>
|
||||
<version>0.91.1.0</version>
|
||||
<description>POM was created from install:install-file</description>
|
||||
</project>
|
12
maven/com/palmergames/Towny/maven-metadata-local.xml
Normal file
12
maven/com/palmergames/Towny/maven-metadata-local.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>com.palmergames</groupId>
|
||||
<artifactId>Towny</artifactId>
|
||||
<versioning>
|
||||
<release>0.91.1.0</release>
|
||||
<versions>
|
||||
<version>0.91.1.0</version>
|
||||
</versions>
|
||||
<lastUpdated>20161120120926</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
Binary file not shown.
@ -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.sk89q</groupId>
|
||||
<artifactId>worldguard</artifactId>
|
||||
<version>6.1.3-SNAPSHOT</version>
|
||||
<description>POM was created from install:install-file</description>
|
||||
</project>
|
11
maven/com/sk89q/worldguard/maven-metadata-local.xml
Normal file
11
maven/com/sk89q/worldguard/maven-metadata-local.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>com.sk89q</groupId>
|
||||
<artifactId>worldguard</artifactId>
|
||||
<versioning>
|
||||
<versions>
|
||||
<version>6.1.3-SNAPSHOT</version>
|
||||
</versions>
|
||||
<lastUpdated>20161123152953</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
@ -27,7 +27,7 @@
|
||||
<p><a href="https://www.spigotmc.org/resources/shopchest.11431/">ShopChest</a> is a shop plugin for Spigot or Bukkit servers. It's maintained by <a href="https://github.com/EpicEricEE" class="user-mention">@EpicEricEE</a> and has a public GitHub repository <a href="https://github.com/EpicEricEE/ShopChest/">here</a>. All the plugins below are dependencies, which you need when building ShopChest.</p>
|
||||
<pre><code><repositories>
|
||||
<repository>
|
||||
<id>shopchest-repo</id>
|
||||
<id>epiceric-repo</id>
|
||||
<url>https://epicericee.github.io/ShopChest/maven/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
@ -69,16 +69,16 @@
|
||||
|
||||
<pre><code><repositories>
|
||||
<repository>
|
||||
<id>sk89q-repo</id>
|
||||
<id>epiceric-repo</id>
|
||||
<url>http://maven.sk89q.com/artifactory/repo/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>cin.sk89q</groupId>
|
||||
<groupId>com.sk89q</groupId>
|
||||
<artifactId>worldguard</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>6.1.3-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies></code></pre>
|
||||
@ -90,7 +90,7 @@
|
||||
|
||||
<pre><code><repositories>
|
||||
<repository>
|
||||
<id>shopchest-repo</id>
|
||||
<id>epiceric-repo</id>
|
||||
<url>https://epicericee.github.io/ShopChest/maven/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
@ -110,7 +110,7 @@
|
||||
|
||||
<pre><code><repositories>
|
||||
<repository>
|
||||
<id>shopchest-repo</id>
|
||||
<id>epiceric-repo</id>
|
||||
<url>https://epicericee.github.io/ShopChest/maven/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
Loading…
Reference in New Issue
Block a user