Skip to content

Commit

Permalink
Merge pull request SomeDemos#3 from martindrozdz/17
Browse files Browse the repository at this point in the history
Update pom.xml to Java 17
  • Loading branch information
martindrozdz authored Nov 5, 2024
2 parents d8ac990 + bc61368 commit dc73708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<packaging>war</packaging>
<name>ModResorts</name>
<properties>
<maven.compiler.target>1.17</maven.compiler.target>
<maven.compiler.source>1.17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.version>2.0.0</project.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit dc73708

Please sign in to comment.