Skip to content

Commit 7d17687

Browse files
committed
Update pom.xml, changelog.
1 parent 3d2c221 commit 7d17687

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

README-CHANGES.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@
2121
<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."/>
2222
</c:changes>
2323
</c:release>
24-
<c:release date="2022-04-10T09:59:55+00:00" is-open="false" ticket-system="com.github.io7m.timehack6435126" version="3.0.0">
24+
<c:release date="2022-04-10T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.timehack6435126" version="3.0.0">
2525
<c:changes>
2626
<c:change compatible="false" date="2022-04-10T00:00:00+00:00" summary="Require JDK 17"/>
2727
</c:changes>
2828
</c:release>
29+
<c:release date="2024-05-16T21:58:15+00:00" is-open="true" ticket-system="com.github.io7m.timehack6435126" version="3.0.1">
30+
<c:changes>
31+
<c:change date="2024-05-16T21:58:15+00:00" summary="Move to new organization."/>
32+
</c:changes>
33+
</c:release>
2934
</c:releases>
3035
<c:ticket-systems>
3136
<c:ticket-system default="true" id="com.github.io7m.timehack6435126" url="http://github.com/io7m-com/timehack6435126/issues/"/>

pom.xml

+2-17
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
</modules>
2626

2727
<properties>
28+
<!-- Configuration. -->
2829
<io7m.api.previousVersion>3.0.0</io7m.api.previousVersion>
29-
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
30+
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
3031
</properties>
3132

3233
<licenses>
@@ -83,22 +84,6 @@
8384

8485
<dependencyManagement>
8586
<dependencies>
86-
<dependency>
87-
<groupId>com.io7m.junreachable</groupId>
88-
<artifactId>com.io7m.junreachable.core</artifactId>
89-
<version>4.0.2</version>
90-
</dependency>
91-
92-
<dependency>
93-
<groupId>org.slf4j</groupId>
94-
<artifactId>slf4j-api</artifactId>
95-
<version>2.0.13</version>
96-
</dependency>
97-
<dependency>
98-
<groupId>ch.qos.logback</groupId>
99-
<artifactId>logback-classic</artifactId>
100-
<version>1.5.6</version>
101-
</dependency>
10287
<dependency>
10388
<groupId>org.osgi</groupId>
10489
<artifactId>org.osgi.annotation.versioning</artifactId>

0 commit comments

Comments
 (0)