[maven-release-plugin] prepare release engine.io-client-0.1.3

This commit is contained in:
Naoyuki Kanezawa
2014-02-02 23:04:54 +09:00
parent 5ec5089231
commit 44b8f78fb3

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.nkzawa</groupId>
<artifactId>engine.io-client</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
<packaging>jar</packaging>
<name>engine.io-client</name>
<description>Engine.IO Client Library for Java</description>
@@ -127,7 +127,7 @@
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.8</version>
<version>0.9</version>
<configuration>
<message>Creating site for ${project.version}</message>
</configuration>