Added WorldGuard v6.1.3-SNAPSHOT to repo and fixed Towny

This commit is contained in:
Eric 2016-11-23 17:29:50 +01:00
parent f093c6e1f9
commit cdd564f06b
7 changed files with 47 additions and 6 deletions

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.palmergames</groupId>
<artifactId>Towny</artifactId>
<version>0.91.1.0</version>
<description>POM was created from install:install-file</description>
</project>

View 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>

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.sk89q</groupId>
<artifactId>worldguard</artifactId>
<version>6.1.3-SNAPSHOT</version>
<description>POM was created from install:install-file</description>
</project>

View 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>

View File

@ -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>&lt;repositories&gt;
&lt;repository&gt;
&lt;id&gt;shopchest-repo&lt;/id&gt;
&lt;id&gt;epiceric-repo&lt;/id&gt;
&lt;url&gt;https://epicericee.github.io/ShopChest/maven/&lt;/url&gt;
&lt;/repository&gt;
&lt;/repositories&gt;
@ -69,16 +69,16 @@
<pre><code>&lt;repositories&gt;
&lt;repository&gt;
&lt;id&gt;sk89q-repo&lt;/id&gt;
&lt;id&gt;epiceric-repo&lt;/id&gt;
&lt;url&gt;http://maven.sk89q.com/artifactory/repo/&lt;/url&gt;
&lt;/repository&gt;
&lt;/repositories&gt;
&lt;dependencies&gt;
&lt;dependency&gt;
&lt;groupId&gt;cin.sk89q&lt;/groupId&gt;
&lt;groupId&gt;com.sk89q&lt;/groupId&gt;
&lt;artifactId&gt;worldguard&lt;/artifactId&gt;
&lt;version&gt;6.1.1-SNAPSHOT&lt;/version&gt;
&lt;version&gt;6.1.3-SNAPSHOT&lt;/version&gt;
&lt;scope&gt;provided&lt;/scope&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
@ -90,7 +90,7 @@
<pre><code>&lt;repositories&gt;
&lt;repository&gt;
&lt;id&gt;shopchest-repo&lt;/id&gt;
&lt;id&gt;epiceric-repo&lt;/id&gt;
&lt;url&gt;https://epicericee.github.io/ShopChest/maven/&lt;/url&gt;
&lt;/repository&gt;
&lt;/repositories&gt;
@ -110,7 +110,7 @@
<pre><code>&lt;repositories&gt;
&lt;repository&gt;
&lt;id&gt;shopchest-repo&lt;/id&gt;
&lt;id&gt;epiceric-repo&lt;/id&gt;
&lt;url&gt;https://epicericee.github.io/ShopChest/maven/&lt;/url&gt;
&lt;/repository&gt;
&lt;/repositories&gt;