File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <groupId >com.scriptbasic</groupId >
65 <artifactId >jscriptbasic</artifactId >
7- <version >2.0.0-SNAPSHOT </version >
6+ <version >2.0.0</version >
87 <packaging >jar</packaging >
98
109 <parent >
5958 <artifactId >maven-compiler-plugin</artifactId >
6059 <version >3.8.0</version >
6160 <configuration >
62- <release >10 </release >
63- <source >10 </source >
64- <target >10 </target >
61+ <release >11 </release >
62+ <source >11 </source >
63+ <target >11 </target >
6564 </configuration >
6665 </plugin >
6766 <plugin >
You can’t perform that action at this time.
0 commit comments