Bump version to 3.6.4 for release

This commit is contained in:
Dan Mulloy 2015-07-11 16:52:27 -04:00
parent 5e703d91db
commit 0dd37bb801
4 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>ProtocolLib</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
<name>ProtocolLib</name>
<description>Provides read/write access to the Minecraft protocol.</description>

View File

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

View File

@ -61,18 +61,18 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8.6-R0.1-SNAPSHOT</version>
<version>1.8.7-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.8.6-R0.1-SNAPSHOT</version>
<version>1.8.7-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>3.6.3-SNAPSHOT</version>
<version>3.6.4</version>
</dependency>
</dependencies>
</project>

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.6.4-SNAPSHOT</version>
<version>3.6.4</version>
<description>Provides read/write access to the Minecraft protocol.</description>
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
@ -233,7 +233,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cglib</groupId>