Fixed broken SCM URL in pom.xml

This commit is contained in:
Trustin Lee 2011-02-07 21:31:08 +09:00
parent 1dd30c8abe
commit 93d9461ff5
1 changed files with 1 additions and 1 deletions

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>