Skip to content

Commit

Permalink
chore: update api_shortname in pom.xml (#1026)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
alicejli and gcf-owl-bot[bot] authored Jul 7, 2022
1 parent 429129c commit 5c92cb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions translate/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>translation-snippets</artifactId>
<artifactId>translate-snippets</artifactId>
<packaging>jar</packaging>
<name>Google Cloud Translation Snippets</name>
<name>Google Cloud Translate Snippets</name>
<url>https://github.com/googleapis/java-translate</url>

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


<!-- [START translation_install_with_bom] -->
<!-- [START translate_install_with_bom] -->
<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -68,5 +68,5 @@
</dependency>
<!-- [END_EXCLUDE] -->
</dependencies>
<!-- [END translation_install_with_bom] -->
<!-- [END translate_install_with_bom] -->
</project>

0 comments on commit 5c92cb7

Please sign in to comment.