Skip to content

Commit

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

Change: Strip trailing slashes from resource directory names (Ticket: #2)
  • Loading branch information
io7m committed Apr 9, 2022
2 parents 3229bc5 + 430b4a4 commit 81d104e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Expand Up @@ -4,9 +4,9 @@
<c:release date="2021-01-25T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jxtrand" version="1.0.0">
<c:changes/>
</c:release>
<c:release date="2021-04-04T09:58:45+00:00" is-open="true" ticket-system="com.github.io7m.jxtrand" version="1.1.0">
<c:release date="2022-04-09T15:34:53+00:00" is-open="false" ticket-system="com.github.io7m.jxtrand" version="1.1.0">
<c:changes>
<c:change date="2021-04-04T09:58:45+00:00" summary="Strip trailing slashes from resource directory names">
<c:change date="2021-04-04T00:00:00+00:00" summary="Strip trailing slashes from resource directory names">
<c:tickets>
<c:ticket id="2"/>
</c:tickets>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jxtrand.api/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.jxtrand</artifactId>
<groupId>com.io7m.jxtrand</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

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

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

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

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

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

<description>Utility classes for XML string resources</description>
Expand Down

0 comments on commit 81d104e

Please sign in to comment.