diff --git a/pom.xml b/pom.xml index cfe7033..637d872 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,116 @@ de.swingbe.ifleet tgp - 1.0.0 + 0.0.1 + + + Parse ifleet telegrams. + + + https://swingbe.de tgp - - http://www.example.com + + + + GNU General Public License + https://www.gnu.org/licenses/gpl-3.0.txt + + + + + + Stefan Begerad + dialog@swingbe.de + Software Ingenieur Begerad + https://swingbe.de + + + + + + scm:git:git@github.com:Software-Ingenieur-Begerad/ifleett.git + + + scm:git:ssh://github.com:Software-Ingenieur-Begerad/ifleett.git + + https://github.com/Software-Ingenieur-Begerad/ifleett/tree/main + + + + + + release + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + + jar + + + + + ${java.home}/bin/javadoc + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + + ossrh + + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + UTF-8 @@ -43,6 +148,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + maven-clean-plugin