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 Apr 20, 2024
1 parent a1257cc commit 6c70680
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion com.io7m.minisite.core/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.minisite</groupId>
<artifactId>com.io7m.minisite</artifactId>
<version>5.0.0</version>
<version>5.1.0-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.minisite.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.minisite.documentation/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.minisite</groupId>
<artifactId>com.io7m.minisite</artifactId>
<version>5.0.0</version>
<version>5.1.0-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.minisite.documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.minisite.maven_plugin/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.minisite</groupId>
<artifactId>com.io7m.minisite</artifactId>
<version>5.0.0</version>
<version>5.1.0-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.minisite.maven_plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.minisite.tests/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.io7m.minisite</groupId>
<artifactId>com.io7m.minisite</artifactId>
<version>5.0.0</version>
<version>5.1.0-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.minisite.tests</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@

<groupId>com.io7m.minisite</groupId>
<artifactId>com.io7m.minisite</artifactId>
<version>5.0.0</version>
<version>5.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>com.io7m.minisite</name>
Expand All @@ -30,7 +30,7 @@

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>4.0.0</io7m.api.previousVersion>
<io7m.api.previousVersion>5.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>

<com.io7m.changelog.version>4.1.0</com.io7m.changelog.version>
Expand Down Expand Up @@ -262,7 +262,7 @@
<plugin>
<groupId>com.io7m.minisite</groupId>
<artifactId>com.io7m.minisite.maven_plugin</artifactId>
<version>5.0.0-beta0001</version>
<version>5.0.0</version>
<inherited>false</inherited>
<executions>
<execution>
Expand Down

0 comments on commit 6c70680

Please sign in to comment.