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 c97e3b5 commit c0e9a43
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 22 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.scando.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.scando.tests/target/site/jacoco-aggregate/jacoco.xml
2 changes: 1 addition & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.scando" url="https://www.github.com/io7m/scando/issues/"/>
<c:ticket-system default="true" id="com.github.io7m.scando" url="https://www.github.com/io7m-com/scando/issues/"/>
</c:ticket-systems>
</c:changelog>
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ scando

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

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

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

## scando

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.scando.cmdline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<artifactId>com.io7m.scando.cmdline</artifactId>
<description>Ultra-minimalist semantic versioning checker (Command-line)</description>
<name>com.io7m.scando.cmdline</name>
<url>https://www.github.com/io7m/scando</url>
<url>https://www.io7m.com/software/scando</url>

<dependencies>
<dependency>
Expand Down
7 changes: 4 additions & 3 deletions com.io7m.scando.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
<artifactId>com.io7m.scando.tests</artifactId>
<description>Ultra-minimalist semantic versioning checker (Test suite)</description>
<name>com.io7m.scando.tests</name>
<url>https://www.github.com/io7m/scando</url>
<url>https://www.io7m.com/software/scando</url>

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

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

<description>Ultra-minimalist semantic versioning checker</description>
<name>com.io7m.scando</name>
<url>https://www.github.com/io7m/scando</url>
<url>https://www.io7m.com/software/scando</url>

<packaging>pom</packaging>

Expand All @@ -33,14 +33,14 @@
<licenses>
<license>
<name>ISC</name>
<url>https://io7m.com/license/isc.txt</url>
<url>https://www.io7m.com/license/isc.txt</url>
</license>
</licenses>

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

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

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

Expand All @@ -71,7 +71,7 @@

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

<dependencyManagement>
Expand Down
8 changes: 4 additions & 4 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/scando/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m/scando/main.linux.temurin.lts.yml"
<a href="https://www.github.com/io7m-com/scando/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m-com/scando/main.linux.temurin.lts.yml"
alt="Build status"/>
</a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.scando%22">
<img src="https://img.shields.io/maven-central/v/com.io7m.scando/com.io7m.scando.svg?style=flat-square"
alt="Maven Central"/>
</a>
<a href="https://codecov.io/gh/io7m/scando">
<img src="https://img.shields.io/codecov/c/github/io7m/scando.svg?style=flat-square"
<a href="https://codecov.io/gh/io7m-com/scando">
<img src="https://img.shields.io/codecov/c/github/io7m-com/scando.svg?style=flat-square"
alt="Codecov"/>
</a>
</p>
Expand Down

0 comments on commit c0e9a43

Please sign in to comment.