From c881abac26968aa3cceb870be858b5fd4290dbe2 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Tue, 30 Apr 2024 19:12:33 +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 +++++----- com.io7m.jmurmur.tests/pom.xml | 4 ++-- .../java/com/io7m/jmurmur/tests/Murmur3Test.java | 0 .../java/com/io7m/jmurmur/tests/package-info.java | 0 pom.xml | 10 +++++----- src/site/resources/overview.xml | 8 ++++---- 10 files changed, 19 insertions(+), 22 deletions(-) delete mode 160000 .jenkins rename com.io7m.jmurmur.tests/src/{test => main}/java/com/io7m/jmurmur/tests/Murmur3Test.java (100%) rename com.io7m.jmurmur.tests/src/{test => main}/java/com/io7m/jmurmur/tests/package-info.java (100%) diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 72939cf..bdb0be4 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.jmurmur.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.jmurmur.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 f7c30e1..edde2f6 100644 --- a/README-CHANGES.xml +++ b/README-CHANGES.xml @@ -18,6 +18,6 @@ - + diff --git a/README.md b/README.md index 841cc53..3ce5b7c 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ jmurmur [![Maven Central](https://img.shields.io/maven-central/v/com.io7m.jmurmur/com.io7m.jmurmur.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.jmurmur%22) [![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.jmurmur/com.io7m.jmurmur?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/jmurmur/) -[![Codecov](https://img.shields.io/codecov/c/github/io7m/jmurmur.svg?style=flat-square)](https://codecov.io/gh/io7m/jmurmur) +[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/jmurmur.svg?style=flat-square)](https://codecov.io/gh/io7m-com/jmurmur) ![com.io7m.jmurmur](./src/site/resources/jmurmur.jpg?raw=true) | JVM | Platform | Status | |-----|----------|--------| -| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/jmurmur/main.linux.temurin.current.yml)](https://github.com/io7m/jmurmur/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/jmurmur/main.linux.temurin.lts.yml)](https://github.com/io7m/jmurmur/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/jmurmur/main.windows.temurin.current.yml)](https://github.com/io7m/jmurmur/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/jmurmur/main.windows.temurin.lts.yml)](https://github.com/io7m/jmurmur/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/jmurmur/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/jmurmur/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/jmurmur/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/jmurmur/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/jmurmur/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/jmurmur/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/jmurmur/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/jmurmur/actions?query=workflow%3Amain.windows.temurin.lts)| diff --git a/com.io7m.jmurmur.tests/pom.xml b/com.io7m.jmurmur.tests/pom.xml index a1a54d9..d38a8df 100644 --- a/com.io7m.jmurmur.tests/pom.xml +++ b/com.io7m.jmurmur.tests/pom.xml @@ -19,7 +19,9 @@ com.io7m.jmurmur.tests + true true + true @@ -29,11 +31,9 @@ ${project.version} - junit junit - test diff --git a/com.io7m.jmurmur.tests/src/test/java/com/io7m/jmurmur/tests/Murmur3Test.java b/com.io7m.jmurmur.tests/src/main/java/com/io7m/jmurmur/tests/Murmur3Test.java similarity index 100% rename from com.io7m.jmurmur.tests/src/test/java/com/io7m/jmurmur/tests/Murmur3Test.java rename to com.io7m.jmurmur.tests/src/main/java/com/io7m/jmurmur/tests/Murmur3Test.java diff --git a/com.io7m.jmurmur.tests/src/test/java/com/io7m/jmurmur/tests/package-info.java b/com.io7m.jmurmur.tests/src/main/java/com/io7m/jmurmur/tests/package-info.java similarity index 100% rename from com.io7m.jmurmur.tests/src/test/java/com/io7m/jmurmur/tests/package-info.java rename to com.io7m.jmurmur.tests/src/main/java/com/io7m/jmurmur/tests/package-info.java diff --git a/pom.xml b/pom.xml index 848cac2..9421e0e 100644 --- a/pom.xml +++ b/pom.xml @@ -41,9 +41,9 @@ - https://github.com/io7m/jmurmur - scm:git:https://github.com/io7m/jmurmur - scm:git:https://github.com/io7m/jmurmur + https://www.github.com/io7m-com/jmurmur + scm:git:https://www.github.com/io7m-com/jmurmur + scm:git:https://www.github.com/io7m-com/jmurmur @@ -56,7 +56,7 @@ - http://github.com/io7m/jmurmur/issues + http://www.github.com/io7m-com/jmurmur/issues GitHub Issues @@ -78,7 +78,7 @@ GitHub Actions - https://github.com/jmurmur/actions + https://www.github.com/io7m-com/jmurmur/actions diff --git a/src/site/resources/overview.xml b/src/site/resources/overview.xml index 6247a94..7780df6 100644 --- a/src/site/resources/overview.xml +++ b/src/site/resources/overview.xml @@ -1,15 +1,15 @@

- - + Build status Maven Central - - + Codecov