Fixed broken SCM URL in pom.xml

This commit is contained in:
Trustin Lee 2011-02-07 21:31:08 +09:00
parent 4a1c1e97f3
commit ab2cb4386f

View File

@ -51,7 +51,7 @@
<scm>
<url>https://github.com/netty/netty</url>
<connection>scm:git:git://github.com/netty/netty.git</connection>
<developerConnection>scm:git:ssh://git@github.com:netty/netty.git</developerConnection>
<developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
</scm>
<dependencies>