Skip to content

Commit

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

Change: Fix a bug where documents with comments would be rejected (Ticket: #18)
Change: Ensure existing files are replaced when producing EPUBs (Ticket: #20)
  • Loading branch information
io7m committed Feb 3, 2022
2 parents 5ea7f66 + 4aacfbd commit 308b619
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Expand Up @@ -34,14 +34,14 @@
<c:change date="2021-06-27T00:00:00+00:00" summary="Fix a schema bug that rejected valid footnotes in documents"/>
</c:changes>
</c:release>
<c:release date="2022-02-03T22:13:27+00:00" is-open="true" ticket-system="com.github.io7m.xstructural" version="1.4.0">
<c:release date="2022-02-03T22:22:51+00:00" is-open="false" ticket-system="com.github.io7m.xstructural" version="1.4.0">
<c:changes>
<c:change date="2022-02-03T00:00:00+00:00" summary="Fix a bug where documents with comments would be rejected">
<c:tickets>
<c:ticket id="18"/>
</c:tickets>
</c:change>
<c:change date="2022-02-03T22:13:27+00:00" summary="Ensure existing files are replaced when producing EPUBs">
<c:change date="2022-02-03T00:00:00+00:00" summary="Ensure existing files are replaced when producing EPUBs">
<c:tickets>
<c:ticket id="20"/>
</c:tickets>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.xstructural.api/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.xstructural</artifactId>
<groupId>com.io7m.xstructural</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>com.io7m.xstructural.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.xstructural.cmdline/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.xstructural</artifactId>
<groupId>com.io7m.xstructural</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>com.io7m.xstructural.cmdline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.xstructural.documentation/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.xstructural</artifactId>
<groupId>com.io7m.xstructural</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

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

<artifactId>com.io7m.xstructural.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.xstructural.vanilla/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.xstructural</artifactId>
<groupId>com.io7m.xstructural</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>com.io7m.xstructural.vanilla</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.xstructural.xml/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.io7m.xstructural</groupId>
<artifactId>com.io7m.xstructural</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>com.io7m.xstructural.xml</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>com.io7m.xstructural</groupId>
<artifactId>com.io7m.xstructural</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>

<description>Structural document format</description>
Expand All @@ -29,7 +29,7 @@

<properties>
<com.io7m.immutables.version>2.8.8</com.io7m.immutables.version>
<io7m.api.previousVersion>1.2.0</io7m.api.previousVersion>
<io7m.api.previousVersion>1.3.0</io7m.api.previousVersion>
<junit.version>5.7.0</junit.version>
</properties>

Expand Down

0 comments on commit 308b619

Please sign in to comment.