add googlecode site to the connection URL
This commit is contained in:
parent
7a0663f528
commit
624c8de4e9
12
pom.xml
12
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue