From efc162f9f650400e133eec5602fd31973444304c Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sun, 28 Apr 2024 18:17:03 +0000 Subject: [PATCH] Move to new organization. --- .github/workflows/main.linux.temurin.lts.yml | 3 ++- .gitmodules | 3 --- .jenkins | 1 - README-CHANGES.xml | 2 +- README.md | 10 +++++----- pom.xml | 6 +++--- src/site/resources/overview.xml | 6 +++--- 7 files changed, 14 insertions(+), 17 deletions(-) delete mode 160000 .jenkins diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 3425f26..50aff67 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.anethum.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.anethum.tests/target/site/jacoco-aggregate/jacoco.xml diff --git a/.gitmodules b/.gitmodules index e8d95e0..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule ".jenkins"] - path = .jenkins - url = https://www.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 aa78642..52b3d49 100644 --- a/README-CHANGES.xml +++ b/README-CHANGES.xml @@ -13,6 +13,6 @@ - + diff --git a/README.md b/README.md index aaacc50..1ff6ced 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@ anethum [![Maven Central](https://img.shields.io/maven-central/v/com.io7m.anethum/com.io7m.anethum.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.anethum%22) [![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.anethum/com.io7m.anethum?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/anethum/) -[![Codecov](https://img.shields.io/codecov/c/github/io7m/anethum.svg?style=flat-square)](https://codecov.io/gh/io7m/anethum) +[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/anethum.svg?style=flat-square)](https://codecov.io/gh/io7m-com/anethum) ![com.io7m.anethum](./src/site/resources/anethum.jpg?raw=true) | JVM | Platform | Status | |-----|----------|--------| -| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/anethum/main.linux.temurin.current.yml)](https://github.com/io7m/anethum/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/anethum/main.linux.temurin.lts.yml)](https://github.com/io7m/anethum/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/anethum/main.windows.temurin.current.yml)](https://github.com/io7m/anethum/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/anethum/main.windows.temurin.lts.yml)](https://github.com/io7m/anethum/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/anethum/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/anethum/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/anethum/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/anethum/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/anethum/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/anethum/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/anethum/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/anethum/actions?query=workflow%3Amain.windows.temurin.lts)| ## anethum diff --git a/pom.xml b/pom.xml index 678f4db..e025d0f 100644 --- a/pom.xml +++ b/pom.xml @@ -41,9 +41,9 @@ - https://github.com/io7m/anethum - scm:git:https://github.com/io7m/anethum - scm:git:https://github.com/io7m/anethum + https://www.github.com/io7m-com/anethum + scm:git:https://www.github.com/io7m-com/anethum + scm:git:https://www.github.com/io7m-com/anethum diff --git a/src/site/resources/overview.xml b/src/site/resources/overview.xml index 16fc2d3..8af555d 100644 --- a/src/site/resources/overview.xml +++ b/src/site/resources/overview.xml @@ -1,6 +1,6 @@

- + Build status @@ -8,8 +8,8 @@ Maven Central - - + Codecov