Update root POM for github switch and remove the old googlecode repo, which is blocked in China.

This commit is contained in:
Mike Hearn
2014-06-29 16:04:55 +02:00
parent 009b04551a
commit 39befded6b

15
pom.xml
View File

@@ -21,14 +21,14 @@
</parent>
<scm>
<connection>scm:git:https://code.google.com/p/bitcoinj/</connection>
<developerConnection>scm:git:https://code.google.com/p/bitcoinj/</developerConnection>
<url>http://code.google.com/p/bitcoinj/source/browse</url>
<connection>scm:git:https://github.com/bitcoinj/bitcoinj</connection>
<developerConnection>scm:git:https://github.com/bitcoinj/bitcoinj</developerConnection>
<url>scm:git:https://github.com/bitcoinj/bitcoinj</url>
</scm>
<name>bitcoinj Parent</name>
<description>Provides the common configuration for the BitCoinJ modules</description>
<url>http://code.google.com/p/bitcoinj</url>
<url>http://www.bitcoinj.org/</url>
<licenses>
<license>
@@ -51,13 +51,6 @@
</mailingList>
</mailingLists>
<repositories>
<repository>
<id>bitcoinj-distribution</id>
<url>https://distribution.bitcoinj.googlecode.com/git/releases</url>
</repository>
</repositories>
<!-- Common build plugin configuration -->
<build>
<plugins>