From 31725f95d39a2f9b1efb9e2c7272dea2aa57853f Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Wed, 4 Jun 2025 09:10:55 -0400 Subject: [PATCH] deps: latest maven-deploy-plugin 3.1.4 Without explicitly declaring maven-deploy-plugin, it's possible that some release job uses its 2.x version, which doesn't recognize "local::file:${local_staging_dir}" parameter. cl/766852134 --- java-shared-config/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index a22f2755..ff03217c 100644 --- a/java-shared-config/pom.xml +++ b/java-shared-config/pom.xml @@ -224,6 +224,11 @@ maven-install-plugin 3.1.3 + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.4 +