Skip to content

Commit

Permalink
Merge tag 'com.io7m.minisite-5.0.0' into develop
Browse files Browse the repository at this point in the history
Release: com.io7m.minisite 5.0.0

Change: Update com.io7m.primogenitor:com.io7m.primogenitor.support:7.5.0 → 8.2.0
Change: Update ch.qos.logback:logback-classic:1.4.5 → 1.5.6
Change: Update org.slf4j:slf4j-api:2.0.6 → 2.0.13
Change: Update org.apache.maven.plugin-tools:maven-plugin-annotations:3.7.0 → 3.12.0
Change: Update io.takari.maven.plugins:takari-plugin-testing:3.0.1 → 3.0.2
Change: Update org.immutables:value:2.9.3 → 2.10.1
Change: Update com.io7m.minisite:com.io7m.minisite.maven_plugin:5.0.0-beta0001 → 5.0.0-SNAPSHOT
Change: Update org.apache.maven:maven-artifact:3.8.6 → 3.9.6
Change: Update org.apache.maven:maven-compat:3.8.6 → 3.9.6
Change: Update org.apache.maven:maven-core:3.8.6 → 3.9.6
Change: Update org.apache.maven:maven-model:3.8.6 → 3.9.6
Change: Update org.apache.maven:maven-plugin-api:3.8.6 → 3.9.6
Change: Update org.apache.maven:maven-settings:3.8.6 → 3.9.6
Change: (Backwards incompatible) Require JDK 21
  • Loading branch information
io7m committed Apr 20, 2024
2 parents 0986ca3 + e8f2132 commit a1257cc
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
Expand Up @@ -40,7 +40,7 @@
<c:change date="2021-05-02T00:00:00+00:00" summary="Modularize the API"/>
</c:changes>
</c:release>
<c:release date="2024-04-20T13:45:49+00:00" is-open="true" ticket-system="com.io7m.github.minisite" version="5.0.0">
<c:release date="2024-04-20T13:55:33+00:00" is-open="false" ticket-system="com.io7m.github.minisite" version="5.0.0">
<c:changes>
<c:change date="2024-04-20T00:00:00+00:00" summary="Update com.io7m.primogenitor:com.io7m.primogenitor.support:7.5.0 → 8.2.0"/>
<c:change date="2024-04-20T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.4.5 → 1.5.6"/>
Expand All @@ -55,7 +55,7 @@
<c:change date="2024-04-20T00:00:00+00:00" summary="Update org.apache.maven:maven-model:3.8.6 → 3.9.6"/>
<c:change date="2024-04-20T00:00:00+00:00" summary="Update org.apache.maven:maven-plugin-api:3.8.6 → 3.9.6"/>
<c:change date="2024-04-20T00:00:00+00:00" summary="Update org.apache.maven:maven-settings:3.8.6 → 3.9.6"/>
<c:change compatible="false" date="2024-04-20T13:45:49+00:00" summary="Require JDK 21"/>
<c:change compatible="false" date="2024-04-20T00:00:00+00:00" summary="Require JDK 21"/>
</c:changes>
</c:release>
</c:releases>
Expand Down
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-SNAPSHOT</version>
<version>5.0.0</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-SNAPSHOT</version>
<version>5.0.0</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-SNAPSHOT</version>
<version>5.0.0</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-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

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

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

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

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>5.0.0-SNAPSHOT</io7m.api.previousVersion>
<io7m.api.previousVersion>4.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

0 comments on commit a1257cc

Please sign in to comment.