File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
2424 </properties >
2525
2626
27- <!-- [START translation_install_with_bom ] -->
27+ <!-- [START translate_install_with_bom ] -->
2828 <dependencyManagement >
2929 <dependencies >
3030 <dependency >
6868 </dependency >
6969 <!-- [END_EXCLUDE] -->
7070 </dependencies >
71- <!-- [END translation_install_with_bom ] -->
71+ <!-- [END translate_install_with_bom ] -->
7272</project >
You can’t perform that action at this time.
0 commit comments