Skip to content

Commit f539080

Browse files
alicejligcf-owl-bot[bot]
authored andcommitted
chore: update api_shortname in pom.xml (#1026)
* chore: update api_shortname in pom.xml * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ab66e13 commit f539080

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

translate/snippets/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
5-
<artifactId>translation-snippets</artifactId>
5+
<artifactId>translate-snippets</artifactId>
66
<packaging>jar</packaging>
7-
<name>Google Cloud Translation Snippets</name>
7+
<name>Google Cloud Translate Snippets</name>
88
<url>https://github.com/googleapis/java-translate</url>
99

1010
<!--
1111
The parent pom defines common style checks and testing strategies for our samples.
12-
Removing or replacing it should not affect the execution of the samples in anyway.
12+
Removing or replacing it should not affect the execution of the samples in any way.
1313
-->
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
@@ -24,7 +24,7 @@
2424
</properties>
2525

2626

27-
<!-- [START translation_install_with_bom] -->
27+
<!-- [START translate_install_with_bom] -->
2828
<dependencyManagement>
2929
<dependencies>
3030
<dependency>
@@ -68,5 +68,5 @@
6868
</dependency>
6969
<!-- [END_EXCLUDE] -->
7070
</dependencies>
71-
<!-- [END translation_install_with_bom] -->
71+
<!-- [END translate_install_with_bom] -->
7272
</project>

0 commit comments

Comments
 (0)