From 7a2f0f1d8fb68c1c2160ad45f7188f29f9fdc970 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Fri, 29 Mar 2024 22:42:01 +0000 Subject: [PATCH] Update README and workflows. --- .github/workflows/main.linux.temurin.current.yml | 2 +- .github/workflows/main.windows.temurin.current.yml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index 871c567..71d5aff 100644 --- a/.github/workflows/main.linux.temurin.current.yml +++ b/.github/workflows/main.linux.temurin.current.yml @@ -14,7 +14,7 @@ jobs: - name: JDK uses: actions/setup-java@v3 with: - java-version: 21 + java-version: 22 distribution: 'temurin' - name: Build run: mvn --errors clean verify site diff --git a/.github/workflows/main.windows.temurin.current.yml b/.github/workflows/main.windows.temurin.current.yml index a41f9d3..2d6823b 100644 --- a/.github/workflows/main.windows.temurin.current.yml +++ b/.github/workflows/main.windows.temurin.current.yml @@ -14,7 +14,7 @@ jobs: - name: JDK uses: actions/setup-java@v3 with: - java-version: 21 + java-version: 22 distribution: 'temurin' - name: Build run: mvn --errors clean verify site diff --git a/README.md b/README.md index 52d25bf..6ae6a18 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ jptbox === [![Maven Central](https://img.shields.io/maven-central/v/com.io7m.jptbox/com.io7m.jptbox.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.jptbox%22) -[![Maven Central (snapshot)](https://img.shields.io/nexus/s/https/s01.oss.sonatype.org/com.io7m.jptbox/com.io7m.jptbox.svg?style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/jptbox/) +[![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.jptbox/com.io7m.jptbox?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/jptbox/) [![Codecov](https://img.shields.io/codecov/c/github/io7m/jptbox.svg?style=flat-square)](https://codecov.io/gh/io7m/jptbox) -![jptbox](./src/site/resources/jptbox.jpg?raw=true) +![com.io7m.jptbox](./src/site/resources/jptbox.jpg?raw=true) | JVM | Platform | Status | |-----|----------|--------|