Skip to content

Commit

Permalink
Merge tag 'com.io7m.blackthorne-1.2.1' into develop
Browse files Browse the repository at this point in the history
Release: com.io7m.blackthorne 1.2.1

Change: Ensure that scalar element handlers never return null for empty elements (Ticket: #4)
  • Loading branch information
io7m committed Feb 6, 2021
2 parents 2c73f9e + b8bef77 commit 1c291b6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 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
5 changes: 2 additions & 3 deletions 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 All @@ -29,11 +29,10 @@
</modules>

<properties>
<com.codacy.id>0b143cd2902b46e19be55cc6933e2362</com.codacy.id>
<com.io7m.immutables.version>2.7.5</com.io7m.immutables.version>
<com.io7m.junit.version>5.7.0</com.io7m.junit.version>
<com.io7m.jxe.version>1.0.0</com.io7m.jxe.version>
<io7m.api.previousVersion>1.1.0</io7m.api.previousVersion>
<io7m.api.previousVersion>1.2.0</io7m.api.previousVersion>
</properties>

<licenses>
Expand Down

0 comments on commit 1c291b6

Please sign in to comment.