Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Addon components to use OpenNLP tools version 2.4.0 #27

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions geoentitylinker-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-addons</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
</parent>

<artifactId>geoentitylinker-addon</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache OpenNLP GeoentityLinker Addon</name>

Expand Down
4 changes: 2 additions & 2 deletions japanese-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-addons</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
</parent>

<artifactId>japanese-addon</artifactId>
<packaging>jar</packaging>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
<name>Apache OpenNLP Japanese Addon</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jwnl-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-addons</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
</parent>

<artifactId>jwnl-addon</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache OpenNLP JWNL Addon</name>

Expand Down
2 changes: 1 addition & 1 deletion liblinear-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-addons</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
</parent>

<artifactId>liblinear-addon</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions modelbuilder-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-addons</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
</parent>

<artifactId>modelbuilder-addon</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Apache OpenNLP ModelBuilder Addon</name>
Expand Down
4 changes: 2 additions & 2 deletions morfologik-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-addons</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
</parent>

<artifactId>morfologik-addon</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache OpenNLP Morfologik Addon</name>

Expand Down
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-addons</artifactId>
<version>2.3.4-SNAPSHOT</version>
<version>2.4.1-SNAPSHOT</version>
<packaging>pom</packaging>

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

<opennlp.tools.version>2.3.4-SNAPSHOT</opennlp.tools.version>
<opennlp.tools.version>2.4.0</opennlp.tools.version>
<opennlp.forkCount>1.0C</opennlp.forkCount>

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