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 20, 2024
1 parent 1041cef commit be317b0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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</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.1</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.1</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.1</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.1</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-20T10:29:38Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-20T10:39:17Z</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 be317b0

Please sign in to comment.