Skip to content

Commit

Permalink
Set JDK 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 7, 2024
1 parent 17d323b commit aefd37e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A specification for structured, user-facing error message values.

* Simple interfaces for exposing error information in a structured manner.
* Convenient builders for structured error values.
* Written in pure Java 21.
* Written in pure Java 17.
* [OSGi](https://www.osgi.org/) ready.
* [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready.
* ISC license.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ seltzer
[![Maven Central](https://img.shields.io/maven-central/v/com.io7m.seltzer/com.io7m.seltzer.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.seltzer%22)
[![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.seltzer/com.io7m.seltzer?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/seltzer/)
[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/seltzer.svg?style=flat-square)](https://codecov.io/gh/io7m-com/seltzer)
![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.seltzer](./src/site/resources/seltzer.jpg?raw=true)

Expand All @@ -23,7 +23,7 @@ A specification for structured, user-facing error message values.

* Simple interfaces for exposing error information in a structured manner.
* Convenient builders for structured error values.
* Written in pure Java 21.
* Written in pure Java 17.
* [OSGi](https://www.osgi.org/) ready.
* [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready.
* ISC license.
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@
</modules>

<properties>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<!-- Configuration. -->
<io7m.api.previousVersion>1.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>

<!-- io7m dependencies. -->
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>

<!-- Third-party dependencies. -->
<junit.version>5.10.2</junit.version>
<jqwik.version>1.8.4</jqwik.version>
</properties>
Expand Down

0 comments on commit aefd37e

Please sign in to comment.