From ecefb9059df387d9f52e0e2d552e051db4a57d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kerekes?= Date: Mon, 20 Oct 2025 10:42:09 -0700 Subject: [PATCH 1/3] chore: fix snapshot repo url --- .kokoro/release.sh | 1 - function-maven-plugin/pom.xml | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/.kokoro/release.sh b/.kokoro/release.sh index ffc31a87..2804846d 100644 --- a/.kokoro/release.sh +++ b/.kokoro/release.sh @@ -53,7 +53,6 @@ setup_environment_secrets # Pick the right package to release based on the Kokoro job name. cd ${KOKORO_ARTIFACTS_DIR}/github/functions-framework-java create_settings_xml_file "settings.xml" -cat settings.xml echo "KOKORO_JOB_NAME=${KOKORO_JOB_NAME}" if [[ $KOKORO_JOB_NAME == *"function-maven-plugin"* ]]; then cd function-maven-plugin diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml index a1678bd6..ee45a444 100644 --- a/function-maven-plugin/pom.xml +++ b/function-maven-plugin/pom.xml @@ -116,18 +116,6 @@ - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - - sonatype-nexus-staging - Nexus Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - sonatype-oss-release From cabd9c69218ce23fa1a0afef9d15957f981ef32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kerekes?= Date: Mon, 20 Oct 2025 10:52:19 -0700 Subject: [PATCH 2/3] chore: fix snapshot repo url --- function-maven-plugin/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml index ee45a444..c00117ce 100644 --- a/function-maven-plugin/pom.xml +++ b/function-maven-plugin/pom.xml @@ -168,6 +168,7 @@ true sonatype-central-portal + https://central.sonatype.com/repository/maven-snapshots/ From 66c0d739dd1f1a4370a2ef024b31527c6f0238e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kerekes?= Date: Mon, 20 Oct 2025 11:15:49 -0700 Subject: [PATCH 3/3] chore: fix release --- functions-framework-api/pom.xml | 38 +++++++++++++++++---------------- invoker/pom.xml | 34 +++++++++++++++++++++++------ 2 files changed, 48 insertions(+), 24 deletions(-) diff --git a/functions-framework-api/pom.xml b/functions-framework-api/pom.xml index 3d6226c7..e9994047 100644 --- a/functions-framework-api/pom.xml +++ b/functions-framework-api/pom.xml @@ -41,6 +41,21 @@ + + + Andras Kerekes + akerekes@google.com + Google LLC + http://www.google.com + + + Di Xu + dixuswe@google.com + Google LLC + http://www.google.com + + + scm:git:https://github.com/GoogleCloudPlatform/functions-framework-java.git scm:git:git@github.com:GoogleCloudPlatform/functions-framework-java.git @@ -131,18 +146,6 @@ - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - - sonatype-nexus-staging - Nexus Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - sonatype-oss-release @@ -189,14 +192,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 true - sonatype-nexus-snapshots - https://oss.sonatype.org/ - true + sonatype-central-portal + https://central.sonatype.com/repository/maven-snapshots/ diff --git a/invoker/pom.xml b/invoker/pom.xml index 0800eb37..0698f631 100644 --- a/invoker/pom.xml +++ b/invoker/pom.xml @@ -24,6 +24,29 @@ HEAD + + + Andras Kerekes + akerekes@google.com + Google LLC + http://www.google.com + + + Di Xu + dixuswe@google.com + Google LLC + http://www.google.com + + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + core testfunction @@ -105,14 +128,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 true - sonatype-nexus-snapshots - https://oss.sonatype.org/ - true + sonatype-central-portal + https://central.sonatype.com/repository/maven-snapshots/