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 Apr 28, 2024
1 parent 25933ad commit 54173ae
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 19 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.ervilla.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.ervilla.tests/target/site/jacoco-aggregate/jacoco.xml
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ ervilla

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

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

| JVM | Platform | Status |
|-----|----------|--------|
| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/ervilla/main.linux.temurin.current.yml)](https://github.com/io7m/ervilla/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/ervilla/main.linux.temurin.lts.yml)](https://github.com/io7m/ervilla/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/ervilla/main.windows.temurin.current.yml)](https://github.com/io7m/ervilla/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/ervilla/main.windows.temurin.lts.yml)](https://github.com/io7m/ervilla/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/ervilla/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/ervilla/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/ervilla/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/ervilla/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/ervilla/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/ervilla/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/ervilla/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/ervilla/actions?query=workflow%3Amain.windows.temurin.lts)|

## ervilla

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.ervilla.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<packaging>jar</packaging>
<name>com.io7m.ervilla.api</name>
<description>Podman testing service (API)</description>
<url>https://www.github.com/io7m/ervilla</url>
<url>https://www.io7m.com/software/ervilla</url>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.ervilla.native_exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<packaging>jar</packaging>
<name>com.io7m.ervilla.native_exec</name>
<description>Podman testing service (Native implementation)</description>
<url>https://www.github.com/io7m/ervilla</url>
<url>https://www.io7m.com/software/ervilla</url>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.ervilla.postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<packaging>jar</packaging>
<name>com.io7m.ervilla.postgres</name>
<description>Podman testing service (PostgreSQL support)</description>
<url>https://www.github.com/io7m/ervilla</url>
<url>https://www.io7m.com/software/ervilla</url>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.ervilla.test_extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<packaging>jar</packaging>
<name>com.io7m.ervilla.test_extension</name>
<description>Podman testing service (Test extension)</description>
<url>https://www.github.com/io7m/ervilla</url>
<url>https://www.io7m.com/software/ervilla</url>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.ervilla.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<packaging>jar</packaging>
<name>com.io7m.ervilla.tests</name>
<description>Podman testing service (Test suite)</description>
<url>https://www.github.com/io7m/ervilla</url>
<url>https://www.io7m.com/software/ervilla</url>

<properties>
<mdep.analyze.skip>true</mdep.analyze.skip>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
</licenses>

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

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

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

Expand All @@ -89,7 +89,7 @@

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

<prerequisites>
Expand Down
6 changes: 3 additions & 3 deletions src/site/resources/overview.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<p class="shields">
<a href="https://github.com/io7m/ervilla/actions?query=workflow%3Amain.linux.temurin.lts">
<a href="https://www.github.com/io7m-com/ervilla/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m/ervilla/main.linux.temurin.lts.yml"
alt="Build status"/>
</a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.ervilla%22">
<img src="https://img.shields.io/maven-central/v/com.io7m.ervilla/com.io7m.ervilla.svg?style=flat-square"
alt="Maven Central"/>
</a>
<a href="https://codecov.io/gh/io7m/ervilla">
<img src="https://img.shields.io/codecov/c/github/io7m/ervilla.svg?style=flat-square"
<a href="https://codecov.io/gh/io7m-com/ervilla">
<img src="https://img.shields.io/codecov/c/github/io7m-com/ervilla.svg?style=flat-square"
alt="Codecov"/>
</a>
</p>
Expand Down

0 comments on commit 54173ae

Please sign in to comment.