We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8001ad commit 04160f7Copy full SHA for 04160f7
1 file changed
pom.xml
@@ -89,7 +89,11 @@
89
<!-- NB: Deploy releases to the SciJava Maven repository. -->
90
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
91
92
- <TrackMate.version>8.1.0</TrackMate.version>
+ <!-- TrackMate >=8 requires Java 21 -->
93
+ <scijava.jvm.version>21</scijava.jvm.version>
94
+ <scijava.jvm.build.version>[21,)</scijava.jvm.build.version>
95
+
96
+ <TrackMate.version>8.1.1-SNAPSHOT</TrackMate.version>
97
</properties>
98
99
<dependencies>
0 commit comments