Skip to content

Commit

Permalink
POM: update parent to pom-scijava 40.0.0
Browse files Browse the repository at this point in the history
And target a minimum of Java 21 when building.
  • Loading branch information
ctrueden committed Dec 16, 2024
1 parent ebf1117 commit 15191dc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>40.0.0-SNAPSHOT</version>
<version>40.0.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -132,7 +132,7 @@
<license.projectName>Fiji distribution of ImageJ for the life sciences.</license.projectName>
<license.excludes>%regex[.*main/resources/.*|.*/macros/.*]</license.excludes>

<scijava.jvm.version>11</scijava.jvm.version>
<scijava.jvm.version>21</scijava.jvm.version>
<doclint>none</doclint>

<!-- TEMP: Avoid javadoc build errors due to JPMS complexity. -->
Expand All @@ -143,9 +143,6 @@
<!-- TEMP: Avoid SNTService initialization error in Java21. -->
<maven.test.skip>true</maven.test.skip>

<!-- TEMP: Avoid NPE from maven-enforcer-plugin 3.3.0 execution -->
<enforcer.skip>true</enforcer.skip>

<!-- Dependency versions -->
<annotations.version>24.1.0</annotations.version>
<fastutil-core.version>8.5.13</fastutil-core.version>
Expand Down

0 comments on commit 15191dc

Please sign in to comment.