mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2024-11-25 19:45:54 +01:00
Build with Vault 1.5.2.
This commit is contained in:
parent
27ae820d1f
commit
1904ac2523
@ -5,8 +5,8 @@
|
|||||||
<artifactId>PurpleIRC</artifactId>
|
<artifactId>PurpleIRC</artifactId>
|
||||||
<name>PurpleIRC-spigot</name>
|
<name>PurpleIRC-spigot</name>
|
||||||
<version>1.0-${build.number}</version>
|
<version>1.0-${build.number}</version>
|
||||||
<description>A CraftBukkit plugin for bridging game chat with IRC. Connect to any number of IRC servers and channels simultaneously.</description>
|
<description>Minecraft IRC integration for Spigot servers.</description>
|
||||||
<url>http://dev.bukkit.org/server-mods/purpleirc/</url>
|
<url>http://www.spigotmc.org/resources/purpleirc.2836/</url>
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
@ -172,7 +172,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.milkbowl.vault</groupId>
|
<groupId>net.milkbowl.vault</groupId>
|
||||||
<artifactId>Vault</artifactId>
|
<artifactId>Vault</artifactId>
|
||||||
<version>1.5.1</version>
|
<version>1.5.2</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
2
pom.xml
2
pom.xml
@ -127,7 +127,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.milkbowl.vault</groupId>
|
<groupId>net.milkbowl.vault</groupId>
|
||||||
<artifactId>Vault</artifactId>
|
<artifactId>Vault</artifactId>
|
||||||
<version>1.5.1</version>
|
<version>1.5.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Herochat -->
|
<!-- Herochat -->
|
||||||
|
Loading…
Reference in New Issue
Block a user