From 5ace3a6fca28ec321c43f8be35f4d6909a31736c Mon Sep 17 00:00:00 2001 From: "Isaac.Tang" Date: Wed, 30 Jul 2025 09:27:09 +0800 Subject: [PATCH 1/4] feat(java): bump nexus-staging-maven-plugin to 1.6.13 --- sdk/java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/java/pom.xml b/sdk/java/pom.xml index 357654bd..f1ee9545 100644 --- a/sdk/java/pom.xml +++ b/sdk/java/pom.xml @@ -146,7 +146,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.13 true ossrh From ab98e25493e7ef4ac794d8156d92ea1dd3aa8f65 Mon Sep 17 00:00:00 2001 From: "Isaac.Tang" Date: Wed, 30 Jul 2025 10:22:56 +0800 Subject: [PATCH 2/4] fix(pom.xml): update Sonatype repository URLs --- sdk/java/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/java/pom.xml b/sdk/java/pom.xml index f1ee9545..9e1e962e 100644 --- a/sdk/java/pom.xml +++ b/sdk/java/pom.xml @@ -188,11 +188,11 @@ ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots + https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ From d6604552efa2f3762ee13efb4d8b6f0c0da54d79 Mon Sep 17 00:00:00 2001 From: "Isaac.Tang" Date: Wed, 30 Jul 2025 10:25:18 +0800 Subject: [PATCH 3/4] fix(pom.xml): update Sonatype repository URLs --- sdk/java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/java/pom.xml b/sdk/java/pom.xml index 9e1e962e..41f35b4f 100644 --- a/sdk/java/pom.xml +++ b/sdk/java/pom.xml @@ -150,7 +150,7 @@ true ossrh - https://s01.oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com true From f0f6f86c3c92145894d46c4cdbf9598ffbd88b42 Mon Sep 17 00:00:00 2001 From: "Isaac.Tang" Date: Wed, 30 Jul 2025 10:51:58 +0800 Subject: [PATCH 4/4] feat(pom.xml): add MIT license and Maven Javadoc plugin configuration --- sdk/java/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sdk/java/pom.xml b/sdk/java/pom.xml index 41f35b4f..e910bf2f 100644 --- a/sdk/java/pom.xml +++ b/sdk/java/pom.xml @@ -38,6 +38,14 @@ 2.0.16 + + + The MIT License + https://opensource.org/licenses/MIT + repo + + + org.projectlombok @@ -109,6 +117,19 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.3 + + + attach-javadocs + + jar + + + + com.diffplug.spotless spotless-maven-plugin