Skip to content

Commit

Permalink
Debugging the pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
reboutli-crim committed Oct 30, 2017
1 parent 7dd568b commit b9fd69f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ca.crim.nlp</groupId>
<artifactId>crim-heideltime</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.5-SNAPSHOT</version>

<name>HeidelTime</name>
<description> This version of HeidelTime extends the well-known multilingual cross-domain temporal tagger (com.github.hiedltime) that extracts temporal expressions from documents and normalizes them according to the TIMEX3 annotation standard.</description>
Expand Down Expand Up @@ -66,8 +66,7 @@
<resource>
<directory>${basedir}</directory>
<includes>
<include>/main/resources/**/*.txt</include>
<include>/test/resources/**/*.txt</include>
<include>src/main/resources/**/*.txt</include>
</includes>
</resource>
</resources>
Expand Down

0 comments on commit b9fd69f

Please sign in to comment.