diff --git a/pom.xml b/pom.xml index 91f70ccb..ab221ce6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,6 @@ 4.0.0 - - org.sonatype.oss - oss-parent - 7 - net.authorize anet-java-sdk jar @@ -202,6 +197,19 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + maven-dependency-plugin @@ -237,4 +245,42 @@ + + + release + + false + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + true + + required + false + sonatype-nexus-staging-anet + + + + + + +