Skip to content

Commit

Permalink
Update README and workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Mar 29, 2024
1 parent ef8b4aa commit cc47bd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.current.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.current.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,10 +2,10 @@ jfsm
===

[![Maven Central](https://img.shields.io/maven-central/v/com.io7m.jfsm/com.io7m.jfsm.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.jfsm%22)
[![Maven Central (snapshot)](https://img.shields.io/nexus/s/https/s01.oss.sonatype.org/com.io7m.jfsm/com.io7m.jfsm.svg?style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/jfsm/)
[![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.jfsm/com.io7m.jfsm?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/jfsm/)
[![Codecov](https://img.shields.io/codecov/c/github/io7m/jfsm.svg?style=flat-square)](https://codecov.io/gh/io7m/jfsm)

![jfsm](./src/site/resources/jfsm.jpg?raw=true)
![com.io7m.jfsm](./src/site/resources/jfsm.jpg?raw=true)

| JVM | Platform | Status |
|-----|----------|--------|
Expand Down

0 comments on commit cc47bd6

Please sign in to comment.