Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
Release: com.io7m.ethermaker 1.0.1
Change: Update nl.jqno.equalsverifier:equalsverifier:3.15.5 → 3.16.1.
Change: Update org.immutables:value:2.10.0 → 2.10.1.
Change: Update org.slf4j:slf4j-api:2.0.10 → 2.0.13.
Change: Update commons-io:commons-io:2.15.1 → 2.16.1.
Change: Update junit.version:5.10.1 → 5.10.2.
Change: Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6.
  • Loading branch information
io7m committed Jun 23, 2024
2 parents 76801a4 + d24a628 commit 82e5f56
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
14 changes: 12 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.ethermaker" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2020-07-28T09:57:42+00:00" ticket-system="com.github.io7m.ethermaker" version="1.0.0">
<c:release date="2020-07-28T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.ethermaker" version="1.0.0">
<c:changes>
<c:change date="2020-07-28T09:57:42+00:00" summary="Initial release"/>
<c:change date="2020-07-28T00:00:00+00:00" summary="Initial release"/>
</c:changes>
</c:release>
<c:release date="2024-06-23T19:45:26+00:00" is-open="false" ticket-system="com.github.io7m.ethermaker" version="1.0.1">
<c:changes>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.10 → 2.0.13."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update commons-io:commons-io:2.15.1 → 2.16.1."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update junit.version:5.10.1 → 5.10.2."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6."/>
<c:change date="2024-04-20T00:00:00+00:00" summary="Update org.immutables:value:2.10.0 → 2.10.1."/>
<c:change date="2024-04-22T00:00:00+00:00" summary="Update nl.jqno.equalsverifier:equalsverifier:3.15.5 → 3.16.1."/>
</c:changes>
</c:release>
</c:releases>
Expand Down
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-SNAPSHOT</version>
<version>1.0.1</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-SNAPSHOT</version>
<version>1.0.1</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-SNAPSHOT</version>
<version>1.0.1</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-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<description>Ethernet MAC address generator</description>
Expand Down Expand Up @@ -198,4 +198,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 82e5f56

Please sign in to comment.