diff --git a/java/pom.xml b/java/pom.xml index a6ed85dc..f74d2cd3 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -2,19 +2,21 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - org.sonatype.oss - oss-parent - 7 - - com.google.openlocationcode openlocationcode - 1.0.4 + 1.0.5 jar Open Location Code https://github.com/google/open-location-code + This is the Java implementation of Open Location Code + + + scm:git:${project.scm.url}.git + scm:git:${project.scm.url}.git + https://github.com/google/open-location-code + HEAD + @@ -23,6 +25,13 @@ + + + + Jiri Semecky + + + junit @@ -96,14 +105,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 true - ossrh - https://oss.sonatype.org/ - true + central + true @@ -180,14 +188,4 @@ - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - -