Skip to content

Commit

Permalink
Mark 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 5, 2024
1 parent cfdaf6a commit 7d6dbf4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,18 @@
<c:change date="2020-04-03T00:00:00+00:00" summary="Use primogenitor 3.8.0"/>
</c:changes>
</c:release>
<c:release date="2022-04-09T12:44:57+00:00" is-open="false" ticket-system="com.github.io7m.jaffirm" version="4.0.0">
<c:release date="2022-04-09T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jaffirm" version="4.0.0">
<c:changes>
<c:change compatible="false" date="2022-04-09T00:00:00+00:00" summary="Require JDK 17"/>
</c:changes>
</c:release>
<c:release date="2024-05-05T00:00:00+00:00" is-open="true" ticket-system="com.github.io7m.jaffirm" version="4.0.1">
<c:changes>
<c:change date="2024-04-19T20:15:44+00:00" summary="Update org.immutables:value:2.10.0 → 2.10.1."/>
<c:change date="2024-04-19T20:15:47+00:00" summary="Update org.junit.jupiter:junit-jupiter-api:5.10.1 → 5.10.2."/>
<c:change date="2024-04-19T20:15:52+00:00" summary="Update org.junit.jupiter:junit-jupiter-engine:5.10.1 → 5.10.2."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="false" id="com.github.io7m.jaffirm" url="https://www.github.com/io7m-com/jaffirm/issues/"/>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jaffirm.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jaffirm</groupId>
<artifactId>com.io7m.jaffirm</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</parent>
<artifactId>com.io7m.jaffirm.core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jaffirm.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jaffirm</groupId>
<artifactId>com.io7m.jaffirm</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</parent>
<artifactId>com.io7m.jaffirm.tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.io7m.jaffirm</groupId>
<artifactId>com.io7m.jaffirm</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>

<packaging>pom</packaging>
<name>com.io7m.jaffirm</name>
Expand Down

0 comments on commit 7d6dbf4

Please sign in to comment.