diff --git a/pom.xml b/pom.xml index 503f768..8bb95a8 100644 --- a/pom.xml +++ b/pom.xml @@ -2,14 +2,14 @@ org.sonatype.oss oss-parent - 7 + 9 4.0.0 me.legrange mikrotik - 2.0.0-SNAPSHOT + 2.0.0 jar Mikrotik API Java Client Library @@ -59,7 +59,19 @@ - + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + org.apache.maven.plugins maven-javadoc-plugin @@ -67,6 +79,14 @@ example;*.impl + + + attach-javadocs + + jar + + + @@ -75,17 +95,27 @@ - 5CC0A81C + C27A8E67 sign-artifacts verify sign - + - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.2 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + true + +