File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
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" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
35
46 <modelVersion >4.0.0</modelVersion >
57
7072 <properties >
7173 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7274 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
75+
76+ <java .release>8</java .release>
7377 <java .source>1.8</java .source>
7478
7579 <junit .jupiter.version>5.4.0</junit .jupiter.version>
169173 <artifactId >maven-compiler-plugin</artifactId >
170174 <version >3.8.0</version >
171175 <configuration >
172- <source >${java.source} </source >
173- <target >${java.source} </target >
176+ <release >${java.release} </release >
174177 </configuration >
175178 </plugin >
176179
220223 </plugin >
221224
222225 <plugin >
223- <groupId >org.apache.maven.plugins</groupId >
224- <artifactId >maven-surefire-plugin</artifactId >
225- <version >3.0.0-M3</version >
226+ <groupId >org.apache.maven.plugins</groupId >
227+ <artifactId >maven-surefire-plugin</artifactId >
228+ <version >3.0.0-M3</version >
226229 </plugin >
227230
228231 <!-- others -->
275278 </execution >
276279 </executions >
277280 </plugin >
281+
278282 </plugins >
279283
280284 </build >
You can’t perform that action at this time.
0 commit comments