Skip to content

Commit

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

Change: Use "Front Matter" in XHTML documents (Ticket: #12)
Change: Update primogenitor support 6.0.0 -> 6.1.0
Change: Update org.osgi:org.osgi.annotation.bundle 1.0.0 -> 1.1.0
Change: Update org.osgi:org.osgi.annotation.versioning 1.1.0 -> 1.1.1
Change: Update Saxon-HE 10.2 -> 10.3
  • Loading branch information
io7m committed Dec 19, 2020
2 parents fc60641 + a6b4f27 commit 0b9e1e9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Expand Up @@ -6,7 +6,7 @@
<c:change date="2020-12-11T00:00:00+00:00" summary="Initial public release"/>
</c:changes>
</c:release>
<c:release date="2020-12-19T17:47:29+00:00" is-open="true" ticket-system="com.github.io7m.xstructural" version="1.1.0">
<c:release date="2020-12-19T17:53:05+00:00" is-open="false" ticket-system="com.github.io7m.xstructural" version="1.1.0">
<c:changes>
<c:change date="2020-12-19T00:00:00+00:00" summary="Use &quot;Front Matter&quot; in XHTML documents">
<c:tickets>
Expand All @@ -16,7 +16,7 @@
<c:change date="2020-12-19T00:00:00+00:00" summary="Update primogenitor support 6.0.0 -&gt; 6.1.0"/>
<c:change date="2020-12-19T00:00:00+00:00" summary="Update org.osgi:org.osgi.annotation.bundle 1.0.0 -&gt; 1.1.0"/>
<c:change date="2020-12-19T00:00:00+00:00" summary="Update org.osgi:org.osgi.annotation.versioning 1.1.0 -&gt; 1.1.1"/>
<c:change date="2020-12-19T17:47:29+00:00" summary="Update Saxon-HE 10.2 -&gt; 10.3"/>
<c:change date="2020-12-19T00:00:00+00:00" summary="Update Saxon-HE 10.2 -&gt; 10.3"/>
</c:changes>
</c:release>
</c:releases>
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.1.0-SNAPSHOT</version>
<version>1.1.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.1.0-SNAPSHOT</version>
<version>1.1.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.1.0-SNAPSHOT</version>
<version>1.1.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.1.0-SNAPSHOT</version>
<version>1.1.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.1.0-SNAPSHOT</version>
<version>1.1.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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>com.io7m.xstructural.xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@

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

<description>Structural document format</description>
Expand Down

0 comments on commit 0b9e1e9

Please sign in to comment.