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

Commit

Permalink
Note changes, mark 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Jul 4, 2020
1 parent 415b5d8 commit b80104b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
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-04T15:08:18+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,17 @@
<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: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-04T15:08:18+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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 b80104b

Please sign in to comment.