diff options
| author | Ben Culkin <scorpress@gmail.com> | 2023-10-25 19:35:16 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2023-10-25 19:35:16 -0400 |
| commit | f761e16078ef0265c2628ace912652c8e9659a2f (patch) | |
| tree | cef9513e3ae3fa1f027f60e7e86bba278c8363bd /pom.xml | |
| parent | 9de5a19d573de7289cbd5a65ea5d101ddaf8db64 (diff) | |
| parent | 2f4d51a781e4e91994197a66fbad800250029f4e (diff) | |
Merge branch 'trunk' of git@ashardalon.com:rgens.git into trunk
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
