Skip to content

Commit

Permalink
Update pom.xml, changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 16, 2024
1 parent 3d2c221 commit 7d17687
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
7 changes: 6 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@
<c:change compatible="false" date="2017-11-15T00:00:00+00:00" summary="All modules are now Java 9 modules. JDK 9 is now required."/>
</c:changes>
</c:release>
<c:release date="2022-04-10T09:59:55+00:00" is-open="false" ticket-system="com.github.io7m.timehack6435126" version="3.0.0">
<c:release date="2022-04-10T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.timehack6435126" version="3.0.0">
<c:changes>
<c:change compatible="false" date="2022-04-10T00:00:00+00:00" summary="Require JDK 17"/>
</c:changes>
</c:release>
<c:release date="2024-05-16T21:58:15+00:00" is-open="true" ticket-system="com.github.io7m.timehack6435126" version="3.0.1">
<c:changes>
<c:change date="2024-05-16T21:58:15+00:00" summary="Move to new organization."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.timehack6435126" url="http://www.github.com/io7m-com/timehack6435126/issues/"/>
Expand Down
19 changes: 2 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
</modules>

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

<licenses>
Expand Down Expand Up @@ -83,22 +84,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.io7m.junreachable</groupId>
<artifactId>com.io7m.junreachable.core</artifactId>
<version>4.0.2</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.versioning</artifactId>
Expand Down

0 comments on commit 7d17687

Please sign in to comment.