Skip to content

Commit

Permalink
Merge branch 'release/8.3.1'
Browse files Browse the repository at this point in the history
Release: com.io7m.primogenitor 8.3.1
Change: Fix coverage generation. (Ticket: #128)
  • Loading branch information
io7m committed Oct 20, 2024
2 parents 0997c58 + e4910fe commit 6a4ff63
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
11 changes: 10 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
<c:change date="2024-03-29T00:00:00+00:00" summary="Allow JDK [21,23)."/>
</c:changes>
</c:release>
<c:release date="2024-10-17T21:35:57+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="8.3.0">
<c:release date="2024-10-17T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="8.3.0">
<c:changes>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update org.cyclonedx:cyclonedx-maven-plugin:2.7.10 → 2.8.0."/>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update junit.version:5.10.1 → 5.10.2."/>
Expand Down Expand Up @@ -580,6 +580,15 @@
<c:change date="2024-10-17T00:00:00+00:00" summary="Update org.apache.maven.plugins:maven-dependency-plugin:3.6.1 → 3.7.1"/>
</c:changes>
</c:release>
<c:release date="2024-10-20T10:29:28+00:00" is-open="false" ticket-system="com.github.io7m.primogenitor" version="8.3.1">
<c:changes>
<c:change date="2024-10-20T00:00:00+00:00" summary="Fix coverage generation.">
<c:tickets>
<c:ticket id="128"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="false" id="com.github.io7m.primogenitor" url="https://www.github.com/io7m-com/primogenitor/issues/"/>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.primogenitor.full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.primogenitor</artifactId>
<groupId>com.io7m.primogenitor</groupId>
<version>8.3.0</version>
<version>8.3.1</version>
</parent>

<artifactId>com.io7m.primogenitor.full</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.primogenitor.lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.primogenitor</artifactId>
<groupId>com.io7m.primogenitor</groupId>
<version>8.3.0</version>
<version>8.3.1</version>
</parent>

<artifactId>com.io7m.primogenitor.lite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.primogenitor.support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.primogenitor</artifactId>
<groupId>com.io7m.primogenitor</groupId>
<version>8.3.0</version>
<version>8.3.1</version>
</parent>

<artifactId>com.io7m.primogenitor.support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.primogenitor.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.primogenitor</artifactId>
<groupId>com.io7m.primogenitor</groupId>
<version>8.3.0</version>
<version>8.3.1</version>
</parent>

<artifactId>com.io7m.primogenitor.tests</artifactId>
Expand Down
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.io7m.primogenitor</groupId>
<artifactId>com.io7m.primogenitor</artifactId>
<version>8.3.0</version>
<version>8.3.1</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -61,7 +61,7 @@
<io7m.javadoc.docLint>-Xdoclint:all</io7m.javadoc.docLint>

<!-- The timestamp used for all outputs, for reproducibility. -->
<project.build.outputTimestamp>2024-10-17T21:33:08Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-20T10:29:38Z</project.build.outputTimestamp>

<!-- The versions of all plugins used -->
<io7m.bnd-baseline-maven-plugin.version>7.0.0</io7m.bnd-baseline-maven-plugin.version>
Expand Down Expand Up @@ -91,7 +91,7 @@
<io7m.maven-gpg-plugin.version>3.2.7</io7m.maven-gpg-plugin.version>
<io7m.maven-install-plugin.version>3.1.3</io7m.maven-install-plugin.version>
<io7m.maven-jar-plugin.version>3.4.2</io7m.maven-jar-plugin.version>
<io7m.maven-javadoc-plugin.version>3.10.0</io7m.maven-javadoc-plugin.version>
<io7m.maven-javadoc-plugin.version>3.10.1</io7m.maven-javadoc-plugin.version>
<io7m.maven-resources-plugin.version>3.3.1</io7m.maven-resources-plugin.version>
<io7m.maven-shade-plugin.version>3.6.0</io7m.maven-shade-plugin.version>
<io7m.maven-site-plugin.version>4.0.0-M16</io7m.maven-site-plugin.version>
Expand Down Expand Up @@ -978,9 +978,6 @@ Specification-Version: $[project.version]
<configuration>
<destFile>${project.build.directory}/jacoco.exec</destFile>
<append>true</append>
<includes>
<include>**/*.class</include>
</includes>
</configuration>
</execution>

Expand Down

0 comments on commit 6a4ff63

Please sign in to comment.