Skip to content

Commit ce6f789

Browse files
committed
version is moved to 2.0.0
1 parent 6a358df commit ce6f789

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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>
@@ -59,9 +58,9 @@
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>

0 commit comments

Comments
 (0)