summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2023-10-25 19:35:16 -0400
committerBen Culkin <scorpress@gmail.com>2023-10-25 19:35:16 -0400
commitf761e16078ef0265c2628ace912652c8e9659a2f (patch)
treecef9513e3ae3fa1f027f60e7e86bba278c8363bd /pom.xml
parent9de5a19d573de7289cbd5a65ea5d101ddaf8db64 (diff)
parent2f4d51a781e4e91994197a66fbad800250029f4e (diff)
Merge branch 'trunk' of git@ashardalon.com:rgens.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 8b5829c..7ff0012 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,8 +21,8 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>1.17</maven.compiler.source>
- <maven.compiler.target>1.17</maven.compiler.target>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
</properties>
<build>
<plugins>