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 d13c6e1 commit b73809e
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 24 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
@@ -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
9 changes: 7 additions & 2 deletions README-CHANGES.xml
Expand Up @@ -29,13 +29,18 @@
</c:change>
</c:changes>
</c:release>
<c:release date="2024-03-11T12:50:08+00:00" is-open="false" ticket-system="com.github.io7m.jmulticlose" version="1.1.2">
<c:release date="2024-03-11T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jmulticlose" version="1.1.2">
<c:changes>
<c:change date="2024-03-11T00:00:00+00:00" summary="Adjust contract of CloseableCollection.add()"/>
</c:changes>
</c:release>
<c:release date="2024-04-30T09:29:55+00:00" is-open="true" ticket-system="com.github.io7m.jmulticlose" version="2.0.0">
<c:changes>
<c:change compatible="false" date="2024-04-30T09:29:55+00:00" summary="Require JDK 21"/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.jmulticlose" url="http://www.github.com/io7m/jmulticlose/issues/"/>
<c:ticket-system default="true" id="com.github.io7m.jmulticlose" url="http://www.github.com/io7m-com/jmulticlose/issues/"/>
</c:ticket-systems>
</c:changelog>
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -9,7 +9,7 @@ jmulticlose

| JVM | Platform | Status |
|-----|----------|--------|
| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/jmulticlose/main.linux.temurin.current.yml)](https://github.com/io7m/jmulticlose/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/jmulticlose/main.linux.temurin.lts.yml)](https://github.com/io7m/jmulticlose/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/jmulticlose/main.windows.temurin.current.yml)](https://github.com/io7m/jmulticlose/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/jmulticlose/main.windows.temurin.lts.yml)](https://github.com/io7m/jmulticlose/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/jmulticlose/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/jmulticlose/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/jmulticlose/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/jmulticlose/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/jmulticlose/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/jmulticlose/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/jmulticlose/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/jmulticlose/actions?query=workflow%3Amain.windows.temurin.lts)|
2 changes: 1 addition & 1 deletion com.io7m.jmulticlose.core/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jmulticlose</groupId>
<artifactId>com.io7m.jmulticlose</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jmulticlose.core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jmulticlose.tests/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jmulticlose</groupId>
<artifactId>com.io7m.jmulticlose</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jmulticlose.tests</artifactId>

Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@

<groupId>com.io7m.jmulticlose</groupId>
<artifactId>com.io7m.jmulticlose</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>com.io7m.jmulticlose</name>
Expand All @@ -28,20 +28,20 @@

<properties>
<io7m.api.previousVersion>1.1.1</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
</properties>

<licenses>
<license>
<name>ISC</name>
<url>https://io7m.com/license/isc.txt</url>
<url>https://www.io7m.com/license/isc.txt</url>
</license>
</licenses>

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

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

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

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

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

<prerequisites>
Expand Down
8 changes: 4 additions & 4 deletions src/site/resources/overview.xml
@@ -1,15 +1,15 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<p class="shields">
<a href="https://github.com/io7m/jmulticlose/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m/jmulticlose/main.linux.temurin.lts.yml"
<a href="https://www.github.com/io7m-com/jmulticlose/actions?query=workflow%3Amain.linux.temurin.lts">
<img src="https://img.shields.io/github/actions/workflow/status/io7m-com/jmulticlose/main.linux.temurin.lts.yml"
alt="Build status"/>
</a>
<a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.jmulticlose%22">
<img src="https://img.shields.io/maven-central/v/com.io7m.jmulticlose/com.io7m.jmulticlose.svg?style=flat-square"
alt="Maven Central"/>
</a>
<a href="https://codecov.io/gh/io7m/jmulticlose">
<img src="https://img.shields.io/codecov/c/github/io7m/jmulticlose.svg?style=flat-square"
<a href="https://codecov.io/gh/io7m-com/jmulticlose">
<img src="https://img.shields.io/codecov/c/github/io7m-com/jmulticlose.svg?style=flat-square"
alt="Codecov"/>
</a>
</p>
Expand Down

0 comments on commit b73809e

Please sign in to comment.