Skip to content

Commit

Permalink
Mark release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 10, 2024
1 parent 9ff0010 commit a394a91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
<c:change date="2024-03-11T00:00:00+00:00" summary="Adjust contract of CloseableCollection.add()"/>
</c:changes>
</c:release>
<c:release date="2024-05-10T10:21:26+00:00" is-open="true" ticket-system="com.github.io7m.jmulticlose" version="1.1.3">
<c:release date="2024-05-10T10:26:07+00:00" is-open="false" ticket-system="com.github.io7m.jmulticlose" version="1.1.3">
<c:changes>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.3 → 1.5.6."/>
<c:change date="2024-05-10T00:00:00+00:00" summary="Move to new organization."/>
<c:change date="2024-05-10T10:21:26+00:00" summary="Update com.io7m.jcip:com.io7m.jcip.annotations 2.0.0 → 2.0.1."/>
<c:change date="2024-05-10T00:00:00+00:00" summary="Update com.io7m.jcip:com.io7m.jcip.annotations 2.0.0 → 2.0.1."/>
</c:changes>
</c:release>
</c:releases>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jmulticlose.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.io7m.jmulticlose</groupId>
<artifactId>com.io7m.jmulticlose</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<artifactId>com.io7m.jmulticlose.core</artifactId>

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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

<packaging>pom</packaging>
<name>com.io7m.jmulticlose</name>
Expand Down Expand Up @@ -146,4 +146,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit a394a91

Please sign in to comment.