File tree Expand file tree Collapse file tree 7 files changed +87
-3
lines changed Expand file tree Collapse file tree 7 files changed +87
-3
lines changed Original file line number Diff line number Diff line change 32
32
<properties >
33
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
34
34
</properties >
35
+
36
+ <build >
37
+ <plugins >
38
+ <plugin >
39
+ <groupId >org.apache.maven.plugins</groupId >
40
+ <artifactId >maven-compiler-plugin</artifactId >
41
+ <version >3.5.1</version >
42
+ <configuration >
43
+ <source >1.8</source >
44
+ <target >1.8</target >
45
+ </configuration >
46
+ </plugin >
47
+ </plugins >
48
+ </build >
35
49
</project >
Original file line number Diff line number Diff line change 32
32
<properties >
33
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
34
34
</properties >
35
+
36
+ <build >
37
+ <plugins >
38
+ <plugin >
39
+ <groupId >org.apache.maven.plugins</groupId >
40
+ <artifactId >maven-compiler-plugin</artifactId >
41
+ <version >3.5.1</version >
42
+ <configuration >
43
+ <source >1.8</source >
44
+ <target >1.8</target >
45
+ </configuration >
46
+ </plugin >
47
+ </plugins >
48
+ </build >
35
49
</project >
Original file line number Diff line number Diff line change 32
32
<properties >
33
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
34
34
</properties >
35
+
36
+ <build >
37
+ <plugins >
38
+ <plugin >
39
+ <groupId >org.apache.maven.plugins</groupId >
40
+ <artifactId >maven-compiler-plugin</artifactId >
41
+ <version >3.5.1</version >
42
+ <configuration >
43
+ <source >1.8</source >
44
+ <target >1.8</target >
45
+ </configuration >
46
+ </plugin >
47
+ </plugins >
48
+ </build >
35
49
</project >
Original file line number Diff line number Diff line change 32
32
<properties >
33
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
34
34
</properties >
35
+
36
+ <build >
37
+ <plugins >
38
+ <plugin >
39
+ <groupId >org.apache.maven.plugins</groupId >
40
+ <artifactId >maven-compiler-plugin</artifactId >
41
+ <version >3.5.1</version >
42
+ <configuration >
43
+ <source >1.8</source >
44
+ <target >1.8</target >
45
+ </configuration >
46
+ </plugin >
47
+ </plugins >
48
+ </build >
35
49
</project >
Original file line number Diff line number Diff line change 47
47
<scope >provided</scope >
48
48
</dependency >
49
49
</dependencies >
50
+
51
+ <build >
52
+ <plugins >
53
+ <plugin >
54
+ <groupId >org.apache.maven.plugins</groupId >
55
+ <artifactId >maven-compiler-plugin</artifactId >
56
+ <version >3.5.1</version >
57
+ <configuration >
58
+ <source >1.8</source >
59
+ <target >1.8</target >
60
+ </configuration >
61
+ </plugin >
62
+ </plugins >
63
+ </build >
50
64
</project >
Original file line number Diff line number Diff line change 88
88
<plugin >
89
89
<groupId >org.apache.maven.plugins</groupId >
90
90
<artifactId >maven-compiler-plugin</artifactId >
91
- <version >2.0.2 </version >
91
+ <version >3.5.1 </version >
92
92
<configuration >
93
- <source >1.6 </source >
94
- <target >1.6 </target >
93
+ <source >1.8 </source >
94
+ <target >1.8 </target >
95
95
</configuration >
96
96
</plugin >
97
97
<plugin >
Original file line number Diff line number Diff line change 23
23
</dependency >
24
24
</dependencies >
25
25
26
+ <build >
27
+ <plugins >
28
+ <plugin >
29
+ <groupId >org.apache.maven.plugins</groupId >
30
+ <artifactId >maven-compiler-plugin</artifactId >
31
+ <version >3.5.1</version >
32
+ <configuration >
33
+ <source >1.8</source >
34
+ <target >1.8</target >
35
+ </configuration >
36
+ </plugin >
37
+ </plugins >
38
+ </build >
39
+
26
40
</project >
You can’t perform that action at this time.
0 commit comments