Skip to content

Commit

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

Change: Allow content handlers to throw raw exceptions (Ticket: #2)
  • Loading branch information
io7m committed Oct 24, 2020
2 parents acb1c6d + 39de745 commit d6bc0f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.1.0-SNAPSHOT</version>
<version>1.1.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.1.0-SNAPSHOT</version>
<version>1.1.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.1.0-SNAPSHOT</version>
<version>1.1.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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

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

0 comments on commit d6bc0f0

Please sign in to comment.