diff --git a/pom.xml b/pom.xml index 65cffbb..cf2bb8b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,96 +1,170 @@ - 4.0.0 - - eu.verdelhan - topaz512-driver - 1.0.0-SNAPSHOT - jar - - topaz512-driver - Driver for Innovision/Broadcom Topaz512 NFC tags - http://github.com/mdeverdelhan/Topaz512-driver - 2020 - - - Marc de Verdelhan - - - - - MIT License - All source code is under the MIT license. - - - - GitHub - http://github.com/mdeverdelhan/Topaz512-driver/issues - - - http://github.com/mdeverdelhan/Topaz512-driver/actions - - - - UTF-8 - UTF-8 - 11 - - - - scm:git:https://github.com/mdeverdelhan/Topaz512-driver.git - scm:git:https://github.com/mdeverdelhan/Topaz512-driver.git - http://github.com/mdeverdelhan/Topaz512-driver - - - - - github - Topaz512 GitHub Packages - https://maven.pkg.github.com/mdeverdelhan/topaz512-driver - - - - - - org.junit.jupiter - junit-jupiter-engine - 5.5.2 - test - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - ${java.version} - ${java.version} - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.0 - - - - - org.apache.maven.plugins - maven-release-plugin - 3.0.0-M1 - - v@{project.version} - - - - + 4.0.0 + + eu.verdelhan + topaz512-driver + 1.0.0-SNAPSHOT + jar + + topaz512-driver + Driver for Innovision/Broadcom Topaz512 NFC tags + http://github.com/mdeverdelhan/Topaz512-driver + 2020 + + + Marc de Verdelhan + + + + + MIT License + All source code is under the MIT license. + + + + GitHub + http://github.com/mdeverdelhan/Topaz512-driver/issues + + + http://github.com/mdeverdelhan/Topaz512-driver/actions + + + + UTF-8 + UTF-8 + 11 + + + + + org.junit.jupiter + junit-jupiter-engine + 5.5.2 + test + + + + + scm:git:https://github.com/mdeverdelhan/Topaz512-driver.git + scm:git:https://github.com/mdeverdelhan/Topaz512-driver.git + http://github.com/mdeverdelhan/Topaz512-driver + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + + releases + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + + jar + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${java.version} + ${java.version} + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + + + + org.apache.maven.plugins + maven-release-plugin + 3.0.0-M1 + + v@{project.version} + releases + + + +