Skip to content

Commit

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

Change: Add logging for content handlers (Ticket: #3)
Change: Add more convenience methods for scalar elements (Ticket: #2)
  • Loading branch information
io7m committed Jan 24, 2021
2 parents 0cc1b8b + e24d6a9 commit 0fcdfbb
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 @@ -13,14 +13,14 @@
</c:change>
</c:changes>
</c:release>
<c:release date="2021-01-24T12:55:01+00:00" is-open="true" ticket-system="com.github.io7m.blackthorne" version="1.2.0">
<c:release date="2021-01-24T13:01:32+00:00" is-open="false" ticket-system="com.github.io7m.blackthorne" version="1.2.0">
<c:changes>
<c:change date="2021-01-24T00:00:00+00:00" summary="Add logging for content handlers">
<c:tickets>
<c:ticket id="3"/>
</c:tickets>
</c:change>
<c:change date="2021-01-24T12:55:01+00:00" summary="Add more convenience methods for scalar elements">
<c:change date="2021-01-24T00:00:00+00:00" summary="Add more convenience methods for scalar elements">
<c:tickets>
<c:ticket id="2"/>
</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.0-SNAPSHOT</version>
<version>1.2.0</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.0-SNAPSHOT</version>
<version>1.2.0</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.0-SNAPSHOT</version>
<version>1.2.0</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.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

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

0 comments on commit 0fcdfbb

Please sign in to comment.