|
|
@ -1,10 +1,9 @@ |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
<groupId>com.corundumstudio.socketio</groupId> |
|
|
|
<artifactId>netty-socketio</artifactId> |
|
|
|
<version>1.0.0-SNAPSHOT</version> |
|
|
|
<version>1.0.0</version> |
|
|
|
<packaging>jar</packaging> |
|
|
|
<name>NettySocketIO</name> |
|
|
|
<description>Socket.IO server implemented on Java</description> |
|
|
@ -15,7 +14,8 @@ |
|
|
|
<url>scm:git:git@github.com:mrniko/netty-socketio.git</url> |
|
|
|
<connection>scm:git:git@github.com:mrniko/netty-socketio.git</connection> |
|
|
|
<developerConnection>scm:git:git@github.com:mrniko/netty-socketio.git</developerConnection> |
|
|
|
</scm> |
|
|
|
<tag>netty-socketio-1.0.0</tag> |
|
|
|
</scm> |
|
|
|
|
|
|
|
<licenses> |
|
|
|
<license> |
|
|
|