Skip to content

Commit

Permalink
Set JDK 17, set version, update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 8, 2024
1 parent f2e1420 commit 582a250
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ieee754b16
[![Maven Central](https://img.shields.io/maven-central/v/com.io7m.ieee754b16/com.io7m.ieee754b16.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.ieee754b16%22)
[![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.ieee754b16/com.io7m.ieee754b16?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/ieee754b16/)
[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/ieee754b16.svg?style=flat-square)](https://codecov.io/gh/io7m-com/ieee754b16)
![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.ieee754b16](./src/site/resources/ieee754b16.jpg?raw=true)

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.ieee754b16.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.ieee754b16</groupId>
<artifactId>com.io7m.ieee754b16</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.ieee754b16.core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.ieee754b16.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.ieee754b16</groupId>
<artifactId>com.io7m.ieee754b16</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.ieee754b16.tests</artifactId>

Expand Down
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.io7m.ieee754b16</groupId>
<artifactId>com.io7m.ieee754b16</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>com.io7m.ieee754b16</name>
Expand All @@ -26,14 +26,15 @@
</modules>

<properties>
<!-- Configuration. -->
<io7m.api.previousVersion>3.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
</properties>

<licenses>
<license>
<name>ISC</name>
<url>https://io7m.com/license/isc.txt</url>
<url>https://www.io7m.com/license/isc.txt</url>
</license>
</licenses>

Expand All @@ -48,7 +49,7 @@
<id>io7m</id>
<name>io7m</name>
<email>code@io7m.com</email>
<url>https://io7m.com</url>
<url>https://www.io7m.com</url>
</developer>
</developers>

Expand Down

0 comments on commit 582a250

Please sign in to comment.