Skip to content

Commit

Permalink
debugging pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
reboutli-crim committed Oct 30, 2017
1 parent b9fd69f commit 0b93671
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 @@ -4,7 +4,7 @@

<groupId>ca.crim.nlp</groupId>
<artifactId>crim-heideltime</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>3.0.7-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 @@ -64,9 +64,9 @@
</includes>
</resource>
<resource>
<directory>${basedir}</directory>
<directory>src/main/resources/</directory>
<includes>
<include>src/main/resources/**/*.txt</include>
<include>**/*.txt</include>
</includes>
</resource>
</resources>
Expand Down

0 comments on commit 0b93671

Please sign in to comment.