diff options
| author | bjculkin <bjculkin@localhost> | 2023-10-25 23:01:08 +0000 |
|---|---|---|
| committer | bjculkin <bjculkin@localhost> | 2023-10-25 23:01:08 +0000 |
| commit | cd28fe1f4dc59e646b390414f9d61b3b9a440e9d (patch) | |
| tree | d9dbbca61470e561c1a12778f86fe5e44fb5f7e1 /pom.xml | |
| parent | e491562b9cd364374cefaba62622ed029944843c (diff) | |
Tweak for new setup
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,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> <!-- github server corresponds to entry in ~/.m2/settings.xml --> <github.global.server>github</github.global.server> <jacoco.reportPath>${main.basedir}/target/jacoco-ut.exec</jacoco.reportPath> |
