diff options
| author | Ben Culkin <scorpress@gmail.com> | 2023-11-08 19:45:47 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2023-11-08 19:45:47 -0500 |
| commit | 81b2acf9e1294d28ac61d6915c6162dc0008a00c (patch) | |
| tree | 2b09770dfa23d8d238bce6c4ff267d422a03dffa /pom.xml | |
| parent | 0a3946e579a0c358a13aa1621fecc3e220cd6e38 (diff) | |
| parent | cbf4dda5cc09dc6d2c3c10329e7941923cc04e2e (diff) | |
Merge branch 'trunk' of git@ashardalon.com:esodata.git into trunk
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
