Skip to content

Commit

Permalink
Updating grobid-ner and grobid dependencies version to 0.4.3-SNAPSHOT #…
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Aug 29, 2017
1 parent d0b4754 commit dbfa716
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions grobid-ner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.grobid</groupId>
<artifactId>grobid-parent</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.grobid</groupId>
<artifactId>grobid-ner</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>

Expand Down Expand Up @@ -44,12 +44,12 @@
<dependency>
<groupId>org.grobid</groupId>
<artifactId>grobid-core</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.grobid</groupId>
<artifactId>grobid-trainer</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.3-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -67,7 +67,6 @@
<!--scope>runtime</scope -->
</dependency>


<!-- for pooling e.g. Engine -->
<dependency>
<groupId>commons-pool</groupId>
Expand Down

0 comments on commit dbfa716

Please sign in to comment.