Increment to 3.2.1-SNAPSHOT

Use Maven resource filtering to automatically update plugin.yml.
This commit is contained in:
Kristian S. Stangeland 2014-01-30 02:03:09 +01:00
parent cfde9ecce8
commit 6e3583b300
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Provides read/write access to the Minecraft protocol.</description>
@ -43,6 +43,7 @@
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
<excludes>
<exclude>**/*.java</exclude>
</excludes>

View File

@ -1,5 +1,5 @@
name: ProtocolLib
version: 3.1.3-SNAPSHOT
version: ${project.version}
description: Provides read/write access to the Minecraft protocol.
author: Comphenix
website: http://www.comphenix.net/ProtocolLib