Return to normal versioning

This commit is contained in:
Dan Mulloy 2016-03-09 22:02:35 -05:00
parent f6c0751ce3
commit c9328d98d7
3 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ProtocolLib</artifactId>
<name>ProtocolLib</name>
<version>3.7.0-BETA</version>
<version>3.7.0-SNAPSHOT</version>
<description>Provides read/write access to the Minecraft protocol.</description>
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>

View File

@ -1,6 +1,5 @@
name: ProtocolLib
#version: ${project.version}${project.build.number}
version: ${project.version}
version: ${project.version}${project.build.number}
description: Provides read/write access to the Minecraft protocol.
authors: [dmulloy2, comphenix]

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ProtocolLib-v1_7_R4</artifactId>
<name>ProtocolLib-v1_7_R4</name>
<version>3.7.0-BETA</version>
<version>3.7.0-SNAPSHOT</version>
<description>Provides read/write access to the Minecraft protocol.</description>
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>