Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

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

Change: Introduce commands() method to return map of commands (Ticket: #4)
Change: (Backwards incompatible) Introduce ClaypotType interface
Change: Allow applications to publish documentation URIs. (Ticket: #2)
  • Loading branch information
io7m committed Jul 4, 2020
2 parents 415b5d8 + caf3429 commit 30fe449
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions README-CHANGES.xml
Expand Up @@ -4,7 +4,7 @@
<c:release date="2020-06-26T00:00:00+00:00" ticket-system="com.github.io7m.claypot" version="0.0.1">
<c:changes/>
</c:release>
<c:release date="2020-06-27T20:07:38+00:00" ticket-system="com.github.io7m.claypot" version="0.0.2">
<c:release date="2020-07-04T00:00:00+00:00" ticket-system="com.github.io7m.claypot" version="0.0.2">
<c:changes>
<c:change date="2020-06-27T00:00:00+00:00" summary="Add extended help methods.">
<c:tickets>
Expand All @@ -16,11 +16,21 @@
<c:ticket id="3"/>
</c:tickets>
</c:change>
<c:change date="2020-06-27T20:07:38+00:00" summary="Allow applications to publish documentation URIs.">
</c:changes>
</c:release>
<c:release date="2020-07-04T15:10:45+00:00" ticket-system="com.github.io7m.claypot" version="0.0.3">
<c:changes>
<c:change date="2020-06-27T00:00:00+00:00" summary="Allow applications to publish documentation URIs.">
<c:tickets>
<c:ticket id="2"/>
</c:tickets>
</c:change>
<c:change compatible="false" date="2020-07-04T00:00:00+00:00" summary="Introduce ClaypotType interface"/>
<c:change date="2020-07-04T00:00:00+00:00" summary="Introduce commands() method to return map of commands">
<c:tickets>
<c:ticket id="4"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
</c:releases>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.claypot.core/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.claypot</artifactId>
<groupId>com.io7m.claypot</groupId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>com.io7m.claypot.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.claypot.example/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.claypot</artifactId>
<groupId>com.io7m.claypot</groupId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

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

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

<groupId>com.io7m.claypot</groupId>
<artifactId>com.io7m.claypot</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>pom</packaging>

<description>JCommander conventions for io7m projects</description>
Expand Down

0 comments on commit 30fe449

Please sign in to comment.