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 Oct 17, 2024
1 parent 6d74732 commit 8219115
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
5 changes: 4 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,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-17T21:49:10+00:00" is-open="true" ticket-system="com.github.io7m.primogenitor" version="8.4.0">
<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.4.0-SNAPSHOT</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.4.0-SNAPSHOT</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.4.0-SNAPSHOT</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.4.0-SNAPSHOT</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.0</version>
<version>8.4.0-SNAPSHOT</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-17T21:49:01Z</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 8219115

Please sign in to comment.