From d87388ccf88e25ed510053549a186ac68699e098 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Wed, 18 Jun 2025 16:06:52 -0400 Subject: [PATCH] deps: latest google-cloud-shared-config The latest google-cloud-shared-config has the profile to turn off nexus-staging-maven-plugin. I confirmed the effect: ``` suztomo@suztomo2:~/java-logging-servlet-initializer$ mvn clean deploy -V -DaltDeploymentRepository=local::default::file:${local_staging_dir} -DskipTests=true -P=-release-sonatype -P=-release-staging-repository -P=-clirr-compatibility-check -P=-checkstyle-tests -P=-animal-sniffer ``` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 37f2d05a..3e2f8290 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ com.google.cloud google-cloud-shared-config - 1.5.6 + 1.16.1