Skip to content

Commit

Permalink
Release: com.io7m.blackthorne 1.2.1
Browse files Browse the repository at this point in the history
Change: Ensure that scalar element handlers never return null for empty elements (Ticket: #4)
  • Loading branch information
io7m committed Feb 6, 2021
1 parent 2c73f9e commit 2c26c2f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Expand Up @@ -27,9 +27,9 @@
</c:change>
</c:changes>
</c:release>
<c:release date="2021-02-06T10:37:44+00:00" is-open="true" ticket-system="com.github.io7m.blackthorne" version="1.2.1">
<c:release date="2021-02-06T10:49:23+00:00" is-open="false" ticket-system="com.github.io7m.blackthorne" version="1.2.1">
<c:changes>
<c:change date="2021-02-06T10:37:44+00:00" summary="Ensure that scalar element handlers never return null for empty elements">
<c:change date="2021-02-06T00:00:00+00:00" summary="Ensure that scalar element handlers never return null for empty elements">
<c:tickets>
<c:ticket id="4"/>
</c:tickets>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.blackthorne.api/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.blackthorne</artifactId>
<groupId>com.io7m.blackthorne</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>com.io7m.blackthorne.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.blackthorne.jxe/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.blackthorne</artifactId>
<groupId>com.io7m.blackthorne</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>com.io7m.blackthorne.jxe</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.blackthorne.tests/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.blackthorne</artifactId>
<groupId>com.io7m.blackthorne</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>com.io7m.blackthorne.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.io7m.blackthorne</groupId>
<artifactId>com.io7m.blackthorne</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>

<name>com.io7m.blackthorne</name>
Expand Down

0 comments on commit 2c26c2f

Please sign in to comment.