diff --git a/pom.xml b/pom.xml index 4422727..5c70fe2 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,6 @@ https://github.com/spotify/dns-java - - org.sonatype.oss - oss-parent - 7 - - UTF-8 12.0 @@ -107,10 +101,6 @@ ossrh https://oss.sonatype.org/content/repositories/snapshots - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - @@ -219,19 +209,6 @@ true - - org.apache.maven.plugins - maven-release-plugin - 2.5 - - v@{project.version} - true - false - release - false - deploy - - @@ -333,6 +310,30 @@ ${coveralls.token} + + org.apache.maven.plugins + maven-release-plugin + 2.5 + + v@{project.version} + true + false + release + false + deploy + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + +