Skip to content

Commit

Permalink
(pom): bump jre to 17
Browse files Browse the repository at this point in the history
for exist v 7
  • Loading branch information
duncdrum committed Jan 1, 2025
1 parent b7e4f9f commit 3c61718
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 @@ -45,8 +45,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.source>11</project.build.source>
<project.build.target>11</project.build.target>
<project.build.source>17</project.build.source>
<project.build.target>17</project.build.target>

<exist.java-api.version>7.0.0-SNAPSHOT</exist.java-api.version> <!-- The eXist-db XQuery Java Module API version -->
<exist.processor.version>7.0.0-SNAPSHOT</exist.processor.version> <!-- The version of eXist-db needed by this EXPath Module -->
Expand Down

0 comments on commit 3c61718

Please sign in to comment.