From 421fbca3bc70e40242fec7c155049cec3e709d8b Mon Sep 17 00:00:00 2001 From: Michiel Meeuwissen Date: Mon, 6 Oct 2025 12:33:21 +0200 Subject: [PATCH 1/2] I propose to make a new release of this --- java/pom.xml | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index a6ed85dc..d590d99a 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -2,12 +2,6 @@ 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 @@ -15,6 +9,14 @@ 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/ - - From a19c6cc0bf9eba02e230153353129f7bb52b0e15 Mon Sep 17 00:00:00 2001 From: Michiel Meeuwissen Date: Mon, 6 Oct 2025 12:34:09 +0200 Subject: [PATCH 2/2] I propose to make a new release of this --- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index d590d99a..f74d2cd3 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -4,7 +4,7 @@ com.google.openlocationcode openlocationcode - 1.0.4 + 1.0.5 jar Open Location Code