diff --git a/pom.xml b/pom.xml index 5480618e..f4b87ea2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,24 +3,15 @@ 4.0.0 com.google bitcoinj - 0.3-SNAPSHOT BitCoinJ A Java implementation of a Bitcoin client-only node http://code.google.com/p/bitcoinj - http://ci.bitcoinj.org/ + Apache 2 @@ -29,6 +20,7 @@ A business-friendly OSS license + @@ -45,6 +37,7 @@ xiaofengguo@google.com + @@ -68,140 +61,117 @@ John Sample jwsample@gmail.com + + Jan M�ller + jan.moller@gmail.com + + + Wolfgang Nagele + wolfgang.nagele@gmail.com + + + Jonny Heggheim + hegjon@gmail.com + + + Steve Coughlan + shadders.del@gmail.com + + Google Code http://code.google.com/p/bitcoinj/issues/list + - BitcoinJ Google Group + BitCoinJ Google Group https://groups.google.com/forum/#!forum/bitcoinj + - http://bitcoinj.googlecode.com/svn/trunk/ - + - central - repo - http://localhost:8081/artifactory/internal-release + releases + http://nexus.bitcoinj.org/content/repositories/release snapshots - repo - http://localhost:8081/artifactory/internal-snapshot + http://nexus.bitcoinj.org/content/repositories/snapshots - + - bitcoinj-release - BitCoinJ Release - http://ci.bitcoinj.org/artifactory/release + http://nexus.bitcoinj.org/content/repositories/releases - bitcoinj-snapshot - BitCoinJ Snapshot - http://ci.bitcoinj.org/artifactory/snapshot + http://nexus.bitcoinj.org/content/repositories/snapshots + - maven-3 + release-sign-artifacts - - - ${basedir} - + + performRelease + true + - - - - org.apache.maven.plugins - maven-site-plugin - 3.0-beta-3 - - - - maven-site-plugin + org.apache.maven.plugins + maven-gpg-plugin + 1.4 - attach-descriptor + sign-artifacts + verify - attach-descriptor + sign - - maven-dependency-plugin - - - install - - copy-dependencies - - - ${project.build.directory}/lib - - - - + + src tests - org.apache.maven.plugins maven-compiler-plugin - ${maven-site-plugin.version}.2 + 2.3.2 + 1.5 1.5 - + - org.apache.maven.plugins maven-surefire-plugin - ${maven-surefire-plugin.version} + 2.9 - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${maven-surefire-report-plugin.version} - - - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin.version} - - - attach-sources - - jar - - - - - + org.apache.maven.plugins maven-shade-plugin @@ -243,201 +213,54 @@ - - - - - - - - - - - - - - - - - - - - - - + junit junit - 4.8.2 - jar + ${junit.version} test org.easymock easymock - 3.0 - test - - - cglib - cglib - 2.2.2 - test - - - org.objenesis - objenesis - 1.2 + ${easymock.version} test org.slf4j slf4j-api - 1.6.1 - jar - compile + ${slf4j.version} + org.slf4j slf4j-simple - 1.6.1 - jar - compile + ${slf4j.version} + runtime + true + org.bouncycastle bcprov-jdk15 - 1.46 - jar - compile + ${bcprov-jdk15.version} - - - ${basedir}/target/site - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - com.google.bitcoin.bouncycastle.* - - - - - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-maven-plugin.version} - - - true - true - target/site - true - target/site - Max - Low - - - - - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura-maven-plugin.version} - - - - org.slf4j.* - - - com.google.bitcoin.bouncycastle.* - - - - html - xml - - - - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${maven-surefire-report-plugin.version} - - - - org.apache.maven.plugins - maven-site-plugin - ${maven-site-plugin.version} - - - - org.apache.maven.plugins - maven-jxr-plugin - ${maven-jxr-plugin.version} - - - - org.codehaus.mojo - taglist-maven-plugin - ${taglist-maven-plugin.version} - - - - - Pre-release Project Development Work (Peer Review) - - - TODO - ignoreCase - - - FIXME - ignoreCase - - - - - Ongoing Refactoring and Maintenance Work (Technical Debt) - - - REFACTOR - ignoreCase - - - - - - - - - + - UTF-8 - - - 2.4.3 - 2.1 - 2.3 - 2.8.1 - 2.0.4 - 2.6.1 - 2.3.1 - 2.4 - 2.3 + + 1.46 + 3.0 + 4.8.2 + 1.6.2 - + + \ No newline at end of file