Skip to content

Commit

Permalink
Begin next development iteration.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Jun 23, 2024
1 parent 82e5f56 commit 0a8fb65
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion com.io7m.ethermaker.cmdline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.ethermaker</artifactId>
<groupId>com.io7m.ethermaker</groupId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.ethermaker.cmdline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.ethermaker.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.ethermaker</artifactId>
<groupId>com.io7m.ethermaker</groupId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.ethermaker.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.ethermaker.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.ethermaker</artifactId>
<groupId>com.io7m.ethermaker</groupId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.ethermaker.tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.io7m.ethermaker</groupId>
<artifactId>com.io7m.ethermaker</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<description>Ethernet MAC address generator</description>
Expand All @@ -27,7 +27,7 @@

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>1.0.0</io7m.api.previousVersion>
<io7m.api.previousVersion>1.0.1</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>

<!-- io7m dependencies. -->
Expand Down

0 comments on commit 0a8fb65

Please sign in to comment.