Skip to content

Commit

Permalink
Move to new organization.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 3, 2024
1 parent a4c8880 commit 128caa4
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.linux.temurin.lts.yml
Expand Up @@ -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
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,3 +0,0 @@
[submodule ".jenkins"]
path = .jenkins
url = http://www.github.com/io7m/jenkinsfiles
1 change: 0 additions & 1 deletion .jenkins
Submodule .jenkins deleted from 3213e2
2 changes: 1 addition & 1 deletion README-CHANGES.xml
Expand Up @@ -13,7 +13,7 @@
</c:release>

<c:ticket-system xml:id="com.github.io7m.jsycamore">
<c:ticket-url>https://github.com/io7m/jsycamore/issues</c:ticket-url>
<c:ticket-url>https://www.github.com/io7m-com/jsycamore/issues</c:ticket-url>
</c:ticket-system>

</c:changelog>
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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)|
2 changes: 1 addition & 1 deletion com.io7m.jsycamore.api/pom.xml
Expand Up @@ -14,7 +14,7 @@
<packaging>jar</packaging>
<name>com.io7m.jsycamore.api</name>
<description>Embedded GUI library (API specification)</description>
<url>https://www.io7m.com/software/jsycamore/</url>
<url>https://www.io7m.com/software/jsycamore</url>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsycamore.awt/pom.xml
Expand Up @@ -16,7 +16,7 @@
<packaging>jar</packaging>
<name>com.io7m.jsycamore.awt</name>
<description>Embedded GUI library (AWT rendering)</description>
<url>https://www.io7m.com/software/jsycamore/</url>
<url>https://www.io7m.com/software/jsycamore</url>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsycamore.components.standard/pom.xml
Expand Up @@ -15,7 +15,7 @@
<packaging>jar</packaging>
<name>com.io7m.jsycamore.components.standard</name>
<description>Embedded GUI library (Standard components)</description>
<url>https://www.io7m.com/software/jsycamore/</url>
<url>https://www.io7m.com/software/jsycamore</url>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsycamore.documentation/pom.xml
Expand Up @@ -15,7 +15,7 @@
<packaging>jar</packaging>
<name>com.io7m.jsycamore.documentation</name>
<description>Embedded GUI library (Documentation)</description>
<url>https://www.io7m.com/software/jsycamore/</url>
<url>https://www.io7m.com/software/jsycamore</url>

<properties>
<checkstyle.skip>true</checkstyle.skip>
Expand Down
Expand Up @@ -123,7 +123,7 @@
<Term type="package">com.io7m.jsycamore.font.york</Term>
</Cell>
<Cell>
<LinkExternal target="https://github.com/io7m/york-font/">York Sans</LinkExternal>
<LinkExternal target="https://www.github.com/io7m-com/york-font/">York Sans</LinkExternal>
</Cell>
</Row>
</Table>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsycamore.font.dejavu/pom.xml
Expand Up @@ -15,7 +15,7 @@
<packaging>jar</packaging>
<name>com.io7m.jsycamore.font.dejavu</name>
<description>Embedded GUI library (DejaVu Fonts)</description>
<url>https://www.io7m.com/software/jsycamore/</url>
<url>https://www.io7m.com/software/jsycamore</url>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsycamore.font.york/pom.xml
Expand Up @@ -15,7 +15,7 @@
<packaging>jar</packaging>
<name>com.io7m.jsycamore.font.york</name>
<description>Embedded GUI library (York Fonts)</description>
<url>https://www.io7m.com/software/jsycamore/</url>
<url>https://www.io7m.com/software/jsycamore</url>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jsycamore.generation/pom.xml
Expand Up @@ -16,7 +16,7 @@
<packaging>jar</packaging>
<name>com.io7m.jsycamore.generation</name>
<description>Embedded GUI library (Code generation)</description>
<url>https://www.io7m.com/software/jsycamore/</url>
<url>https://www.io7m.com/software/jsycamore</url>

<dependencies>
</dependencies>
Expand Down
4 changes: 3 additions & 1 deletion com.io7m.jsycamore.tests/pom.xml
Expand Up @@ -18,8 +18,10 @@
<url>https://www.io7m.com/software/jsycamore/</url>

<properties>
<mdep.analyze.skip>true</mdep.analyze.skip>
<bnd.baseline.skip>true</bnd.baseline.skip>
<checkstyle.skip>true</checkstyle.skip>
<mdep.analyze.skip>true</mdep.analyze.skip>
<spotbugs.skip>true</spotbugs.skip>
</properties>

<dependencies>
Expand Down
15 changes: 8 additions & 7 deletions pom.xml
Expand Up @@ -19,7 +19,7 @@
<packaging>pom</packaging>
<name>com.io7m.jsycamore</name>
<description>Embedded GUI library</description>
<url>https://github.com/io7m/jsycamore</url>
<url>https://www.io7m.com/software/jsycamore</url>

<modules>
<module>com.io7m.jsycamore.api</module>
Expand All @@ -36,9 +36,10 @@
</modules>

<properties>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<io7m.api.previousVersion>0.2.0-SNAPSHOT</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>

<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<io7m.org.immutables.value.version>2.10.0</io7m.org.immutables.value.version>
<javafx.version>21.0.3</javafx.version>
<jqwik.version>1.8.2</jqwik.version>
Expand All @@ -54,9 +55,9 @@
</licenses>

<scm>
<url>https://github.com/io7m/jsycamore</url>
<connection>scm:git:https://github.com/io7m/jsycamore</connection>
<developerConnection>scm:git:https://github.com/io7m/jsycamore</developerConnection>
<url>https://www.github.com/io7m-com/jsycamore</url>
<connection>scm:git:https://www.github.com/io7m-com/jsycamore</connection>
<developerConnection>scm:git:https://www.github.com/io7m-com/jsycamore</developerConnection>
</scm>

<developers>
Expand All @@ -69,7 +70,7 @@
</developers>

<issueManagement>
<url>https://github.com/io7m/jsycamore/issues</url>
<url>https://www.github.com/io7m-com/jsycamore/issues</url>
<system>GitHub Issues</system>
</issueManagement>

Expand All @@ -87,7 +88,7 @@

<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/jsycamore/actions</url>
<url>https://www.github.com/io7m-com/jsycamore/actions</url>
</ciManagement>

<prerequisites>
Expand Down

0 comments on commit 128caa4

Please sign in to comment.