diff --git a/pom.xml b/pom.xml index 766f02b..2b08571 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,8 @@ 4.0.0 - com.graphhopper + com.graphhopper.external jackson-datatype-jts - 0.10-2.5 + 0.10-2.5-1 Jackson-datatype-jts Add-on module for Jackson (http://jackson.codehaus.org) to support JTS geometry types using the GeoJSON standard. @@ -37,13 +37,8 @@ - - ossrh - Sonatype OSSRH - https://oss.sonatype.org/service/local/staging/deploy/maven2 - - sonatype-ossrh-snapshots + ossrh Sonatype OSSRH snapshots https://oss.sonatype.org/content/repositories/snapshots @@ -182,5 +177,68 @@ + + release + + false + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar-no-fork + + + + + + + +