From d6355523d03446d955da904b612347f2d532ec35 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 24 Aug 2021 14:48:23 -0400 Subject: [PATCH] ci: removing linkage-monitor from the required checks (#606) Linkage Monitor is no longer needed, because the Libraries BOM synchronizes with Google Cloud BOM and the shared dependencies BOM https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/2137 --- java-resourcemanager/.github/sync-repo-settings.yaml | 2 -- java-resourcemanager/README.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/java-resourcemanager/.github/sync-repo-settings.yaml b/java-resourcemanager/.github/sync-repo-settings.yaml index ffd39f6f89a1..32e0ea5a1aa1 100644 --- a/java-resourcemanager/.github/sync-repo-settings.yaml +++ b/java-resourcemanager/.github/sync-repo-settings.yaml @@ -10,7 +10,6 @@ branchProtectionRules: requiredStatusCheckContexts: - dependencies (8) - dependencies (11) - - linkage-monitor - lint - clirr - units (8) @@ -26,7 +25,6 @@ branchProtectionRules: requiredStatusCheckContexts: - dependencies (8) - dependencies (11) - - linkage-monitor - lint - clirr - units (7) diff --git a/java-resourcemanager/README.md b/java-resourcemanager/README.md index c2496db6761d..a5392a3d2669 100644 --- a/java-resourcemanager/README.md +++ b/java-resourcemanager/README.md @@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-resourcemanager' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-resourcemanager:1.0.2' +compile 'com.google.cloud:google-cloud-resourcemanager:1.0.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.0.2" +libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.0.3" ``` ## Authentication