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