From 7d6cd0b306b1919bbf557033e98e486e915c09d5 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Tue, 7 May 2024 18:27:37 +0000 Subject: [PATCH] Specify JDK 17 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e17cdb6..865a96b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ jmutnum [![Maven Central](https://img.shields.io/maven-central/v/com.io7m.jmutnum/com.io7m.jmutnum.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.jmutnum%22) [![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.jmutnum/com.io7m.jmutnum?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/jmutnum/) [![Codecov](https://img.shields.io/codecov/c/github/io7m-com/jmutnum.svg?style=flat-square)](https://codecov.io/gh/io7m-com/jmutnum) -![Java Version](https://img.shields.io/badge/21-java?label=java&color=e6c35c) +![Java Version](https://img.shields.io/badge/17-java?label=java&color=e65cc3) ![com.io7m.jmutnum](./src/site/resources/jmutnum.jpg?raw=true) diff --git a/pom.xml b/pom.xml index b3744c4..37f58e1 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 4.0.0 - 21 + 17 2.10.1