Skip to content

Commit

Permalink
Specify Java target explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Feb 23, 2024
1 parent 8a8ca18 commit 1d94180
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -29,10 +29,11 @@
</modules>

<properties>
<io7m.api.previousVersion>5.0.0-beta0001</io7m.api.previousVersion>
<com.io7m.changelog.version>4.1.0</com.io7m.changelog.version>
<io7m.org.immutables.version>2.9.3</io7m.org.immutables.version>
<io7m.api.previousVersion>5.0.0-beta0001</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<io7m.maven-api.version>3.8.6</io7m.maven-api.version>
<io7m.org.immutables.version>2.9.3</io7m.org.immutables.version>
</properties>

<inceptionYear>2017</inceptionYear>
Expand Down

0 comments on commit 1d94180

Please sign in to comment.