From 5ae53528c1c971e425e57b9cd0b95c27aa900a71 Mon Sep 17 00:00:00 2001 From: Sandor Vasi Date: Wed, 2 Mar 2016 16:46:29 +0100 Subject: [PATCH] updating pom.xml with sonatype instructions --- pom.xml | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index ee8bec6..f8cccc9 100644 --- a/pom.xml +++ b/pom.xml @@ -7,12 +7,6 @@ 1.0-SNAPSHOT https://github.com/corballis/sox-wrapper-java - - org.sonatype.oss - oss-parent - 7 - - MIT License @@ -54,10 +48,15 @@ test - + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + - release-sign-artifacts + release performRelease @@ -129,7 +128,24 @@ org.apache.maven.plugins maven-release-plugin - 2.4.2 + 2.5 + + true + false + release + deploy + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true +