Skip to content

Commit

Permalink
Mark 2.0.0, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 10, 2024
1 parent 9277fbd commit 1d7fc8b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@
<c:change date="2023-06-25T00:00:00+00:00" summary="Initial major version."/>
</c:changes>
</c:release>
<c:release date="2023-08-10T17:57:51+00:00" is-open="false" ticket-system="com.github.io7m.trasco" version="1.1.0">
<c:release date="2023-08-10T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.trasco" version="1.1.0">
<c:changes>
<c:change date="2023-08-10T00:00:00+00:00" summary="Update com.io7m.jxe:com.io7m.jxe.core 1.0.0 → 1.0.2."/>
<c:change date="2023-08-10T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic 1.4.9 → 1.4.11."/>
<c:change date="2023-08-10T00:00:00+00:00" summary="Update com.io7m.blackthorne 1.3.1 → 2.0.0."/>
</c:changes>
</c:release>
<c:release date="2024-05-10T15:56:50+00:00" is-open="true" ticket-system="com.github.io7m.trasco" version="2.0.0">
<c:changes>
<c:change compatible="false" date="2024-05-10T15:56:50+00:00" summary="Require JDK 21."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.trasco" url="https://github.com/io7m-com/trasco/issues/"/>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.trasco.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.trasco</artifactId>
<groupId>com.io7m.trasco</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

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

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

<artifactId>com.io7m.trasco.vanilla</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.trasco.xml.schemas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>com.io7m.trasco</artifactId>
<groupId>com.io7m.trasco</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>com.io7m.trasco.xml.schemas</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.io7m.trasco</groupId>
<artifactId>com.io7m.trasco</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

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

0 comments on commit 1d7fc8b

Please sign in to comment.