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 bdf2c45 commit e77b268
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 37 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"

target-branch: "develop"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
8 changes: 4 additions & 4 deletions .github/workflows/main.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 20
java-version: 22
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
- name: Upload test logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-logs
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,22 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
- name: Upload test logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-logs
path: ./com.io7m.tabla.tests/target/surefire-reports
- name: Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: com.io7m.tabla.tests/target/site/jacoco-aggregate/jacoco.xml
8 changes: 4 additions & 4 deletions .github/workflows/main.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 20
java-version: 22
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
- name: Upload test logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-logs
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
- name: Upload test logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-logs
Expand Down
2 changes: 1 addition & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<c:changelog project="com.io7m.tabla" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases/>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.tabla.io7m" url="https://www.github.com/io7m/tabla/issues/"/>
<c:ticket-system default="true" id="com.github.tabla.io7m" url="https://www.github.com/io7m-com/tabla/issues/"/>
</c:ticket-systems>
</c:changelog>
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ tabla
===

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

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

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

## tabla

Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.primogenitor</groupId>
<artifactId>com.io7m.primogenitor.full</artifactId>
<version>8.0.0-beta0001</version>
<version>8.2.0</version>
</parent>

<groupId>com.io7m.tabla</groupId>
Expand Down Expand Up @@ -42,9 +42,9 @@
</licenses>

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

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

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

Expand All @@ -79,7 +79,7 @@

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

<prerequisites>
Expand Down Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>com.io7m.primogenitor</groupId>
<artifactId>com.io7m.primogenitor.support</artifactId>
<version>8.0.0-beta0001</version>
<version>8.2.0</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
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/tabla/">README</a>.</p>
<p>See the <a href="https://www.github.com/io7m-com/tabla/">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/tabla/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m/tabla/main.linux.temurin.lts.yml"
<a href="https://www.github.com/io7m-com/tabla/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m-com/tabla/main.linux.temurin.lts.yml"
alt="Build status"/>
</a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.tabla%22">
<img src="https://img.shields.io/maven-central/v/com.io7m.tabla/com.io7m.tabla.svg?style=flat-square"
alt="Maven Central"/>
</a>
<a href="https://codecov.io/gh/io7m/tabla">
<img src="https://img.shields.io/codecov/c/github/io7m/tabla.svg?style=flat-square"
<a href="https://codecov.io/gh/io7m-com/tabla">
<img src="https://img.shields.io/codecov/c/github/io7m-com/tabla.svg?style=flat-square"
alt="Codecov"/>
</a>
</p>
Expand Down

0 comments on commit e77b268

Please sign in to comment.