Skip to content

Commit

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

Change: Add the ability to add extra EPUB resources. (Ticket: #19)
  • Loading branch information
io7m committed Sep 20, 2022
2 parents 13b16e5 + e9a4b3b commit 16fa641
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 @@ -64,9 +64,9 @@
<c:change date="2022-09-20T00:00:00+00:00" summary="Update logback to 1.4.1"/>
</c:changes>
</c:release>
<c:release date="2022-09-20T18:21:11+00:00" is-open="true" ticket-system="com.github.io7m.xstructural" version="1.7.0">
<c:release date="2022-09-20T18:25:13+00:00" is-open="false" ticket-system="com.github.io7m.xstructural" version="1.7.0">
<c:changes>
<c:change date="2022-09-20T18:21:11+00:00" summary="Add the ability to add extra EPUB resources.">
<c:change date="2022-09-20T00:00:00+00:00" summary="Add the ability to add extra EPUB resources.">
<c:tickets>
<c:ticket id="19"/>
</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.7.0-SNAPSHOT</version>
<version>1.7.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.7.0-SNAPSHOT</version>
<version>1.7.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.7.0-SNAPSHOT</version>
<version>1.7.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.7.0-SNAPSHOT</version>
<version>1.7.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.7.0-SNAPSHOT</version>
<version>1.7.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.7.0-SNAPSHOT</version>
<version>1.7.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.7.0-SNAPSHOT</version>
<version>1.7.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.5.0</io7m.api.previousVersion>
<io7m.api.previousVersion>1.6.0</io7m.api.previousVersion>
<junit.version>5.7.0</junit.version>
</properties>

Expand Down

0 comments on commit 16fa641

Please sign in to comment.