Skip to content

Commit

Permalink
Mark release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 8, 2024
1 parent aa1e12d commit c116f19
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<c:change date="2022-04-09T00:00:00+00:00" summary="Require JDK 17"/>
</c:changes>
</c:release>
<c:release date="2024-05-08T15:48:31+00:00" is-open="true" ticket-system="com.github.io7m.ieee754b16" version="3.0.1">
<c:release date="2024-05-08T15:48:50+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="3.0.1">
<c:changes>
<c:change date="2024-05-08T15:48:31+00:00" summary="Move to new organization."/>
<c:change date="2024-05-08T00:00:00+00:00" summary="Move to new organization."/>
</c:changes>
</c:release>
</c:releases>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.ieee754b16.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.ieee754b16</groupId>
<artifactId>com.io7m.ieee754b16</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<artifactId>com.io7m.ieee754b16.core</artifactId>

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

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

<groupId>com.io7m.ieee754b16</groupId>
<artifactId>com.io7m.ieee754b16</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>

<packaging>pom</packaging>
<name>com.io7m.ieee754b16</name>
Expand Down Expand Up @@ -145,4 +145,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit c116f19

Please sign in to comment.