Skip to content

Commit a437e9d

Browse files
committed
Updated vision/landmark-detection
1 parent 7c224b2 commit a437e9d

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

vision/landmark-detection/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Google Cloud Vision API Java Landmark Detection example
22

3+
<a href="https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/java-docs-samples&page=editor&open_in_editor=vision/landmark-detection/README.md">
4+
<img alt="Open in Cloud Shell" src ="http://gstatic.com/cloudssh/images/open-btn.png"></a>
5+
36
This sample takes in the URI for an object in Google Cloud Storage, and
47
identifies the landmark pictured in it.
58

vision/landmark-detection/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@
2121
<groupId>com.google.cloud.vision.samples</groupId>
2222
<artifactId>vision-landmark-detection</artifactId>
2323

24-
<!-- Parent defines shared plugins for linting and unit testing. -->
24+
<!--
25+
The parent pom defines common style checks and testing strategies for our samples.
26+
Removing or replacing it should not affect the execution of the samples in anyway.
27+
-->
2528
<parent>
26-
<groupId>com.google.cloud</groupId>
27-
<artifactId>doc-samples</artifactId>
28-
<version>1.0.0</version>
29-
<relativePath>../..</relativePath>
29+
<groupId>com.google.cloud.samples</groupId>
30+
<artifactId>shared-configuration</artifactId>
31+
<version>1.0.8</version>
3032
</parent>
3133

3234
<properties>

0 commit comments

Comments
 (0)