Skip to content

Commit

Permalink
Mark version.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 8, 2024
1 parent be2db50 commit 92698a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.seltzer" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2023-06-11T09:30:41+00:00" is-open="true" ticket-system="com.github.io7m.seltzer" version="1.0.0">
<c:release date="2024-05-08T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.seltzer" version="1.0.0">
<c:changes>
<c:change date="2023-06-11T09:30:41+00:00" summary="Initial major release."/>
<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>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.seltzer" url="https://www.github.com/io7m-com/seltzer/issues/"/>
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.1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</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.1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.seltzer.tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion 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.1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>

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

0 comments on commit 92698a7

Please sign in to comment.