Changed SCM URLs

This commit is contained in:
Trustin Lee 2011-01-11 18:41:14 +09:00
parent 3bb28f13e5
commit 966b894aa3

View File

@ -49,9 +49,9 @@
<inceptionYear>2008</inceptionYear>
<scm>
<url>http://fisheye.jboss.org/browse/Netty</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/netty/branches/3.2</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/netty/branches/3.2</developerConnection>
<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>
</scm>
<dependencies>
@ -587,7 +587,6 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<tagBase>https://svn.jboss.org/repos/netty/tags</tagBase>
<!-- We don't want to use the default release profile because it
causes the JavaDoc and source jars to be deployed twice. -->
<useReleaseProfile>false</useReleaseProfile>