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 1, 2024
1 parent c65ecda commit ee2b41e
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 18 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.junreachable.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.junreachable.tests/target/site/jacoco-aggregate/jacoco.xml
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule ".jenkins"]
path = .jenkins
url = https://github.com/io7m/jenkinsfiles
url = https://www.github.com/io7m-com/jenkinsfiles
shallow = true
2 changes: 1 addition & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
</c:releases>
<c:ticket-systems>
<c:ticket-system default="false" id="com.io7m.fossil.junreachable" url="http://fossil.io7m.com/repo.cgi/io7m-junreachable/tktview?name="/>
<c:ticket-system default="true" id="com.github.io7m.junreachable" url="http://github.com/io7m/junreachable/issues"/>
<c:ticket-system default="true" id="com.github.io7m.junreachable" url="http://www.github.com/io7m-com/junreachable/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,13 +3,13 @@ junreachable

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

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

| JVM | Platform | Status |
|-----|----------|--------|
| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/junreachable/main.linux.temurin.current.yml)](https://github.com/io7m/junreachable/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/junreachable/main.linux.temurin.lts.yml)](https://github.com/io7m/junreachable/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/junreachable/main.windows.temurin.current.yml)](https://github.com/io7m/junreachable/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/junreachable/main.windows.temurin.lts.yml)](https://github.com/io7m/junreachable/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/junreachable/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/junreachable/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/junreachable/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/junreachable/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/junreachable/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/junreachable/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/junreachable/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/junreachable/actions?query=workflow%3Amain.windows.temurin.lts)|
60 changes: 60 additions & 0 deletions com.io7m.junreachable.tests/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.io7m.junreachable</groupId>
<artifactId>com.io7m.junreachable</artifactId>
<version>4.0.1-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.junreachable.tests</artifactId>

<packaging>jar</packaging>
<name>com.io7m.junreachable.tests</name>
<description>Exception types for marking unreachable/unimplemented code (Test suite)</description>
<url>https://www.io7m.com/software/junreachable</url>

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

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>com.io7m.junreachable.core</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.versioning</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.bundle</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
<plugins>
<!-- Determine test coverage -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
<packaging>pom</packaging>
<name>com.io7m.junreachable</name>
<description>Exception types for marking unreachable/unimplemented code</description>
<url>https://github.com/io7m/junreachable</url>
<url>https://www.github.com/io7m-com/junreachable</url>

<modules>
<module>com.io7m.junreachable.core</module>
<module>com.io7m.junreachable.tests</module>
<module>com.io7m.junreachable.documentation</module>
</modules>

Expand All @@ -38,9 +39,9 @@
</licenses>

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

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

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

Expand All @@ -75,7 +76,7 @@

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

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

0 comments on commit ee2b41e

Please sign in to comment.