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.2' into develop
Browse files Browse the repository at this point in the history
Release: com.io7m.claypot 0.0.2

Change: Allow applications to publish documentation URIs. (Ticket: #2)
Change: Document @ syntax. (Ticket: #3)
Change: Add extended help methods. (Ticket: #1)
  • Loading branch information
io7m committed Jun 27, 2020
2 parents a33a39f + 6509b03 commit 500aa87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.2-SNAPSHOT</version>
<version>0.0.2</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.2-SNAPSHOT</version>
<version>0.0.2</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.2-SNAPSHOT</version>
<version>0.0.2</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.2-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>

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

0 comments on commit 500aa87

Please sign in to comment.