Skip to content

Commit

Permalink
Require JDK 21, update changelog, mark 4.0.0-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 11, 2024
1 parent d1f8216 commit 76964c8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,16 @@
<c:change date="2021-05-29T00:00:00+00:00" summary="Add Duration methods"/>
</c:changes>
</c:release>
<c:release date="2022-04-09T19:20:39+00:00" is-open="false" ticket-system="com.github.io7m.jproperties" version="3.2.0">
<c:release date="2022-04-09T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jproperties" version="3.2.0">
<c:changes>
<c:change date="2022-04-09T00:00:00+00:00" summary="Update OSGi metadata"/>
</c:changes>
</c:release>
<c:release date="2024-05-11T09:24:23+00:00" is-open="true" ticket-system="com.github.io7m.jproperties" version="4.0.0">
<c:changes>
<c:change compatible="false" date="2024-05-11T09:24:23+00:00" summary="Require JDK 21"/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="false" id="com.io7m.fossil.jproperties" url="http://fossil.io7m.com/repo.cgi/io7m-jproperties/tktview?name="/>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.jproperties.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.io7m.jproperties</groupId>
<artifactId>com.io7m.jproperties</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.io7m.jproperties.core</artifactId>

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

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.io7m.jproperties</groupId>
<artifactId>com.io7m.jproperties</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>com.io7m.jproperties</name>
Expand Down

0 comments on commit 76964c8

Please sign in to comment.