Skip to content

Commit

Permalink
updates sandbox components to use opennlp-tools version 2.3.3
Browse files Browse the repository at this point in the history
bumps version of sandbox components to 2.3.4-SNAPSHOT
  • Loading branch information
mawiesne committed Apr 28, 2024
1 parent 641c02f commit 9cdbd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache OpenNLP Sandbox</name>
Expand Down Expand Up @@ -117,7 +117,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<opennlp.tools.version>2.3.2</opennlp.tools.version>
<opennlp.tools.version>2.3.3</opennlp.tools.version>
<opennlp.forkCount>1.0C</opennlp.forkCount>

<slf4j.version>1.7.36</slf4j.version>
Expand Down

0 comments on commit 9cdbd31

Please sign in to comment.