diff --git a/java/pom.xml b/java/pom.xml new file mode 100644 index 00000000..9945163a --- /dev/null +++ b/java/pom.xml @@ -0,0 +1,94 @@ + + + 4.0.0 + + io.nayuki + qrcodegen + 1.4.0 + jar + + UTF-8 + 1.8 + 1.8 + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + QR Code generator library + High quality QR Code generator library + https://www.nayuki.io/page/qr-code-generator-library + 2016 + + + The MIT License + https://opensource.org/licenses/MIT + repo + + + + + Project Nayuki + me@nayuki.io + https://www.nayuki.io/ + + + + + scm:git:git://github.com/nayuki/QR-Code-generator.git + scm:git:ssh://github.com:nayuki/QR-Code-generator.git + https://github.com/nayuki/QR-Code-generator/tree/master/java + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + +