We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8016a5d commit 7b3cc94Copy full SHA for 7b3cc94
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>io.socket</groupId>
4
<artifactId>engine.io-client</artifactId>
5
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
6
<packaging>jar</packaging>
7
<name>engine.io-client</name>
8
<description>Engine.IO Client Library for Java</description>
@@ -30,7 +30,7 @@
30
<url>https://github.com/socketio/engine.io-client-java</url>
31
<connection>scm:git:https://github.com/socketio/engine.io-client-java.git</connection>
32
<developerConnection>scm:git:https://github.com/socketio/engine.io-client-java.git</developerConnection>
33
- <tag>HEAD</tag>
+ <tag>engine.io-client-1.0.1</tag>
34
</scm>
35
36
<developers>
0 commit comments