Skip to content

Commit

Permalink
Bump to next development cycle
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimír Ulman <[email protected]>
  • Loading branch information
xulman committed Nov 21, 2023
1 parent 35ff200 commit 0595ace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>net.celltrackingchallenge</groupId>
<artifactId>CTC-measures</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>

<name>Cell Tracking Challenge -- Java Measures</name>
<description>Java implementation of measures for quantitative evaluation of biomedical tracking in general.</description>
Expand Down Expand Up @@ -151,8 +151,8 @@
<target>
<!-- make sure no COMMITrev tag files are floating around from some previous runs -->
<!-- NB: this task is redundant whenever 'mvn clean' is executed... -->
<delete><fileset dir="${project.build.outputDirectory}" includes="COMMITrev_*"/></delete>
<touch file="${project.build.outputDirectory}/COMMITrev_${git.commit.id.abbrev}_${project.artifactId}"/>
<delete><fileset dir="${project.build.outputDirectory}" includes="COMMITrev_*" /></delete>
<touch file="${project.build.outputDirectory}/COMMITrev_${git.commit.id.abbrev}_${project.artifactId}" />
</target>
</configuration>
</plugin>
Expand Down

0 comments on commit 0595ace

Please sign in to comment.