We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb199ea commit 4b3c992Copy full SHA for 4b3c992
pom.xml
@@ -5,8 +5,8 @@
5
<artifactId>underscore11</artifactId>
6
<packaging>jar</packaging>
7
<version>1.43-SNAPSHOT</version>
8
- <name>java 11 port of Underscore.js</name>
9
- <description>The java 11 port of Underscore.js</description>
+ <name>java 17 port of Underscore.js</name>
+ <description>The java 17 port of Underscore.js</description>
10
<url>https://github.com/javadev/underscore-java11</url>
11
<developers>
12
<developer>
@@ -43,8 +43,8 @@
43
<artifactId>maven-compiler-plugin</artifactId>
44
<version>3.8.1</version>
45
<configuration>
46
- <source>11</source>
47
- <target>11</target>
+ <source>17</source>
+ <target>17</target>
48
<encoding>UTF-8</encoding>
49
<compilerArgs>
50
<arg>-Xlint:unchecked</arg>
0 commit comments