We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8378d commit 6b14dfaCopy full SHA for 6b14dfa
1 file changed
pom.xml
@@ -5,13 +5,13 @@
5
<parent>
6
<groupId>org.scijava</groupId>
7
<artifactId>pom-scijava</artifactId>
8
- <version>34.0.0</version>
+ <version>43.0.0</version>
9
<relativePath />
10
</parent>
11
12
<groupId>sc.fiji</groupId>
13
<artifactId>TrackMate-CSVImporter</artifactId>
14
- <version>3.1.5-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
15
16
<name>TrackMate CSV Importer</name>
17
<description>Import detections and tracks from a CSV file into TrackMate.</description>
@@ -84,7 +84,7 @@
84
<!-- NB: Deploy releases to the SciJava Maven repository. -->
85
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
86
87
- <TrackMate.version>7.10.2</TrackMate.version>
+ <TrackMate.version>8.0.0</TrackMate.version>
88
</properties>
89
90
<dependencies>
0 commit comments