Fixed broken SCM URL in pom.xml
This commit is contained in:
parent
1dd30c8abe
commit
93d9461ff5
2
pom.xml
2
pom.xml
@ -51,7 +51,7 @@
|
|||||||
<scm>
|
<scm>
|
||||||
<url>https://github.com/netty/netty</url>
|
<url>https://github.com/netty/netty</url>
|
||||||
<connection>scm:git:git://github.com/netty/netty.git</connection>
|
<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>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user