mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2024-11-29 05:26:19 +01:00
Recompile with Herochat 6.0.1.
Updated a few libs.
This commit is contained in:
parent
36cd9ef488
commit
0d69006b25
18
pom.xml
18
pom.xml
@ -146,7 +146,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
<version>1.12</version>
|
<version>1.13</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -206,18 +206,18 @@
|
|||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Herochat -->
|
<!-- Herochat
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.cnaude.herochat</groupId>
|
<groupId>com.cnaude.herochat</groupId>
|
||||||
<artifactId>Herochat</artifactId>
|
<artifactId>Herochat</artifactId>
|
||||||
<version>5.6.5</version>
|
<version>5.6.5</version>
|
||||||
</dependency>
|
</dependency> -->
|
||||||
<!-- Herochat Premium
|
<!-- Herochat Premium -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.cnaude.herochat</groupId>
|
<groupId>com.cnaude.herochat</groupId>
|
||||||
<artifactId>HerochatPremium</artifactId>
|
<artifactId>Herochat</artifactId>
|
||||||
<version>6.0.0</version>
|
<version>6.0.1-SNAPSHOT-bb34</version>
|
||||||
</dependency> -->
|
</dependency>
|
||||||
|
|
||||||
<!-- VentureChat -->
|
<!-- VentureChat -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -476,7 +476,7 @@
|
|||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.6.1</version>
|
<version>3.8.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.8</source>
|
<source>1.8</source>
|
||||||
<target>1.8</target>
|
<target>1.8</target>
|
||||||
@ -486,7 +486,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.2.1</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
|
Loading…
Reference in New Issue
Block a user