From ee2b41e41f8b16b726c8cfb59d945221f3ca9887 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Wed, 1 May 2024 19:08:31 +0000 Subject: [PATCH] Move to new organization. --- .github/workflows/main.linux.temurin.lts.yml | 3 +- .gitmodules | 2 +- README-CHANGES.xml | 2 +- README.md | 10 ++-- com.io7m.junreachable.tests/pom.xml | 60 +++++++++++++++++++ .../junreachable/tests/UnreachableTest.java | 0 .../io7m/junreachable/tests/package-info.java | 0 pom.xml | 13 ++-- src/site/resources/overview.xml | 8 +-- 9 files changed, 80 insertions(+), 18 deletions(-) create mode 100644 com.io7m.junreachable.tests/pom.xml rename {com.io7m.junreachable.core/src/test => com.io7m.junreachable.tests/src/main}/java/com/io7m/junreachable/tests/UnreachableTest.java (100%) rename {com.io7m.junreachable.core/src/test => com.io7m.junreachable.tests/src/main}/java/com/io7m/junreachable/tests/package-info.java (100%) diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 1f47042..eafbad9 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.junreachable.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.junreachable.tests/target/site/jacoco-aggregate/jacoco.xml diff --git a/.gitmodules b/.gitmodules index e880467..cd31879 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule ".jenkins"] path = .jenkins - url = https://github.com/io7m/jenkinsfiles + url = https://www.github.com/io7m-com/jenkinsfiles shallow = true diff --git a/README-CHANGES.xml b/README-CHANGES.xml index fff5d54..f027840 100644 --- a/README-CHANGES.xml +++ b/README-CHANGES.xml @@ -54,6 +54,6 @@ - + diff --git a/README.md b/README.md index 49f47e8..77a822e 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ junreachable [![Maven Central](https://img.shields.io/maven-central/v/com.io7m.junreachable/com.io7m.junreachable.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.junreachable%22) [![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.junreachable/com.io7m.junreachable?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/junreachable/) -[![Codecov](https://img.shields.io/codecov/c/github/io7m/junreachable.svg?style=flat-square)](https://codecov.io/gh/io7m/junreachable) +[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/junreachable.svg?style=flat-square)](https://codecov.io/gh/io7m-com/junreachable) ![com.io7m.junreachable](./src/site/resources/junreachable.jpg?raw=true) | JVM | Platform | Status | |-----|----------|--------| -| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/junreachable/main.linux.temurin.current.yml)](https://github.com/io7m/junreachable/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/junreachable/main.linux.temurin.lts.yml)](https://github.com/io7m/junreachable/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/junreachable/main.windows.temurin.current.yml)](https://github.com/io7m/junreachable/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/junreachable/main.windows.temurin.lts.yml)](https://github.com/io7m/junreachable/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/junreachable/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/junreachable/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/junreachable/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/junreachable/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/junreachable/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/junreachable/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/junreachable/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/junreachable/actions?query=workflow%3Amain.windows.temurin.lts)| diff --git a/com.io7m.junreachable.tests/pom.xml b/com.io7m.junreachable.tests/pom.xml new file mode 100644 index 0000000..f867c72 --- /dev/null +++ b/com.io7m.junreachable.tests/pom.xml @@ -0,0 +1,60 @@ + + + + 4.0.0 + + com.io7m.junreachable + com.io7m.junreachable + 4.0.1-SNAPSHOT + + com.io7m.junreachable.tests + + jar + com.io7m.junreachable.tests + Exception types for marking unreachable/unimplemented code (Test suite) + https://www.io7m.com/software/junreachable + + + true + true + true + + + + + ${project.groupId} + com.io7m.junreachable.core + ${project.version} + + + + junit + junit + + + + org.osgi + org.osgi.annotation.versioning + provided + + + org.osgi + org.osgi.annotation.bundle + provided + + + + + + + + org.jacoco + jacoco-maven-plugin + + + + + diff --git a/com.io7m.junreachable.core/src/test/java/com/io7m/junreachable/tests/UnreachableTest.java b/com.io7m.junreachable.tests/src/main/java/com/io7m/junreachable/tests/UnreachableTest.java similarity index 100% rename from com.io7m.junreachable.core/src/test/java/com/io7m/junreachable/tests/UnreachableTest.java rename to com.io7m.junreachable.tests/src/main/java/com/io7m/junreachable/tests/UnreachableTest.java diff --git a/com.io7m.junreachable.core/src/test/java/com/io7m/junreachable/tests/package-info.java b/com.io7m.junreachable.tests/src/main/java/com/io7m/junreachable/tests/package-info.java similarity index 100% rename from com.io7m.junreachable.core/src/test/java/com/io7m/junreachable/tests/package-info.java rename to com.io7m.junreachable.tests/src/main/java/com/io7m/junreachable/tests/package-info.java diff --git a/pom.xml b/pom.xml index 8a1dd7e..eeb60a2 100644 --- a/pom.xml +++ b/pom.xml @@ -18,10 +18,11 @@ pom com.io7m.junreachable Exception types for marking unreachable/unimplemented code - https://github.com/io7m/junreachable + https://www.github.com/io7m-com/junreachable com.io7m.junreachable.core + com.io7m.junreachable.tests com.io7m.junreachable.documentation @@ -38,9 +39,9 @@ - https://github.com/io7m/junreachable - scm:git:https://github.com/io7m/junreachable - scm:git:https://github.com/io7m/junreachable + https://www.github.com/io7m-com/junreachable + scm:git:https://www.github.com/io7m-com/junreachable + scm:git:https://www.github.com/io7m-com/junreachable @@ -53,7 +54,7 @@ - https://github.com/io7m/junreachable/issues + https://www.github.com/io7m-com/junreachable/issues GitHub Issues @@ -75,7 +76,7 @@ GitHub Actions - https://github.com/junreachable/actions + https://www.github.com/io7m-com/junreachable/actions diff --git a/src/site/resources/overview.xml b/src/site/resources/overview.xml index 174c0a8..1257aba 100644 --- a/src/site/resources/overview.xml +++ b/src/site/resources/overview.xml @@ -1,15 +1,15 @@

- - + Build status Maven Central - - + Codecov