Skip to content

Commit ed317a6

Browse files
committed
Target JDK 17 bytecode.
1 parent 8f42297 commit ed317a6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README-CHANGES.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<c:change date="2023-06-11T00:00:00+00:00" summary="Initial major release."/>
77
</c:changes>
88
</c:release>
9-
<c:release date="2024-05-11T15:22:53+00:00" is-open="false" ticket-system="com.github.io7m.dixmont" version="2.0.0">
9+
<c:release date="2024-05-11T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.dixmont" version="2.0.0">
1010
<c:changes>
1111
<c:change date="2024-04-19T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6."/>
1212
<c:change date="2024-04-19T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.10 → 2.0.13."/>
@@ -17,6 +17,11 @@
1717
<c:change date="2024-05-11T00:00:00+00:00" summary="Move to new organization."/>
1818
</c:changes>
1919
</c:release>
20+
<c:release date="2025-08-26T09:16:32+00:00" is-open="true" ticket-system="com.github.io7m.dixmont" version="2.1.0">
21+
<c:changes>
22+
<c:change date="2025-08-26T09:16:32+00:00" summary="Target JDK 17 bytecode."/>
23+
</c:changes>
24+
</c:release>
2025
</c:releases>
2126
<c:ticket-systems>
2227
<c:ticket-system default="true" id="com.github.io7m.dixmont" url="https://www.github.com/io7m/dixmont/issues/"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<properties>
3030
<!-- Configuration -->
3131
<io7m.api.previousVersion>2.0.0</io7m.api.previousVersion>
32-
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
32+
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
3333

3434
<!-- Third-party dependencies. -->
3535
<jackson.version>2.19.2</jackson.version>

0 commit comments

Comments
 (0)