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 182d4e7 commit 46ee461
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 26 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.seltzer.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.seltzer.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
2 changes: 1 addition & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.seltzer" url="https://www.github.com/io7m/seltzer/issues/"/>
<c:ticket-system default="true" id="com.github.io7m.seltzer" url="https://www.github.com/io7m-com/seltzer/issues/"/>
</c:ticket-systems>
</c:changelog>
2 changes: 1 addition & 1 deletion README.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A specification for structured, user-facing error message values.

* Simple interfaces for exposing error information in a structured manner.
* Convenient builders for structured error values.
* Written in pure Java 17.
* Written in pure Java 21.
* [OSGi](https://www.osgi.org/) ready.
* [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready.
* ISC license.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ seltzer

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

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

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

## seltzer

Expand All @@ -22,7 +22,7 @@ A specification for structured, user-facing error message values.

* Simple interfaces for exposing error information in a structured manner.
* Convenient builders for structured error values.
* Written in pure Java 17.
* Written in pure Java 21.
* [OSGi](https://www.osgi.org/) ready.
* [JPMS](https://en.wikipedia.org/wiki/Java_Platform_Module_System) ready.
* ISC license.
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.seltzer.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.seltzer.api</name>
<description>Structured Error Logging Specification (API)</description>
<url>https://www.github.com/io7m/seltzer</url>
<url>https://www.github.com/io7m-com/seltzer</url>

<dependencies>
<dependency>
Expand Down
6 changes: 4 additions & 2 deletions com.io7m.seltzer.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
<packaging>jar</packaging>
<name>com.io7m.seltzer.tests</name>
<description>Structured Error Logging Specification (Tests)</description>
<url>https://www.github.com/io7m/seltzer</url>
<url>https://www.github.com/io7m-com/seltzer</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
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<packaging>pom</packaging>
<name>com.io7m.seltzer</name>
<description>Structured Error Logging Specification</description>
<url>https://www.github.com/io7m/seltzer</url>
<url>https://www.github.com/io7m-com/seltzer</url>

<modules>
<module>com.io7m.seltzer.api</module>
Expand All @@ -41,9 +41,9 @@
</licenses>

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/documentation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

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

0 comments on commit 46ee461

Please sign in to comment.