Skip to content

Commit

Permalink
Merge branch 'release/4.0.2'
Browse files Browse the repository at this point in the history
Release: com.io7m.junreachable 4.0.2
Change: Fix accidental upgrade to JDK 21.
  • Loading branch information
io7m committed May 5, 2024
2 parents 3b59b09 + b8e919e commit 0ecfe57
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,16 @@
<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-05T14:24:43+00:00" is-open="false" ticket-system="com.github.io7m.junreachable" version="4.0.1">
<c:release date="2024-05-05T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.junreachable" version="4.0.1">
<c:changes>
<c:change date="2024-05-05T00:00:00+00:00" summary="Refresh build metadata and move to new organization."/>
</c:changes>
</c:release>
<c:release date="2024-05-05T15:01:05+00:00" is-open="false" ticket-system="com.github.io7m.junreachable" version="4.0.2">
<c:changes>
<c:change date="2024-05-05T00:00:00+00:00" summary="Fix accidental upgrade to JDK 21."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="false" id="com.io7m.fossil.junreachable" url="http://fossil.io7m.com/repo.cgi/io7m-junreachable/tktview?name="/>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.junreachable.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.junreachable</groupId>
<artifactId>com.io7m.junreachable</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</parent>
<artifactId>com.io7m.junreachable.core</artifactId>

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

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.io7m.junreachable</groupId>
<artifactId>com.io7m.junreachable</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>

<packaging>pom</packaging>
<name>com.io7m.junreachable</name>
Expand All @@ -26,8 +26,8 @@
</modules>

<properties>
<io7m.api.previousVersion>3.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<io7m.api.previousVersion>4.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
</properties>

<licenses>
Expand Down

0 comments on commit 0ecfe57

Please sign in to comment.