diff --git a/pom.xml b/pom.xml index 84f3983..b623396 100644 --- a/pom.xml +++ b/pom.xml @@ -128,6 +128,28 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + + @@ -147,14 +169,28 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - true - + + + + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + false + + + + org.apache.maven.plugins + maven-release-plugin + + + + + \ No newline at end of file