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 30, 2024
1 parent 1b46885 commit d1b08cd
Show file tree
Hide file tree
Showing 36 changed files with 47 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.mutable.numbers.tests/target/surefire-reports
path: ./com.io7m.mutable_numbers.tests/target/surefire-reports
7 changes: 4 additions & 3 deletions .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.mutable.numbers.tests/target/surefire-reports
path: ./com.io7m.mutable_numbers.tests/target/surefire-reports
- name: Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.3.0
with:
file: com.io7m.mutable.numbers.tests/target/site/jacoco-aggregate/jacoco.xml
token: ${{ secrets.CODECOV_TOKEN }}
file: com.io7m.mutable_numbers.tests/target/site/jacoco-aggregate/jacoco.xml
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.mutable.numbers.tests/target/surefire-reports
path: ./com.io7m.mutable_numbers.tests/target/surefire-reports
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.mutable.numbers.tests/target/surefire-reports
path: ./com.io7m.mutable_numbers.tests/target/surefire-reports
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 = http://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 @@ -35,6 +35,6 @@
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="false" id="com.github.io7m.jmutnum" url="https://github.com/io7m/jmutnum/issues/"/>
<c:ticket-system default="false" id="com.github.io7m.jmutnum" url="https://www.github.com/io7m-com/jmutnum/issues/"/>
</c:ticket-systems>
</c:changelog>
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
mutable.numbers
mutable_numbers
===

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

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

| JVM | Platform | Status |
|-----|----------|--------|
| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/mutable.numbers/main.linux.temurin.current.yml)](https://github.com/io7m/mutable.numbers/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/mutable.numbers/main.linux.temurin.lts.yml)](https://github.com/io7m/mutable.numbers/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/mutable.numbers/main.windows.temurin.current.yml)](https://github.com/io7m/mutable.numbers/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/mutable.numbers/main.windows.temurin.lts.yml)](https://github.com/io7m/mutable.numbers/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/mutable_numbers/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/mutable_numbers/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/mutable_numbers/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/mutable_numbers/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/mutable_numbers/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/mutable_numbers/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/mutable_numbers/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/mutable_numbers/actions?query=workflow%3Amain.windows.temurin.lts)|
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.io7m.mutable.numbers</groupId>
<artifactId>com.io7m.mutable.numbers</artifactId>
<groupId>com.io7m.mutable_numbers</groupId>
<artifactId>com.io7m.mutable_numbers</artifactId>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.mutable.numbers.core</artifactId>
<artifactId>com.io7m.mutable_numbers.core</artifactId>
<packaging>jar</packaging>

<name>com.io7m.mutable.numbers.core</name>
<name>com.io7m.mutable_numbers.core</name>
<description>Mutable number types (Core)</description>
<url>https://www.io7m.com/software/jmutnum</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.io7m.mutable.numbers</groupId>
<artifactId>com.io7m.mutable.numbers</artifactId>
<groupId>com.io7m.mutable_numbers</groupId>
<artifactId>com.io7m.mutable_numbers</artifactId>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.mutable.numbers.documentation</artifactId>
<artifactId>com.io7m.mutable_numbers.documentation</artifactId>
<packaging>jar</packaging>

<name>com.io7m.mutable.numbers.documentation</name>
<name>com.io7m.mutable_numbers.documentation</name>
<description>Mutable number types (Documentation)</description>
<url>https://www.io7m.com/software/jmutnum</url>

Expand All @@ -26,7 +26,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>com.io7m.mutable.numbers.core</artifactId>
<artifactId>com.io7m.mutable_numbers.core</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,28 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.io7m.mutable.numbers</groupId>
<artifactId>com.io7m.mutable.numbers</artifactId>
<groupId>com.io7m.mutable_numbers</groupId>
<artifactId>com.io7m.mutable_numbers</artifactId>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.mutable.numbers.tests</artifactId>
<artifactId>com.io7m.mutable_numbers.tests</artifactId>
<packaging>jar</packaging>

<name>com.io7m.mutable.numbers.tests</name>
<name>com.io7m.mutable_numbers.tests</name>
<description>Mutable number types (Test suite)</description>
<url>https://www.io7m.com/software/jmutnum</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.mutable.numbers.core</artifactId>
<artifactId>com.io7m.mutable_numbers.core</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
<version>8.2.0</version>
</parent>

<groupId>com.io7m.mutable.numbers</groupId>
<artifactId>com.io7m.mutable.numbers</artifactId>
<groupId>com.io7m.mutable_numbers</groupId>
<artifactId>com.io7m.mutable_numbers</artifactId>
<version>4.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>com.io7m.mutable.numbers</name>
<name>com.io7m.mutable_numbers</name>
<description>Mutable number types</description>
<url>https://www.io7m.com/software/jmutnum</url>

<modules>
<module>com.io7m.mutable.numbers.core</module>
<module>com.io7m.mutable.numbers.tests</module>
<module>com.io7m.mutable.numbers.documentation</module>
<module>com.io7m.mutable_numbers.core</module>
<module>com.io7m.mutable_numbers.tests</module>
<module>com.io7m.mutable_numbers.documentation</module>
</modules>

<properties>
Expand All @@ -43,9 +43,9 @@
</licenses>

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

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

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

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

0 comments on commit d1b08cd

Please sign in to comment.