Skip to content

Commit 0595ace

Browse files
committed
Bump to next development cycle
Signed-off-by: Vladimír Ulman <ulman@fi.muni.cz>
1 parent 35ff200 commit 0595ace

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>net.celltrackingchallenge</groupId>
1212
<artifactId>CTC-measures</artifactId>
13-
<version>1.0.2-SNAPSHOT</version>
13+
<version>1.0.3-SNAPSHOT</version>
1414

1515
<name>Cell Tracking Challenge -- Java Measures</name>
1616
<description>Java implementation of measures for quantitative evaluation of biomedical tracking in general.</description>
@@ -151,8 +151,8 @@
151151
<target>
152152
<!-- make sure no COMMITrev tag files are floating around from some previous runs -->
153153
<!-- 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}" />
156156
</target>
157157
</configuration>
158158
</plugin>

0 commit comments

Comments
 (0)