Skip to content

Commit

Permalink
Rename package.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Apr 30, 2024
1 parent ff1c915 commit a70a033
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
mutable_numbers
jmutnum
===

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

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

| JVM | Platform | Status |
|-----|----------|--------|
| 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)|
| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m-com/jmutnum/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/jmutnum/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/jmutnum/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/jmutnum/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/jmutnum/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/jmutnum/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/jmutnum/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/jmutnum/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.jmutnum</groupId>
<artifactId>com.io7m.jmutnum</artifactId>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.mutable_numbers.core</artifactId>
<artifactId>com.io7m.jmutnum.core</artifactId>
<packaging>jar</packaging>

<name>com.io7m.mutable_numbers.core</name>
<name>com.io7m.jmutnum.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.jmutnum</groupId>
<artifactId>com.io7m.jmutnum</artifactId>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.mutable_numbers.documentation</artifactId>
<artifactId>com.io7m.jmutnum.documentation</artifactId>
<packaging>jar</packaging>

<name>com.io7m.mutable_numbers.documentation</name>
<name>com.io7m.jmutnum.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.jmutnum.core</artifactId>
<version>${project.version}</version>
</dependency>

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

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

<artifactId>com.io7m.mutable_numbers.tests</artifactId>
<artifactId>com.io7m.jmutnum.tests</artifactId>
<packaging>jar</packaging>

<name>com.io7m.mutable_numbers.tests</name>
<name>com.io7m.jmutnum.tests</name>
<description>Mutable number types (Test suite)</description>
<url>https://www.io7m.com/software/jmutnum</url>

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

Expand Down
12 changes: 6 additions & 6 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.jmutnum</groupId>
<artifactId>com.io7m.jmutnum</artifactId>
<version>4.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>com.io7m.mutable_numbers</name>
<name>com.io7m.jmutnum</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.jmutnum.core</module>
<module>com.io7m.jmutnum.tests</module>
<module>com.io7m.jmutnum.documentation</module>
</modules>

<properties>
Expand Down
File renamed without changes

0 comments on commit a70a033

Please sign in to comment.