Skip to content

Commit

Permalink
Merge tag 'com.io7m.blackthorne-1.0.0' into develop
Browse files Browse the repository at this point in the history
Release: com.io7m.blackthorne 1.0.0
  • Loading branch information
io7m committed Oct 15, 2020
2 parents 1a21e7e + 7293545 commit 5114460
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.blackthorne" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases/>
<c:releases>
<c:release date="2020-10-15T14:07:35+00:00" ticket-system="com.github.io7m.blackthorne" version="1.0.0">
<c:changes/>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.blackthorne" url="https://www.github.com/io7m/blackthorne/issues/"/>
</c:ticket-systems>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.blackthorne.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.blackthorne</artifactId>
<groupId>com.io7m.blackthorne</groupId>
<version>0.0.6-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>com.io7m.blackthorne.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.blackthorne.jxe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.blackthorne</artifactId>
<groupId>com.io7m.blackthorne</groupId>
<version>0.0.6-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>com.io7m.blackthorne.jxe</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.blackthorne.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.blackthorne</artifactId>
<groupId>com.io7m.blackthorne</groupId>
<version>0.0.6-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>com.io7m.blackthorne.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.blackthorne</groupId>
<artifactId>com.io7m.blackthorne</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

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

0 comments on commit 5114460

Please sign in to comment.