Welcome to fully semantic versioning with 3.0.0-SNAPSHOT.

This commit is contained in:
Jeremy Wood 2019-01-30 00:38:44 -05:00
parent 43ecdc913a
commit 89a8f24b14
1 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.onarandombox.multiversecore</groupId>
<artifactId>Multiverse-Core</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<name>Multiverse-Core</name>
<description>World Management Plugin</description>
<properties>
@ -283,14 +283,12 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<!--Spigot API-->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.13.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!--Spigot API-->
<!-- Start of Spout (disabled because we aren't using it)
<dependency>
<groupId>org.getspout</groupId>