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

Commit

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

Change: Automatically create virtual machine filesystems (Ticket: #23)
Change: Fix LPC bootrom formatting (Ticket: #26)
Change: Add --replace options to device commands (Ticket: #25)
Change: Add support for interface groups (Ticket: #24)
  • Loading branch information
io7m committed Jul 25, 2020
2 parents f321705 + c1d519e commit f9730f7
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 21 deletions.
28 changes: 26 additions & 2 deletions README-CHANGES.xml
Expand Up @@ -6,9 +6,33 @@
<c:change date="2020-07-11T00:00:00+00:00" summary="Initial testing release"/>
</c:changes>
</c:release>
<c:release date="2020-07-11T18:36:10+00:00" ticket-system="com.github.io7m.waxmill" version="0.0.2">
<c:release date="2020-07-11T00:00:00+00:00" ticket-system="com.github.io7m.waxmill" version="0.0.2">
<c:changes>
<c:change date="2020-07-11T18:36:10+00:00" summary="Add the vm-kill command"/>
<c:change date="2020-07-11T00:00:00+00:00" summary="Add the vm-kill command"/>
</c:changes>
</c:release>
<c:release date="2020-07-25T09:00:46+00:00" ticket-system="com.github.io7m.waxmill" version="0.0.3">
<c:changes>
<c:change date="2020-07-25T00:00:00+00:00" summary="Add support for interface groups">
<c:tickets>
<c:ticket id="24"/>
</c:tickets>
</c:change>
<c:change date="2020-07-25T00:00:00+00:00" summary="Add --replace options to device commands">
<c:tickets>
<c:ticket id="25"/>
</c:tickets>
</c:change>
<c:change date="2020-07-25T00:00:00+00:00" summary="Fix LPC bootrom formatting">
<c:tickets>
<c:ticket id="26"/>
</c:tickets>
</c:change>
<c:change date="2020-07-25T09:00:46+00:00" summary="Automatically create virtual machine filesystems">
<c:tickets>
<c:ticket id="23"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
</c:releases>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.waxmill.boot/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.waxmill</artifactId>
<groupId>com.io7m.waxmill</groupId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

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

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

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

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

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

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

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

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

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

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

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

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

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

<artifactId>com.io7m.waxmill.realize</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.waxmill.serializer.api/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.waxmill</artifactId>
<groupId>com.io7m.waxmill</groupId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

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

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

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

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

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

<description>FreeBSD BHyve Manager</description>
Expand Down

0 comments on commit f9730f7

Please sign in to comment.