Skip to content

Commit df21ac1

Browse files
authored
chore: remove reference to googleapis (GoogleCloudPlatform#7473)
* chore: remove reference to googleapis * Remove unused directories
1 parent 1b77cd6 commit df21ac1

File tree

12 files changed

+16
-30
lines changed

12 files changed

+16
-30
lines changed

asset/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<artifactId>cloudasset-snippets</artifactId>
66
<packaging>jar</packaging>
77
<name>Google Cloud Asset Inventory Snippets</name>
8-
<url>https://github.com/googleapis/java-asset</url>
98

109
<!--
1110
The parent pom defines common style checks and testing strategies for our samples.
@@ -81,4 +80,4 @@
8180
<!-- [END_EXCLUDE] -->
8281
</dependencies>
8382
<!-- [END asset_install_with_bom] -->
84-
</project>
83+
</project>

batch/snippets/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.cloud</groupId>
77
<artifactId>-snippets</artifactId>
88
<packaging>jar</packaging>
99
<name>Google Google Cloud Batch Snippets</name>
10-
<url>https://github.com/googleapis/java-batch</url>
1110

1211
<!--
1312
The parent pom defines common style checks and testing strategies for our samples.
@@ -46,4 +45,4 @@
4645
<scope>test</scope>
4746
</dependency>
4847
</dependencies>
49-
</project>
48+
</project>

mediatranslation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//]: # "To regenerate it, use `python -m synthtool`."
33
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>
44

5-
# [Cloud Media Translation: Java Samples](https://github.com/googleapis/java-mediatranslation)
5+
# [Cloud Media Translation: Java Samples](https://github.com/GoogleCloudPlatform/java-docs-samples/mediatranslation)
66

77
[![Open in Cloud Shell][shell_img]][shell_link]
88

@@ -46,5 +46,5 @@ mvn clean verify
4646
```
4747

4848
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
49-
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-mediatranslation&page=editor&open_in_editor=samples/snippets/README.md
49+
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/java-docs-samples&page=editor&open_in_editor=mediatranslation/README.md
5050
[product-docs]: https://cloud.google.com/mediatranslation/docs/

mediatranslation/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<artifactId>mediatranslation-snippets</artifactId>
66
<packaging>jar</packaging>
77
<name>Google Media Translation API Snippets</name>
8-
<url>https://github.com/googleapis/java-mediatranslation</url>
98

109
<!--
1110
The parent pom defines common style checks and testing strategies for our samples.
@@ -44,4 +43,4 @@
4443
</dependency>
4544
</dependencies>
4645

47-
</project>
46+
</project>

recaptcha_enterprise/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<artifactId>recaptcha-enterprise-snippets</artifactId>
66
<packaging>jar</packaging>
77
<name>Google reCAPTCHA Enterprise Snippets</name>
8-
<url>https://github.com/googleapis/java-recaptchaenterprise</url>
98

109
<!--
1110
The parent pom defines common style checks and testing strategies for our samples.
@@ -58,4 +57,4 @@
5857
<!-- [END_EXCLUDE] -->
5958
</dependencies>
6059
<!-- [END recaptcha_enterprise_install_with_bom] -->
61-
</project>
60+
</project>

security-command-center/snippets/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.cloud</groupId>
77
<artifactId>securitycenter-snippets</artifactId>
88
<packaging>jar</packaging>
99
<name>Google Security Command Center Snippets</name>
10-
<url>https://github.com/googleapis/java-securitycenter</url>
1110

1211
<!--
1312
The parent pom defines common style checks and testing strategies for our samples.
@@ -76,4 +75,4 @@
7675
<scope>test</scope>
7776
</dependency>
7877
</dependencies>
79-
</project>
78+
</project>

talent/snippets/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<artifactId>talent-snippets</artifactId>
66
<packaging>jar</packaging>
77
<name>Google Talent Solution Snippets</name>
8-
<url>https://github.com/googleapis/java-talent</url>
98

109
<!--
1110
The parent pom defines common style checks and testing strategies for our samples.
@@ -55,4 +54,4 @@
5554
<scope>test</scope>
5655
</dependency>
5756
</dependencies>
58-
</project>
57+
</project>

tasks/snippets/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<artifactId>cloudtasks-snippets</artifactId>
66
<packaging>jar</packaging>
77
<name>Google Cloud Tasks Snippets</name>
8-
<url>https://github.com/googleapis/java-tasks</url>
98

109
<!--
1110
The parent pom defines common style checks and testing strategies for our samples.
@@ -57,4 +56,4 @@
5756
<scope>test</scope>
5857
</dependency>
5958
</dependencies>
60-
</project>
59+
</project>

vision/beta/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

vision/cloud-client/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)