File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
5
- <artifactId >translation -snippets</artifactId >
5
+ <artifactId >translate -snippets</artifactId >
6
6
<packaging >jar</packaging >
7
- <name >Google Cloud Translation Snippets</name >
7
+ <name >Google Cloud Translate Snippets</name >
8
8
<url >https://github.com/googleapis/java-translate</url >
9
9
10
10
<!--
11
11
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 .
13
13
-->
14
14
<parent >
15
15
<groupId >com.google.cloud.samples</groupId >
24
24
</properties >
25
25
26
26
27
- <!-- [START translation_install_with_bom ] -->
27
+ <!-- [START translate_install_with_bom ] -->
28
28
<dependencyManagement >
29
29
<dependencies >
30
30
<dependency >
68
68
</dependency >
69
69
<!-- [END_EXCLUDE] -->
70
70
</dependencies >
71
- <!-- [END translation_install_with_bom ] -->
71
+ <!-- [END translate_install_with_bom ] -->
72
72
</project >
You can’t perform that action at this time.
0 commit comments