From 0a8fb653a707bed6d172c23ebfb840b5560c3265 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sun, 23 Jun 2024 19:45:35 +0000 Subject: [PATCH] Begin next development iteration. --- com.io7m.ethermaker.cmdline/pom.xml | 2 +- com.io7m.ethermaker.core/pom.xml | 2 +- com.io7m.ethermaker.tests/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/com.io7m.ethermaker.cmdline/pom.xml b/com.io7m.ethermaker.cmdline/pom.xml index 9094352..2820e6a 100644 --- a/com.io7m.ethermaker.cmdline/pom.xml +++ b/com.io7m.ethermaker.cmdline/pom.xml @@ -9,7 +9,7 @@ com.io7m.ethermaker com.io7m.ethermaker - 1.0.1 + 1.0.2-SNAPSHOT com.io7m.ethermaker.cmdline diff --git a/com.io7m.ethermaker.core/pom.xml b/com.io7m.ethermaker.core/pom.xml index 51b4f4e..ad31958 100644 --- a/com.io7m.ethermaker.core/pom.xml +++ b/com.io7m.ethermaker.core/pom.xml @@ -9,7 +9,7 @@ com.io7m.ethermaker com.io7m.ethermaker - 1.0.1 + 1.0.2-SNAPSHOT com.io7m.ethermaker.core diff --git a/com.io7m.ethermaker.tests/pom.xml b/com.io7m.ethermaker.tests/pom.xml index 53e9e1d..925d9e9 100644 --- a/com.io7m.ethermaker.tests/pom.xml +++ b/com.io7m.ethermaker.tests/pom.xml @@ -9,7 +9,7 @@ com.io7m.ethermaker com.io7m.ethermaker - 1.0.1 + 1.0.2-SNAPSHOT com.io7m.ethermaker.tests diff --git a/pom.xml b/pom.xml index 070c8ff..fe17598 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.io7m.ethermaker com.io7m.ethermaker - 1.0.1 + 1.0.2-SNAPSHOT pom Ethernet MAC address generator @@ -27,7 +27,7 @@ - 1.0.0 + 1.0.1 21