mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-08 03:31:34 +00:00
Update root POM for github switch and remove the old googlecode repo, which is blocked in China.
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user