diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 139bf27..a474ea9 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -25,6 +25,7 @@ jobs: name: test-logs path: ./com.io7m.pallene.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.3.0 with: + token: ${{ secrets.CODECOV_TOKEN }} file: com.io7m.pallene.tests/target/site/jacoco-aggregate/jacoco.xml diff --git a/.gitmodules b/.gitmodules index 809031e..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule ".jenkins"] - path = .jenkins - url = https://github.com/io7m/jenkinsfiles diff --git a/.jenkins b/.jenkins deleted file mode 160000 index 3213e21..0000000 --- a/.jenkins +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3213e21cdb5549e59c16e21658a9e87443301c7e diff --git a/README-CHANGES.xml b/README-CHANGES.xml index a40fa91..9d6e8ed 100644 --- a/README-CHANGES.xml +++ b/README-CHANGES.xml @@ -10,6 +10,6 @@ + url="http://www.github.com/io7m-com/pallene/issues"/> diff --git a/README.md b/README.md index bf5dcfc..81ce54c 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@ pallene [![Maven Central](https://img.shields.io/maven-central/v/com.io7m.pallene/com.io7m.pallene.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.pallene%22) [![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.pallene/com.io7m.pallene?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/pallene/) -[![Codecov](https://img.shields.io/codecov/c/github/io7m/pallene.svg?style=flat-square)](https://codecov.io/gh/io7m/pallene) +[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/pallene.svg?style=flat-square)](https://codecov.io/gh/io7m-com/pallene) ![com.io7m.pallene](./src/site/resources/pallene.jpg?raw=true) | JVM | Platform | Status | |-----|----------|--------| -| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/pallene/main.linux.temurin.current.yml)](https://github.com/io7m/pallene/actions?query=workflow%3Amain.linux.temurin.current)| -| OpenJDK (Temurin) LTS | Linux | [![Build (OpenJDK (Temurin) LTS, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/pallene/main.linux.temurin.lts.yml)](https://github.com/io7m/pallene/actions?query=workflow%3Amain.linux.temurin.lts)| -| OpenJDK (Temurin) Current | Windows | [![Build (OpenJDK (Temurin) Current, Windows)](https://img.shields.io/github/actions/workflow/status/io7m/pallene/main.windows.temurin.current.yml)](https://github.com/io7m/pallene/actions?query=workflow%3Amain.windows.temurin.current)| -| OpenJDK (Temurin) LTS | Windows | [![Build (OpenJDK (Temurin) LTS, Windows)](https://img.shields.io/github/actions/workflow/status/io7m/pallene/main.windows.temurin.lts.yml)](https://github.com/io7m/pallene/actions?query=workflow%3Amain.windows.temurin.lts)| +| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m-com/pallene/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/pallene/actions?query=workflow%3Amain.linux.temurin.current)| +| OpenJDK (Temurin) LTS | Linux | [![Build (OpenJDK (Temurin) LTS, Linux)](https://img.shields.io/github/actions/workflow/status/io7m-com/pallene/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/pallene/actions?query=workflow%3Amain.linux.temurin.lts)| +| OpenJDK (Temurin) Current | Windows | [![Build (OpenJDK (Temurin) Current, Windows)](https://img.shields.io/github/actions/workflow/status/io7m-com/pallene/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/pallene/actions?query=workflow%3Amain.windows.temurin.current)| +| OpenJDK (Temurin) LTS | Windows | [![Build (OpenJDK (Temurin) LTS, Windows)](https://img.shields.io/github/actions/workflow/status/io7m-com/pallene/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/pallene/actions?query=workflow%3Amain.windows.temurin.lts)| ## Usage diff --git a/pom.xml b/pom.xml index be3f90d..43f76f8 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.io7m.pallene com.io7m.pallene - 0.0.2 + 1.0.0-SNAPSHOT jar com.io7m.pallene @@ -33,9 +33,9 @@ - https://github.com/io7m/pallene - scm:git:https://github.com/io7m/pallene - scm:git:https://github.com/io7m/pallene + https://www.github.com/io7m-com/pallene + scm:git:https://www.github.com/io7m-com/pallene + scm:git:https://www.github.com/io7m-com/pallene @@ -48,7 +48,7 @@ - https://github.com/io7m/pallene/issues + https://www.github.com/io7m-com/pallene/issues GitHub Issues @@ -66,7 +66,7 @@ GitHub Actions - https://github.com/io7m/pallene/actions + https://www.github.com/io7m-com/pallene/actions @@ -98,20 +98,6 @@ - - - - - maven-compiler-plugin - - 11 - 11 - 11 - - - - - diff --git a/src/site/resources/documentation.xml b/src/site/resources/documentation.xml index 68713d6..deef833 100644 --- a/src/site/resources/documentation.xml +++ b/src/site/resources/documentation.xml @@ -1,4 +1,4 @@
-

Documentation is available on GitHub.

+

Documentation is available on GitHub.

\ No newline at end of file diff --git a/src/site/resources/overview.xml b/src/site/resources/overview.xml index ba8d2be..f7226be 100644 --- a/src/site/resources/overview.xml +++ b/src/site/resources/overview.xml @@ -1,15 +1,15 @@

- - + Build status Maven Central - - + Codecov