From 48e7a4cbfa76b0e88e534875509b1bd7a64545aa Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Mon, 5 Aug 2024 15:48:11 -0400 Subject: [PATCH] chore: fix samples pom.xml issues (#2660) * Close dependency element for `storage_install_with_bom` * Remove release please comment for storage control from `storage_install_without_bom`. Instead, allow renovate-bot to update when the version is available in maven central. * remove duplicate declaration of `google-cloud-storage-control` in install-without-bom/pom.xml --- samples/install-without-bom/pom.xml | 10 ++-------- samples/snippets/pom.xml | 2 ++ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index a0ecb8e264..8c13882628 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -30,12 +30,12 @@ com.google.cloud google-cloud-storage - 2.40.1 + 2.41.0 com.google.cloud google-cloud-storage-control - 2.41.0 + 2.41.0 @@ -69,12 +69,6 @@ 1.132.0 test - - com.google.cloud - google-cloud-storage-control - 2.40.1 - compile - diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index ac199185fa..16e60956cf 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -79,5 +79,7 @@ 1.132.0 test + +