We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2469933 commit 592859dCopy full SHA for 592859d
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>2.1.0</version>
+ <version>2.1.1-SNAPSHOT</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>engine.io-client-2.1.0</tag>
+ <tag>HEAD</tag>
34
</scm>
35
36
<developers>
0 commit comments