summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2023-11-08 19:45:47 -0500
committerBen Culkin <scorpress@gmail.com>2023-11-08 19:45:47 -0500
commit81b2acf9e1294d28ac61d6915c6162dc0008a00c (patch)
tree2b09770dfa23d8d238bce6c4ff267d422a03dffa /pom.xml
parent0a3946e579a0c358a13aa1621fecc3e220cd6e38 (diff)
parentcbf4dda5cc09dc6d2c3c10329e7941923cc04e2e (diff)
Merge branch 'trunk' of git@ashardalon.com:esodata.git into trunk
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b190388..662d5d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,8 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>17</maven.compiler.source>
- <maven.compiler.target>17</maven.compiler.target>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
<github.global.server>github</github.global.server>
</properties>