X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=blobdiff_plain;f=pom.xml;h=b8ea0bcf01a6c39640724a3ca143b0701c5337ee;hp=ce7857d862fcc4be9c3af1a61de6d6a93f125a6e;hb=ebef1f83fe4f70ba2f5c683a69f08e7ba32c8ad3;hpb=b56388d29ad3b2c5478d60c165d4ee00b22f48b2 diff --git a/pom.xml b/pom.xml index ce7857d8..b8ea0bcf 100644 --- a/pom.xml +++ b/pom.xml @@ -4,9 +4,38 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.ldk + org.lightningdevkit ldk-java - 1.0-SNAPSHOT + Set in genbindings.sh automagically + + LDK Java Bindings and Binaries + LDK Java Bindings and Release Binaries + https://lightningdevkit.org + + + + MIT License + http://www.opensource.org/licenses/MIT + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Lightning Dev Kit Developers + LDK + https://github.com/lightningdevkit + + + + + scm:git:https://github.com/lightningdevkit/ldk-garbagecollected.git + https://github.com/lightningdevkit/ldk-garbagecollected + + org.junit.jupiter @@ -26,11 +55,17 @@ RELEASE test + + com.google.code.findbugs + jsr305 + 3.0.2 + compile + - 1.8 - 1.8 - 3.2.1 + 9 + 9 + true @@ -38,7 +73,7 @@ org.apache.maven.plugins maven-source-plugin - ${maven-source-plugin.version} + 3.2.0 attach-sources @@ -48,6 +83,22 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.3.1 + + ${org.lightningdevkit.skipdocs} + + + + attach-javadocs + + jar + + + +