add googlecode site to the connection URL

This commit is contained in:
Taro L. Saito 2011-03-30 15:31:45 +09:00
parent 7a0663f528
commit 624c8de4e9
1 changed files with 5 additions and 7 deletions

12
pom.xml
View File

@ -42,9 +42,7 @@
<configuration>
<!-- do not run site-deploy goal, included in the default settings -->
<goals>deploy</goals>
<!--
<connectionUrl>scm:hg:https://sqlite.xerial.googlecode.com/hg/</connectionUrl>
-->
<connectionUrl>scm:hg:https://snappy-java.googlecode.com/hg/</connectionUrl>
</configuration>
</plugin>
@ -60,13 +58,13 @@
</build>
<!--
<scm>
<connection>scm:hg:https://sqlite.xerial.googlecode.com/hg/</connection>
<connection>scm:hg:https://snappy-java.googlecode.com/hg/</connection>
<developerConnection>scm:hg:default</developerConnection>
<url>scm:hg:https://sqlite.xerial.googlecode.com/hg/</url>
<url>scm:hg:https://snappy-java.googlecode.com/hg/</url>
</scm>
-->
<dependencies>
<dependency>