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

Change: Assign VMs UUIDs with the bhyve -U flag (Ticket: #32)
Change: Extended the vm-set command to cover all flags
Change: Use -w by default. (Ticket: #31)
  • Loading branch information
io7m committed Jul 30, 2020
2 parents 365fb8e + 1be34f6 commit 01a036e
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</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.7-SNAPSHOT</version>
<version>0.0.7</version>
<packaging>pom</packaging>

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

0 comments on commit 01a036e

Please sign in to comment.