Updated Source Files for Version 0.3-Pre
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<groupId>com.adzel.velocitybroadcast</groupId>
|
||||
<artifactId>velocitybroadcast</artifactId>
|
||||
<name>VelocityBroadcast</name>
|
||||
<version>0.2-pre</version>
|
||||
<version>0.3-pre</version>
|
||||
<description>Broadcast plugin for Minecraft Velocity proxy.</description>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -25,7 +25,7 @@
|
||||
<goal>shade</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
<minimizeJar>false</minimizeJar>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
@ -37,6 +37,10 @@
|
||||
<id>velocitypowered-repo</id>
|
||||
<url>https://repo.velocitypowered.com/releases/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<url>https://repo.maven.apache.org/maven2</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user