2011-06-10 18:46:32 +02:00
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2011-06-27 15:08:59 +02:00
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2011-06-10 18:46:32 +02:00
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<groupId>com.google</groupId>
|
|
|
|
|
<artifactId>bitcoinj</artifactId>
|
2012-03-11 20:01:12 +01:00
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<version>0.5-SNAPSHOT</version>
|
|
|
|
|
<modules>
|
|
|
|
|
<module>lib</module>
|
|
|
|
|
</modules>
|
|
|
|
|
<name>BitCoinJ</name>
|
2011-06-27 15:08:59 +02:00
|
|
|
|
<description>A Java implementation of a Bitcoin client-only node</description>
|
|
|
|
|
<url>http://code.google.com/p/bitcoinj</url>
|
|
|
|
|
|
|
|
|
|
<ciManagement>
|
|
|
|
|
<url>http://ci.bitcoinj.org/</url>
|
|
|
|
|
</ciManagement>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
|
2011-06-27 15:08:59 +02:00
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>Apache 2</name>
|
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
|
<comments>A business-friendly OSS license</comments>
|
|
|
|
|
</license>
|
|
|
|
|
</licenses>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
|
2011-06-27 15:08:59 +02:00
|
|
|
|
<!-- Committers -->
|
|
|
|
|
<developers>
|
|
|
|
|
<!-- Information already public -->
|
|
|
|
|
<developer>
|
|
|
|
|
<name>Mike Hearn</name>
|
|
|
|
|
<email>hearn@google.com</email>
|
|
|
|
|
</developer>
|
|
|
|
|
<developer>
|
|
|
|
|
<name>Miron Cuperman</name>
|
|
|
|
|
<email>miron@google.com</email>
|
|
|
|
|
</developer>
|
|
|
|
|
</developers>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
|
2011-06-27 15:08:59 +02:00
|
|
|
|
<!-- Patchers and contributors -->
|
|
|
|
|
<contributors>
|
|
|
|
|
<!-- Information already public -->
|
|
|
|
|
<contributor>
|
|
|
|
|
<name>Thilo Planz</name>
|
|
|
|
|
<email>thilo@cpan.org</email>
|
|
|
|
|
</contributor>
|
|
|
|
|
<contributor>
|
|
|
|
|
<name>Micheal Swiggs</name>
|
|
|
|
|
<email>bobby.simpson87@gmail.com</email>
|
|
|
|
|
</contributor>
|
|
|
|
|
<contributor>
|
|
|
|
|
<name>Gary Rowe</name>
|
|
|
|
|
<email>g.rowe@froot.co.uk</email>
|
|
|
|
|
</contributor>
|
|
|
|
|
<contributor>
|
|
|
|
|
<name>Noa Resare</name>
|
|
|
|
|
<email>noa@resare.com</email>
|
|
|
|
|
</contributor>
|
|
|
|
|
<contributor>
|
|
|
|
|
<name>John Sample</name>
|
|
|
|
|
<email>jwsample@gmail.com</email>
|
|
|
|
|
</contributor>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
<contributor>
|
|
|
|
|
<name>Jan M<>ller</name>
|
|
|
|
|
<email>jan.moller@gmail.com</email>
|
|
|
|
|
</contributor>
|
|
|
|
|
<contributor>
|
|
|
|
|
<name>Wolfgang Nagele</name>
|
|
|
|
|
<email>wolfgang.nagele@gmail.com</email>
|
|
|
|
|
</contributor>
|
|
|
|
|
<contributor>
|
|
|
|
|
<name>Jonny Heggheim</name>
|
|
|
|
|
<email>hegjon@gmail.com</email>
|
|
|
|
|
</contributor>
|
|
|
|
|
<contributor>
|
|
|
|
|
<name>Steve Coughlan</name>
|
|
|
|
|
<email>shadders.del@gmail.com</email>
|
|
|
|
|
</contributor>
|
2012-03-09 15:33:04 +01:00
|
|
|
|
<contributor>
|
|
|
|
|
<name>Roman Mandeleil</name>
|
|
|
|
|
<email>roman.mandeleil@gmail.com</email>
|
|
|
|
|
</contributor>
|
|
|
|
|
<contributor>
|
|
|
|
|
<name>Chris Rico</name>
|
|
|
|
|
<email>chrisrico@gmail.com</email>
|
|
|
|
|
</contributor>
|
|
|
|
|
<contributor>
|
|
|
|
|
<name>Vasile Rotaru</name>
|
|
|
|
|
<email>vrotaru.md@gmail.com</email>
|
|
|
|
|
</contributor>
|
2011-06-27 15:08:59 +02:00
|
|
|
|
</contributors>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
|
2011-06-27 15:08:59 +02:00
|
|
|
|
<issueManagement>
|
|
|
|
|
<system>Google Code</system>
|
|
|
|
|
<url>http://code.google.com/p/bitcoinj/issues/list</url>
|
|
|
|
|
</issueManagement>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
|
2011-06-27 15:08:59 +02:00
|
|
|
|
<mailingLists>
|
|
|
|
|
<mailingList>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
<name>BitCoinJ Google Group</name>
|
2011-06-27 15:08:59 +02:00
|
|
|
|
<post>https://groups.google.com/forum/#!forum/bitcoinj</post>
|
|
|
|
|
</mailingList>
|
|
|
|
|
</mailingLists>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
|
2011-06-27 15:08:59 +02:00
|
|
|
|
<scm>
|
2012-03-09 15:33:04 +01:00
|
|
|
|
<url>http://code.google.com/p/bitcoinj/source/checkout</url>
|
2011-06-27 15:08:59 +02:00
|
|
|
|
</scm>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
|
2011-07-14 09:12:17 +02:00
|
|
|
|
<distributionManagement>
|
|
|
|
|
<repository>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
<id>releases</id>
|
2011-11-25 15:04:10 +01:00
|
|
|
|
<url>http://nexus.bitcoinj.org/content/repositories/releases</url>
|
2011-07-14 09:12:17 +02:00
|
|
|
|
</repository>
|
|
|
|
|
<snapshotRepository>
|
|
|
|
|
<id>snapshots</id>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
<url>http://nexus.bitcoinj.org/content/repositories/snapshots</url>
|
2011-07-14 09:12:17 +02:00
|
|
|
|
</snapshotRepository>
|
|
|
|
|
</distributionManagement>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
|
2011-07-14 09:12:17 +02:00
|
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>bitcoinj-release</id>
|
2011-09-15 16:40:16 +02:00
|
|
|
|
<releases/>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
<url>http://nexus.bitcoinj.org/content/repositories/releases</url>
|
2011-07-14 09:12:17 +02:00
|
|
|
|
</repository>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>bitcoinj-snapshot</id>
|
2011-09-15 16:40:16 +02:00
|
|
|
|
<snapshots/>
|
2011-09-25 22:32:22 +02:00
|
|
|
|
<url>http://nexus.bitcoinj.org/content/repositories/snapshots</url>
|
2011-07-14 09:12:17 +02:00
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
2011-12-13 21:04:04 +01:00
|
|
|
|
</project>
|