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 2626
2727 <properties >
2828 <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>
2931 <testng .version>6.11</testng .version>
3032 <surefire-plugin .version>2.19.1</surefire-plugin .version>
31- <compiler-plugin .version>3.6.0</compiler-plugin .version>
3233 <source-plugin .version>3.0.1</source-plugin .version>
3334 <javadoc-plugin .version>2.10.4</javadoc-plugin .version>
3435 <gpg-plugin .version>1.6</gpg-plugin .version>
9192 <artifactId >maven-source-plugin</artifactId >
9293 <version >${source-plugin.version} </version >
9394 </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 >
10395 <plugin >
10496 <groupId >org.apache.maven.plugins</groupId >
10597 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments