Skip to content

Commit 4b3c992

Browse files
authored
Update pom.xml
1 parent cb199ea commit 4b3c992

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<artifactId>underscore11</artifactId>
66
<packaging>jar</packaging>
77
<version>1.43-SNAPSHOT</version>
8-
<name>java 11 port of Underscore.js</name>
9-
<description>The java 11 port of Underscore.js</description>
8+
<name>java 17 port of Underscore.js</name>
9+
<description>The java 17 port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java11</url>
1111
<developers>
1212
<developer>
@@ -43,8 +43,8 @@
4343
<artifactId>maven-compiler-plugin</artifactId>
4444
<version>3.8.1</version>
4545
<configuration>
46-
<source>11</source>
47-
<target>11</target>
46+
<source>17</source>
47+
<target>17</target>
4848
<encoding>UTF-8</encoding>
4949
<compilerArgs>
5050
<arg>-Xlint:unchecked</arg>

0 commit comments

Comments
 (0)