Skip to content

Commit

Permalink
Mark 6.0.0-SNAPSHOT, update changelog. Require JDK 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 11, 2024
1 parent 01f7947 commit 3ac6938
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
7 changes: 6 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,16 @@
<c:change compatible="false" date="2019-03-01T00:00:00+00:00" summary="Require JDK 11"/>
</c:changes>
</c:release>
<c:release date="2022-04-09T14:54:37+00:00" is-open="false" ticket-system="com.github.io7m.jranges" version="5.0.0">
<c:release date="2022-04-09T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jranges" version="5.0.0">
<c:changes>
<c:change compatible="false" date="2022-04-09T00:00:00+00:00" summary="Require JDK 17"/>
</c:changes>
</c:release>
<c:release date="2024-05-11T14:35:23+00:00" is-open="true" ticket-system="com.github.io7m.jranges" version="6.0.0">
<c:changes>
<c:change date="2024-05-11T14:35:23+00:00" summary="Move to new organization."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="false" id="com.io7m.fossil.jranges" url="http://fossil.io7m.com/repo.cgi/io7m-jranges/tktview?name="/>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jranges.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jranges</groupId>
<artifactId>com.io7m.jranges</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>6.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jranges.core</artifactId>

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

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

<groupId>com.io7m.jranges</groupId>
<artifactId>com.io7m.jranges</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>6.0.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>com.io7m.jranges</name>
Expand All @@ -26,15 +26,18 @@
</modules>

<properties>
<io7m.api.previousVersion>4.0.0</io7m.api.previousVersion>
<!-- Configuration. -->
<io7m.api.previousVersion>5.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>

<!-- Third-party dependencies. -->
<io7m.org.immutables.version>2.10.1</io7m.org.immutables.version>
</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>

Expand All @@ -49,7 +52,7 @@
<id>io7m</id>
<name>io7m</name>
<email>[email protected]</email>
<url>https://io7m.com</url>
<url>https://www.io7m.com</url>
</developer>
</developers>

Expand Down

0 comments on commit 3ac6938

Please sign in to comment.