Skip to content

Commit

Permalink
Update configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 7, 2024
1 parent e960cf9 commit 5c15e47
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@
</modules>

<properties>
<com.io7m.xstructural.version>0.0.4</com.io7m.xstructural.version>
<!-- Configuration. -->
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<io7m.api.previousVersion>0.0.2-SNAPSHOT</io7m.api.previousVersion>

<!-- io7m dependencies. -->
<com.io7m.xstructural.version>0.0.4</com.io7m.xstructural.version>

<!-- Third-party dependencies. -->
<junit.version>5.10.2</junit.version>
</properties>

Expand Down

0 comments on commit 5c15e47

Please sign in to comment.