File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 26
26
27
27
<properties >
28
28
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
29
+ <maven .compiler.source>1.8</maven .compiler.source>
30
+ <maven .compiler.target>1.8</maven .compiler.target>
29
31
<testng .version>6.11</testng .version>
30
32
<surefire-plugin .version>2.19.1</surefire-plugin .version>
31
- <compiler-plugin .version>3.6.0</compiler-plugin .version>
32
33
<source-plugin .version>3.0.1</source-plugin .version>
33
34
<javadoc-plugin .version>2.10.4</javadoc-plugin .version>
34
35
<gpg-plugin .version>1.6</gpg-plugin .version>
91
92
<artifactId >maven-source-plugin</artifactId >
92
93
<version >${source-plugin.version} </version >
93
94
</plugin >
94
- <plugin >
95
- <groupId >org.apache.maven.plugins</groupId >
96
- <artifactId >maven-compiler-plugin</artifactId >
97
- <version >${compiler-plugin.version} </version >
98
- <configuration >
99
- <source >1.8</source >
100
- <target >1.8</target >
101
- </configuration >
102
- </plugin >
103
95
<plugin >
104
96
<groupId >org.apache.maven.plugins</groupId >
105
97
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments