File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 2
2
<project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <parent >
6
- <groupId >com.google.cloud</groupId >
7
- <artifactId >doc-samples</artifactId >
8
- <version >1.0.0</version >
9
- </parent >
10
5
<groupId >com.google.cloud.translate.samples</groupId >
11
6
<artifactId >translate</artifactId >
12
7
<version >1.0-SNAPSHOT</version >
15
10
<properties >
16
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17
12
</properties >
13
+ <parent >
14
+ <groupId >com.google.cloud</groupId >
15
+ <artifactId >shared-configuration</artifactId >
16
+ <version >1.0.0</version >
17
+ <relativePath >../java-repo-tools</relativePath >
18
+ </parent >
18
19
<dependencies >
19
20
<dependency >
20
21
<groupId >com.google.cloud</groupId >
48
49
</descriptorRefs >
49
50
</configuration >
50
51
</plugin >
52
+ <plugin >
53
+ <groupId >org.apache.maven.plugins</groupId >
54
+ <version >3.3</version >
55
+ <artifactId >maven-compiler-plugin</artifactId >
56
+ <configuration >
57
+ <source >1.8</source >
58
+ <target >1.8</target >
59
+ </configuration >
60
+ </plugin >
51
61
</plugins >
52
62
</build >
53
63
</project >
You can’t perform that action at this time.
0 commit comments