From 128caa4edb7c1c0b3284aa1c85e5af1db23f5ece Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Fri, 3 May 2024 11:36:49 +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.jsycamore.api/pom.xml | 2 +- com.io7m.jsycamore.awt/pom.xml | 2 +- com.io7m.jsycamore.components.standard/pom.xml | 2 +- com.io7m.jsycamore.documentation/pom.xml | 2 +- .../com/io7m/jsycamore/documentation/mc-text.xml | 2 +- com.io7m.jsycamore.font.dejavu/pom.xml | 2 +- com.io7m.jsycamore.font.york/pom.xml | 2 +- com.io7m.jsycamore.generation/pom.xml | 2 +- com.io7m.jsycamore.tests/pom.xml | 4 +++- pom.xml | 15 ++++++++------- 15 files changed, 27 insertions(+), 27 deletions(-) delete mode 160000 .jenkins diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 3ed3f917..0fd7ee47 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.jsycamore.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.3.1 with: + token: ${{ secrets.CODECOV_TOKEN }} file: com.io7m.jsycamore.tests/target/site/jacoco-aggregate/jacoco.xml diff --git a/.gitmodules b/.gitmodules index fade7d71..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule ".jenkins"] - path = .jenkins - url = http://www.github.com/io7m/jenkinsfiles diff --git a/.jenkins b/.jenkins deleted file mode 160000 index 3213e21c..00000000 --- a/.jenkins +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3213e21cdb5549e59c16e21658a9e87443301c7e diff --git a/README-CHANGES.xml b/README-CHANGES.xml index 310ec56f..2d78b885 100644 --- a/README-CHANGES.xml +++ b/README-CHANGES.xml @@ -13,7 +13,7 @@ - https://github.com/io7m/jsycamore/issues + https://www.github.com/io7m-com/jsycamore/issues diff --git a/README.md b/README.md index 64815c6d..c0c49413 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ jsycamore [![Maven Central](https://img.shields.io/maven-central/v/com.io7m.jsycamore/com.io7m.jsycamore.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.jsycamore%22) [![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.jsycamore/com.io7m.jsycamore?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/jsycamore/) -[![Codecov](https://img.shields.io/codecov/c/github/io7m/jsycamore.svg?style=flat-square)](https://codecov.io/gh/io7m/jsycamore) +[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/jsycamore.svg?style=flat-square)](https://codecov.io/gh/io7m-com/jsycamore) ![com.io7m.jsycamore](./src/site/resources/jsycamore.jpg?raw=true) | JVM | Platform | Status | |-----|----------|--------| -| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/jsycamore/main.linux.temurin.current.yml)](https://github.com/io7m/jsycamore/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/jsycamore/main.linux.temurin.lts.yml)](https://github.com/io7m/jsycamore/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/jsycamore/main.windows.temurin.current.yml)](https://github.com/io7m/jsycamore/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/jsycamore/main.windows.temurin.lts.yml)](https://github.com/io7m/jsycamore/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/jsycamore/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/jsycamore/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/jsycamore/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/jsycamore/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/jsycamore/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/jsycamore/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/jsycamore/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/jsycamore/actions?query=workflow%3Amain.windows.temurin.lts)| diff --git a/com.io7m.jsycamore.api/pom.xml b/com.io7m.jsycamore.api/pom.xml index 129396b8..0f7cc43b 100644 --- a/com.io7m.jsycamore.api/pom.xml +++ b/com.io7m.jsycamore.api/pom.xml @@ -14,7 +14,7 @@ jar com.io7m.jsycamore.api Embedded GUI library (API specification) - https://www.io7m.com/software/jsycamore/ + https://www.io7m.com/software/jsycamore diff --git a/com.io7m.jsycamore.awt/pom.xml b/com.io7m.jsycamore.awt/pom.xml index 66b787f7..eac3c7a6 100644 --- a/com.io7m.jsycamore.awt/pom.xml +++ b/com.io7m.jsycamore.awt/pom.xml @@ -16,7 +16,7 @@ jar com.io7m.jsycamore.awt Embedded GUI library (AWT rendering) - https://www.io7m.com/software/jsycamore/ + https://www.io7m.com/software/jsycamore diff --git a/com.io7m.jsycamore.components.standard/pom.xml b/com.io7m.jsycamore.components.standard/pom.xml index b2ed0773..34dfe56c 100644 --- a/com.io7m.jsycamore.components.standard/pom.xml +++ b/com.io7m.jsycamore.components.standard/pom.xml @@ -15,7 +15,7 @@ jar com.io7m.jsycamore.components.standard Embedded GUI library (Standard components) - https://www.io7m.com/software/jsycamore/ + https://www.io7m.com/software/jsycamore diff --git a/com.io7m.jsycamore.documentation/pom.xml b/com.io7m.jsycamore.documentation/pom.xml index 9c9fed7f..b72689e4 100644 --- a/com.io7m.jsycamore.documentation/pom.xml +++ b/com.io7m.jsycamore.documentation/pom.xml @@ -15,7 +15,7 @@ jar com.io7m.jsycamore.documentation Embedded GUI library (Documentation) - https://www.io7m.com/software/jsycamore/ + https://www.io7m.com/software/jsycamore true diff --git a/com.io7m.jsycamore.documentation/src/main/resources/com/io7m/jsycamore/documentation/mc-text.xml b/com.io7m.jsycamore.documentation/src/main/resources/com/io7m/jsycamore/documentation/mc-text.xml index 92cb02de..7febd599 100644 --- a/com.io7m.jsycamore.documentation/src/main/resources/com/io7m/jsycamore/documentation/mc-text.xml +++ b/com.io7m.jsycamore.documentation/src/main/resources/com/io7m/jsycamore/documentation/mc-text.xml @@ -123,7 +123,7 @@ com.io7m.jsycamore.font.york - York Sans + York Sans diff --git a/com.io7m.jsycamore.font.dejavu/pom.xml b/com.io7m.jsycamore.font.dejavu/pom.xml index 9bdb7ec3..67b29bfb 100644 --- a/com.io7m.jsycamore.font.dejavu/pom.xml +++ b/com.io7m.jsycamore.font.dejavu/pom.xml @@ -15,7 +15,7 @@ jar com.io7m.jsycamore.font.dejavu Embedded GUI library (DejaVu Fonts) - https://www.io7m.com/software/jsycamore/ + https://www.io7m.com/software/jsycamore diff --git a/com.io7m.jsycamore.font.york/pom.xml b/com.io7m.jsycamore.font.york/pom.xml index 3930eb1f..8b442d6d 100644 --- a/com.io7m.jsycamore.font.york/pom.xml +++ b/com.io7m.jsycamore.font.york/pom.xml @@ -15,7 +15,7 @@ jar com.io7m.jsycamore.font.york Embedded GUI library (York Fonts) - https://www.io7m.com/software/jsycamore/ + https://www.io7m.com/software/jsycamore diff --git a/com.io7m.jsycamore.generation/pom.xml b/com.io7m.jsycamore.generation/pom.xml index 93fad2c5..cb9f66c8 100644 --- a/com.io7m.jsycamore.generation/pom.xml +++ b/com.io7m.jsycamore.generation/pom.xml @@ -16,7 +16,7 @@ jar com.io7m.jsycamore.generation Embedded GUI library (Code generation) - https://www.io7m.com/software/jsycamore/ + https://www.io7m.com/software/jsycamore diff --git a/com.io7m.jsycamore.tests/pom.xml b/com.io7m.jsycamore.tests/pom.xml index 76238e0d..f35da2d1 100644 --- a/com.io7m.jsycamore.tests/pom.xml +++ b/com.io7m.jsycamore.tests/pom.xml @@ -18,8 +18,10 @@ https://www.io7m.com/software/jsycamore/ - true + true true + true + true diff --git a/pom.xml b/pom.xml index 36a65af8..4d8fa90e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ pom com.io7m.jsycamore Embedded GUI library - https://github.com/io7m/jsycamore + https://www.io7m.com/software/jsycamore com.io7m.jsycamore.api @@ -36,9 +36,10 @@ - 1.8.0 0.2.0-SNAPSHOT 21 + + 1.8.0 2.10.0 21.0.3 1.8.2 @@ -54,9 +55,9 @@ - https://github.com/io7m/jsycamore - scm:git:https://github.com/io7m/jsycamore - scm:git:https://github.com/io7m/jsycamore + https://www.github.com/io7m-com/jsycamore + scm:git:https://www.github.com/io7m-com/jsycamore + scm:git:https://www.github.com/io7m-com/jsycamore @@ -69,7 +70,7 @@ - https://github.com/io7m/jsycamore/issues + https://www.github.com/io7m-com/jsycamore/issues GitHub Issues @@ -87,7 +88,7 @@ GitHub Actions - https://github.com/jsycamore/actions + https://www.github.com/io7m-com/jsycamore/actions