Skip to content

Commit 108da80

Browse files
committed
Merge branch 'release/3.0.0'
Release: com.io7m.dixmont 3.0.0 Change: (Backwards incompatible) Upgrade to Jackson 3.0.2. (Ticket: #68) Change: Add convenient List/Map/Set methods. (Ticket: #1) Change: Update actions/upload-artifact:4.6.2 → 5.0.0. Change: Update ch.qos.logback:logback-classic:1.5.19 → 1.5.20. Change: Update com.fasterxml.jackson:jackson-bom:2.19.2 → 2.20.1. Change: Update org.junit:junit-bom:5.14.0 → 5.14.1. Change: Update ch.qos.logback:logback-classic:1.5.18 → 1.5.19. Change: Update org.junit:junit-bom:5.13.4 → 5.14.0.
2 parents 444aee8 + 1c21d85 commit 108da80

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

README-CHANGES.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,20 @@
5454
<c:change date="2025-08-26T00:00:00+00:00" summary="Target JDK 17 bytecode."/>
5555
</c:changes>
5656
</c:release>
57-
<c:release date="2025-11-29T10:08:41+00:00" is-open="true" ticket-system="com.github.io7m.dixmont" version="3.0.0">
57+
<c:release date="2025-11-29T10:54:48+00:00" is-open="false" ticket-system="com.github.io7m.dixmont" version="3.0.0">
5858
<c:changes>
59+
<c:change date="2025-10-01T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.18 → 1.5.19."/>
60+
<c:change date="2025-10-01T00:00:00+00:00" summary="Update org.junit:junit-bom:5.13.4 → 5.14.0."/>
61+
<c:change date="2025-11-01T00:00:00+00:00" summary="Update actions/upload-artifact:4.6.2 → 5.0.0."/>
62+
<c:change date="2025-11-01T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.19 → 1.5.20."/>
63+
<c:change date="2025-11-01T00:00:00+00:00" summary="Update com.fasterxml.jackson:jackson-bom:2.19.2 → 2.20.1."/>
64+
<c:change date="2025-11-01T00:00:00+00:00" summary="Update org.junit:junit-bom:5.14.0 → 5.14.1."/>
5965
<c:change compatible="false" date="2025-11-29T00:00:00+00:00" summary="Upgrade to Jackson 3.0.2.">
6066
<c:tickets>
6167
<c:ticket id="68"/>
6268
</c:tickets>
6369
</c:change>
64-
<c:change date="2025-11-29T10:08:41+00:00" summary="Add convenient List/Map/Set methods.">
70+
<c:change date="2025-11-29T00:00:00+00:00" summary="Add convenient List/Map/Set methods.">
6571
<c:tickets>
6672
<c:ticket id="1"/>
6773
</c:tickets>

com.io7m.dixmont.colors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>com.io7m.dixmont</artifactId>
1111
<groupId>com.io7m.dixmont</groupId>
12-
<version>3.0.0-SNAPSHOT</version>
12+
<version>3.0.0</version>
1313
</parent>
1414
<artifactId>com.io7m.dixmont.colors</artifactId>
1515

com.io7m.dixmont.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>com.io7m.dixmont</artifactId>
1111
<groupId>com.io7m.dixmont</groupId>
12-
<version>3.0.0-SNAPSHOT</version>
12+
<version>3.0.0</version>
1313
</parent>
1414
<artifactId>com.io7m.dixmont.core</artifactId>
1515

com.io7m.dixmont.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>com.io7m.dixmont</artifactId>
1111
<groupId>com.io7m.dixmont</groupId>
12-
<version>3.0.0-SNAPSHOT</version>
12+
<version>3.0.0</version>
1313
</parent>
1414
<artifactId>com.io7m.dixmont.tests</artifactId>
1515

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.io7m.dixmont</groupId>
1515
<artifactId>com.io7m.dixmont</artifactId>
16-
<version>3.0.0-SNAPSHOT</version>
16+
<version>3.0.0</version>
1717

1818
<packaging>pom</packaging>
1919
<name>com.io7m.dixmont</name>

0 commit comments

Comments
 (0)