Skip to content

Commit

Permalink
Mark release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 8, 2024
1 parent 92698a7 commit c4a67b1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
<c:change date="2023-06-11T00:00:00+00:00" summary="Initial major release."/>
</c:changes>
</c:release>
<c:release date="2024-05-08T19:25:14+00:00" is-open="true" ticket-system="com.github.io7m.seltzer" version="1.0.1">
<c:changes/>
<c:release date="2024-05-08T19:30:54+00:00" is-open="false" ticket-system="com.github.io7m.seltzer" version="1.0.1">
<c:changes>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update jqwik.version:1.8.2 → 1.8.4."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.10 → 2.0.13."/>
<c:change date="2024-04-20T00:00:00+00:00" summary="Update junit.version:5.10.1 → 5.10.2."/>
<c:change date="2024-05-05T00:00:00+00:00" summary="Update com.io7m.lanark:com.io7m.lanark.core:1.1.0 → 1.2.0."/>
<c:change date="2024-05-05T00:00:00+00:00" summary="Update com.io7m.jdeferthrow:com.io7m.jdeferthrow.core:1.2.0 → 1.3.0."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.seltzer.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.seltzer</artifactId>
<groupId>com.io7m.seltzer</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>com.io7m.seltzer.api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.seltzer.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.seltzer</artifactId>
<groupId>com.io7m.seltzer</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>com.io7m.seltzer.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.seltzer</groupId>
<artifactId>com.io7m.seltzer</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

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

</project>
</project>

0 comments on commit c4a67b1

Please sign in to comment.