Skip to content

Commit

Permalink
Mark 1.1.3, use com.io7m.jcip.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 10, 2024
1 parent 0eca101 commit 7b90b4a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Expand Up @@ -34,9 +34,9 @@
<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:release date="2024-05-10T10:09:51+00:00" is-open="true" ticket-system="com.github.io7m.jmulticlose" version="1.1.3">
<c:changes>
<c:change compatible="false" date="2024-04-30T09:29:55+00:00" summary="Require JDK 21"/>
<c:change date="2024-05-10T10:09:51+00:00" summary="Move to new organization."/>
</c:changes>
</c:release>
</c:releases>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ jmulticlose
[![Maven Central](https://img.shields.io/maven-central/v/com.io7m.jmulticlose/com.io7m.jmulticlose.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.jmulticlose%22)
[![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.jmulticlose/com.io7m.jmulticlose?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/jmulticlose/)
[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/jmulticlose.svg?style=flat-square)](https://codecov.io/gh/io7m-com/jmulticlose)
![Java Version](https://img.shields.io/badge/21-java?label=java&color=e6c35c)
![Java Version](https://img.shields.io/badge/17-java?label=java&color=e65cc3)

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

Expand Down
4 changes: 2 additions & 2 deletions com.io7m.jmulticlose.core/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jmulticlose</groupId>
<artifactId>com.io7m.jmulticlose</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jmulticlose.core</artifactId>

Expand All @@ -22,7 +22,7 @@
<dependencies>
<dependency>
<groupId>com.io7m.jcip</groupId>
<artifactId>com.io7m.jcip.annotations</artifactId>
<artifactId>com.io7m.jcip</artifactId>
</dependency>

<dependency>
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>2.0.0-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jmulticlose.tests</artifactId>

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

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

<packaging>pom</packaging>
<name>com.io7m.jmulticlose</name>
Expand All @@ -27,8 +27,9 @@
</modules>

<properties>
<io7m.api.previousVersion>1.1.1</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<!-- Configuration. -->
<io7m.api.previousVersion>1.1.2</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
</properties>

<licenses>
Expand All @@ -49,7 +50,7 @@
<id>io7m</id>
<name>io7m</name>
<email>code@io7m.com</email>
<url>https://io7m.com</url>
<url>https://www.io7m.com</url>
</developer>
</developers>

Expand Down Expand Up @@ -93,8 +94,8 @@

<dependency>
<groupId>com.io7m.jcip</groupId>
<artifactId>com.io7m.jcip.annotations</artifactId>
<version>2.0.0</version>
<artifactId>com.io7m.jcip</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down

0 comments on commit 7b90b4a

Please sign in to comment.