Skip to content

Commit dc73708

Browse files
authored
Merge pull request SomeDemos#3 from martindrozdz/17
Update pom.xml to Java 17
2 parents d8ac990 + bc61368 commit dc73708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<packaging>war</packaging>
99
<name>ModResorts</name>
1010
<properties>
11-
<maven.compiler.target>1.17</maven.compiler.target>
12-
<maven.compiler.source>1.17</maven.compiler.source>
11+
<maven.compiler.target>17</maven.compiler.target>
12+
<maven.compiler.source>17</maven.compiler.source>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<project.version>2.0.0</project.version>
1515
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)