From: Kai Moritz Date: Mon, 20 Nov 2017 15:26:35 +0000 (+0100) Subject: Switched to the new method for deploying to OSSRH X-Git-Tag: hibernate-maven-plugin-2.1.1~1 X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=ea144b7acd08caa5435653123d9a79d501fa8c52 Switched to the new method for deploying to OSSRH See: http://central.sonatype.org/pages/apache-maven.html --- diff --git a/pom.xml b/pom.xml index 763b8024..e1c17aa8 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,6 @@ 4.0.0 - - org.sonatype.oss - oss-parent - 9 - - de.juplo hibernate-maven-plugin Hibernate Maven Plugin @@ -110,10 +104,14 @@ - - juplo.de - scpexe://juplo.de/var/www/juplo.de/hibernate-maven-plugin-${project.version} - + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + @@ -200,6 +198,31 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + org.apache.maven.plugins maven-compiler-plugin @@ -232,7 +255,6 @@ attach-sources - verify jar @@ -249,7 +271,6 @@ attach-javadoc - verify jar