From 93d9461ff53cdaa1049b5f235350db847d0edda2 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Mon, 7 Feb 2011 21:31:08 +0900 Subject: [PATCH] Fixed broken SCM URL in pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 08ec7a8b3d..e9ea30709d 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ https://github.com/netty/netty scm:git:git://github.com/netty/netty.git - scm:git:ssh://git@github.com:netty/netty.git + scm:git:ssh://git@github.com/netty/netty.git