We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28839b commit dfcc745Copy full SHA for dfcc745
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.corundumstudio.socketio</groupId>
5
<artifactId>netty-socketio</artifactId>
6
- <version>2.0.12-SNAPSHOT</version>
+ <version>2.0.12</version>
7
<packaging>bundle</packaging>
8
<name>NettySocketIO</name>
9
<description>Socket.IO server implemented on Java</description>
@@ -14,7 +14,7 @@
14
<url>scm:git:[email protected]:mrniko/netty-socketio.git</url>
15
<connection>scm:git:[email protected]:mrniko/netty-socketio.git</connection>
16
<developerConnection>scm:git:[email protected]:mrniko/netty-socketio.git</developerConnection>
17
- <tag>HEAD</tag>
+ <tag>netty-socketio-2.0.12</tag>
18
</scm>
19
20
<licenses>
0 commit comments