[maven-release-plugin] prepare release socket.io-client-0.8.1

This commit is contained in:
nkzawa
2016-09-28 00:25:01 +09:00
parent b97ff38c55
commit b94abcaf66

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.socket</groupId> <groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId> <artifactId>socket.io-client</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>socket.io-client</name> <name>socket.io-client</name>
<description>Socket.IO Client Library for Java</description> <description>Socket.IO Client Library for Java</description>
@@ -30,7 +30,7 @@
<url>https://github.com/socketio/socket.io-client-java</url> <url>https://github.com/socketio/socket.io-client-java</url>
<connection>scm:git:https://github.com/socketio/socket.io-client-java.git</connection> <connection>scm:git:https://github.com/socketio/socket.io-client-java.git</connection>
<developerConnection>scm:git:https://github.com/socketio/socket.io-client-java.git</developerConnection> <developerConnection>scm:git:https://github.com/socketio/socket.io-client-java.git</developerConnection>
<tag>HEAD</tag> <tag>socket.io-client-0.8.1</tag>
</scm> </scm>
<developers> <developers>