File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<groupId >net.celltrackingchallenge</groupId >
12
12
<artifactId >CTC-measures</artifactId >
13
- <version >1.0.2 -SNAPSHOT</version >
13
+ <version >1.0.3 -SNAPSHOT</version >
14
14
15
15
<name >Cell Tracking Challenge -- Java Measures</name >
16
16
<description >Java implementation of measures for quantitative evaluation of biomedical tracking in general.</description >
151
151
<target >
152
152
<!-- make sure no COMMITrev tag files are floating around from some previous runs -->
153
153
<!-- NB: this task is redundant whenever 'mvn clean' is executed... -->
154
- <delete ><fileset dir =" ${project.build.outputDirectory}" includes =" COMMITrev_*" /></delete >
155
- <touch file =" ${project.build.outputDirectory}/COMMITrev_${git.commit.id.abbrev}_${project.artifactId}" />
154
+ <delete ><fileset dir =" ${project.build.outputDirectory}" includes =" COMMITrev_*" /></delete >
155
+ <touch file =" ${project.build.outputDirectory}/COMMITrev_${git.commit.id.abbrev}_${project.artifactId}" />
156
156
</target >
157
157
</configuration >
158
158
</plugin >
You can’t perform that action at this time.
0 commit comments