forked from ACINQ/bitcoin-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: cryptcoin-junkey <[email protected]>
- Loading branch information
1 parent
42ba8d0
commit a0f083b
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<packaging>jar</packaging> | ||
<version>0.18</version> | ||
<description>Simple Scala Monacoin library</description> | ||
<url>https://github.com/wakiyamap/bitcoin-lib</url> | ||
<url>https://github.com/monacoinproject/monacoin-scala-lib</url> | ||
<name>bitcoin-lib</name> | ||
|
||
<properties> | ||
|
@@ -16,16 +16,16 @@ | |
|
||
<licenses> | ||
<license> | ||
<url>https://raw.github.com/wakiyamap/bitcoin-lib/master/LICENSE</url> | ||
<url>https://raw.github.com/monacoinproject/monacoin-scala-lib/master/LICENSE</url> | ||
<name>Apache License</name> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:wakiyamap/bitcoin-lib.git</connection> | ||
<developerConnection>scm:git:[email protected]:wakiyamap/bitcoin-lib.git</developerConnection> | ||
<url>[email protected]:wakiyamap/bitcoin-lib.git</url> | ||
<connection>scm:git:[email protected]:monacoinproject/monacoin-scala-lib.git</connection> | ||
<developerConnection>scm:git:[email protected]:monacoinproject/monacoin-scala-lib.git</developerConnection> | ||
<url>[email protected]:monacoinproject/monacoin-scala-lib.git</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
|
@@ -37,18 +37,21 @@ | |
<id>pm47</id> | ||
</developer> | ||
<developer> | ||
<id>cryptcoin.junkey</id> | ||
<id>cryptcoin-junkey</id> | ||
</developer> | ||
<developer> | ||
<id>monapu</id> | ||
</developer> | ||
<developer> | ||
<id>WakiyamaP</id> | ||
</developer> | ||
</developers> | ||
|
||
<distributionManagement> | ||
<repository> | ||
<id>github</id> | ||
<name>GitHub Packages</name> | ||
<url>https://maven.pkg.github.com/wakiyamap/bitcoin-lib</url> | ||
<url>https://maven.pkg.github.com/monacoinproject/monacoin-scala-lib</url> | ||
</repository> | ||
</distributionManagement> | ||
|
||
|