From 9e5984131e843c8088815434fa691e532381e35c Mon Sep 17 00:00:00 2001 From: Dane Liergaard Date: Tue, 21 Nov 2017 14:57:37 -0800 Subject: [PATCH 1/2] Fix link to vision/face-detection in vision/README.md. --- vision/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vision/README.md b/vision/README.md index e59d214c859..047c67e048a 100644 --- a/vision/README.md +++ b/vision/README.md @@ -47,7 +47,7 @@ This sample annotates an image with labels based on its content. This sample identifies faces within an image. - [Quickstart Walkthrough](https://cloud.google.com/vision/docs/face-tutorial) -- [Java Code](face_detection) +- [Java Code](face-detection) ### Landmark Detection Using Google Cloud Storage @@ -67,4 +67,3 @@ queried to find images that match a given set of words, and to list text that was found in each matching image. [Documentation and Java Code](text) - From cad695a8d7c7fbd83ff3b6461f3fcdd55c3ca17c Mon Sep 17 00:00:00 2001 From: Dane Liergaard Date: Wed, 22 Nov 2017 11:54:29 -0800 Subject: [PATCH 2/2] Add 'dependencies' region_tag to bigquery/cloud-client and translate/cloud-client pom.xml files. --- bigquery/cloud-client/pom.xml | 2 ++ translate/cloud-client/pom.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bigquery/cloud-client/pom.xml b/bigquery/cloud-client/pom.xml index 33f0289e326..556b0a68c41 100644 --- a/bigquery/cloud-client/pom.xml +++ b/bigquery/cloud-client/pom.xml @@ -34,11 +34,13 @@ + com.google.cloud google-cloud-bigquery 0.30.0-beta + commons-cli commons-cli diff --git a/translate/cloud-client/pom.xml b/translate/cloud-client/pom.xml index ef88e5cb659..117fc8299ba 100644 --- a/translate/cloud-client/pom.xml +++ b/translate/cloud-client/pom.xml @@ -34,11 +34,13 @@ + com.google.cloud google-cloud-translate 1.12.0 +