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 2, 2024
1 parent 13d13bb commit 3dd9529
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
name: test-logs
path: ./com.io7m.xstructural.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.xstructural.tests/target/site/jacoco-aggregate/jacoco.xml
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule ".jenkins"]
path = .jenkins
url = https://www.github.com/io7m/jenkinsfiles
1 change: 0 additions & 1 deletion .jenkins
Submodule .jenkins deleted from 3213e2
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ xstructural

[![Maven Central](https://img.shields.io/maven-central/v/com.io7m.xstructural/com.io7m.xstructural.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.xstructural%22)
[![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.xstructural/com.io7m.xstructural?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/xstructural/)
[![Codecov](https://img.shields.io/codecov/c/github/io7m/xstructural.svg?style=flat-square)](https://codecov.io/gh/io7m/xstructural)
[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/xstructural.svg?style=flat-square)](https://codecov.io/gh/io7m-com/xstructural)

![com.io7m.xstructural](./src/site/resources/xstructural.jpg?raw=true)

| JVM | Platform | Status |
|-----|----------|--------|
| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/xstructural/main.linux.temurin.current.yml)](https://github.com/io7m/xstructural/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/xstructural/main.linux.temurin.lts.yml)](https://github.com/io7m/xstructural/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/xstructural/main.windows.temurin.current.yml)](https://github.com/io7m/xstructural/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/xstructural/main.windows.temurin.lts.yml)](https://github.com/io7m/xstructural/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/xstructural/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/xstructural/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/xstructural/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/xstructural/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/xstructural/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/xstructural/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/xstructural/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/xstructural/actions?query=workflow%3Amain.windows.temurin.lts)|
2 changes: 1 addition & 1 deletion com.io7m.xstructural.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<description>Structural document format (API)</description>
<name>com.io7m.xstructural.api</name>
<url>https://www.github.com/io7m/xstructural</url>
<url>https://www.io7m.com/software/xstructural</url>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.xstructural.cmdline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<description>Structural document format (Command line)</description>
<name>com.io7m.xstructural.cmdline</name>
<url>https://www.github.com/io7m/xstructural</url>
<url>https://www.io7m.com/software/xstructural</url>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.xstructural.documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<description>Structural document format (Documentation)</description>
<name>com.io7m.xstructural.documentation</name>
<url>https://www.github.com/io7m/xstructural</url>
<url>https://www.io7m.com/software/xstructural</url>

<properties>
<mdep.analyze.skip>true</mdep.analyze.skip>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.xstructural.maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<description>Structural document format (Maven plugin)</description>
<name>com.io7m.xstructural.maven_plugin</name>
<url>https://www.github.com/io7m/xstructural</url>
<url>https://www.io7m.com/software/xstructural</url>

<properties>
<bnd.baseline.skip>true</bnd.baseline.skip>
Expand Down
5 changes: 4 additions & 1 deletion com.io7m.xstructural.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@

<description>Structural document format (Test suite)</description>
<name>com.io7m.xstructural.tests</name>
<url>https://www.github.com/io7m/xstructural</url>
<url>https://www.io7m.com/software/xstructural</url>

<properties>
<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
2 changes: 1 addition & 1 deletion com.io7m.xstructural.vanilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<description>Structural document format (Vanilla)</description>
<name>com.io7m.xstructural.vanilla</name>
<url>https://www.github.com/io7m/xstructural</url>
<url>https://www.io7m.com/software/xstructural</url>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.xstructural.xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<description>Structural document format (XML resources)</description>
<name>com.io7m.xstructural.xml</name>
<url>https://www.github.com/io7m/xstructural</url>
<url>https://www.io7m.com/software/xstructural</url>

<dependencies>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<description>Structural document format</description>
<name>com.io7m.xstructural</name>
<url>https://www.github.com/io7m/xstructural</url>
<url>https://www.io7m.com/software/xstructural</url>

<modules>
<module>com.io7m.xstructural.api</module>
Expand Down Expand Up @@ -44,9 +44,9 @@
</licenses>

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

<developers>
Expand All @@ -59,7 +59,7 @@
</developers>

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

Expand All @@ -77,7 +77,7 @@

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

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/overview.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<p class="shields">
<a href="https://github.com/io7m/xstructural/actions?query=workflow%3Amain.linux.temurin.lts">
<a href="https://www.github.com/io7m-com/xstructural/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m/xstructural/main.linux.temurin.lts.yml"
alt="Build status"/>
</a>
Expand Down

0 comments on commit 3dd9529

Please sign in to comment.