Skip to content

Commit

Permalink
Mark 8.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Oct 20, 2024
1 parent 1b08c9c commit e4910fe
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,9 @@
<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:28:59+00:00" is-open="true" ticket-system="com.github.io7m.primogenitor" version="8.3.1">
<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-20T10:28:59+00:00" summary="Fix coverage generation.">
<c:change date="2024-10-20T00:00:00+00:00" summary="Fix coverage generation.">
<c:tickets>
<c:ticket id="128"/>
</c:tickets>
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.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</version>
<version>8.3.1</version>
</parent>

<artifactId>com.io7m.primogenitor.tests</artifactId>
Expand Down
4 changes: 2 additions & 2 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.1-SNAPSHOT</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-20T10:18:55Z</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

0 comments on commit e4910fe

Please sign in to comment.