Change alpha to snapshot
This commit is contained in:
parent
549b1bb9a1
commit
63194ac982
8
pom.xml
8
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>nl.Steffion</groupId>
|
<groupId>nl.Steffion</groupId>
|
||||||
<artifactId>BlockHunt</artifactId>
|
<artifactId>BlockHunt</artifactId>
|
||||||
<version>0.3.0-ALPHA</version>
|
<version>0.3.0-SNAPSHOT</version>
|
||||||
<name>BlockHunt</name>
|
<name>BlockHunt</name>
|
||||||
<properties>
|
<properties>
|
||||||
<plugin.version>${project.version}-${buildnumber}</plugin.version>
|
<plugin.version>${project.version}-${buildnumber}</plugin.version>
|
||||||
@ -70,6 +70,12 @@
|
|||||||
<artifactId>LibsDisguises</artifactId>
|
<artifactId>LibsDisguises</artifactId>
|
||||||
<version>9.5.0</version>
|
<version>9.5.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.comphenix.protocol</groupId>
|
||||||
|
<artifactId>ProtocolLib</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user