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 sandbox components to use opennlp-tools version 2.3.2 #116

Merged
merged 1 commit into from
Mar 4, 2024
Merged
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
updates sandbox components to use opennlp-tools version 2.3.2
bumps version of sandbox components to 2.3.3-SNAPSHOT
mawiesne committed Mar 3, 2024
commit 29e6cc8e772199ea09ea7495fef6817b40fdba63
4 changes: 2 additions & 2 deletions caseditor-corpus-server-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>caseditor-corpus-server-plugin</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache OpenNLP CasEditor Corpus Server Plugin</name>

4 changes: 2 additions & 2 deletions caseditor-opennlp-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>caseditor-opennlp-plugin</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache OpenNLP CasEditor Plugin</name>

6 changes: 3 additions & 3 deletions corpus-server/corpus-server-connector/pom.xml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>corpus-server</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>corpus-server-connector</artifactId>
@@ -70,14 +70,14 @@
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>corpus-server-core</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>corpus-server-impl</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>

2 changes: 1 addition & 1 deletion corpus-server/corpus-server-core/feature.xml
Original file line number Diff line number Diff line change
@@ -34,6 +34,6 @@
<bundle>https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar</bundle>
<bundle>https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar</bundle>
<bundle>https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar</bundle>
<bundle>mvn:org.apache.opennlp/corpus-server/2.3.2-SNAPSHOT</bundle>
<bundle>mvn:org.apache.opennlp/corpus-server/2.3.3-SNAPSHOT</bundle>
</feature>
</features>
2 changes: 1 addition & 1 deletion corpus-server/corpus-server-core/pom.xml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>corpus-server</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>corpus-server-core</artifactId>
2 changes: 1 addition & 1 deletion corpus-server/corpus-server-impl/feature.xml
Original file line number Diff line number Diff line change
@@ -24,6 +24,6 @@
<feature name="opennlp-corpus-server-impl" version="0.0.1.SNAPSHOT">
<bundle>mvn:org.apache.derby/derby/10.17.1.0</bundle>
<bundle>mvn:org.apache.derby/derbytools/10.17.1.0</bundle>
<bundle>mvn:org.apache.opennlp/corpus-server-impl/2.3.2-SNAPSHOT</bundle>
<bundle>mvn:org.apache.opennlp/corpus-server-impl/2.3.3-SNAPSHOT</bundle>
</feature>
</features>
6 changes: 3 additions & 3 deletions corpus-server/corpus-server-impl/pom.xml
Original file line number Diff line number Diff line change
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>corpus-server</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>corpus-server-impl</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>Apache OpenNLP Corpus Server Implementation</name>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>corpus-server-core</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

2 changes: 1 addition & 1 deletion corpus-server/corpus-server-tools/pom.xml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>corpus-server</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>corpus-server-tools</artifactId>
4 changes: 2 additions & 2 deletions corpus-server/pom.xml
Original file line number Diff line number Diff line change
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>corpus-server</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache OpenNLP Corpus Server</name>
4 changes: 2 additions & 2 deletions mahout-addon/pom.xml
Original file line number Diff line number Diff line change
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>mahout-addon</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache OpenNLP Mahout Addon</name>

4 changes: 2 additions & 2 deletions mallet-addon/pom.xml
Original file line number Diff line number Diff line change
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<groupId>kottmann.opennlp</groupId>
<artifactId>mallet-addon</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Apache OpenNLP Mallet Addon</name>
4 changes: 2 additions & 2 deletions modelbuilder-addon/pom.xml
Original file line number Diff line number Diff line change
@@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>modelbuilder-addon</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Apache OpenNLP ModelBuilder Addon</name>
4 changes: 2 additions & 2 deletions nlp-utils/pom.xml
Original file line number Diff line number Diff line change
@@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>nlp-utils</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<name>Apache OpenNLP Utils</name>

<dependencies>
4 changes: 2 additions & 2 deletions opennlp-coref/pom.xml
Original file line number Diff line number Diff line change
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>opennlp-coref</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache OpenNLP Coreferencer</name>

4 changes: 2 additions & 2 deletions opennlp-dl/pom.xml
Original file line number Diff line number Diff line change
@@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>opennlp-dl</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache OpenNLP DL4J</name>

4 changes: 2 additions & 2 deletions opennlp-similarity/pom.xml
Original file line number Diff line number Diff line change
@@ -17,11 +17,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>opennlp-similarity</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Apache OpenNLP Tool Similarity distribution</name>
4 changes: 2 additions & 2 deletions opennlp-wsd/pom.xml
Original file line number Diff line number Diff line change
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>opennlp-wsd</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache OpenNLP WSD</name>

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@

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

<name>Apache OpenNLP Sandbox</name>
@@ -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.1</opennlp.tools.version>
<opennlp.tools.version>2.3.2</opennlp.tools.version>
<opennlp.forkCount>1.0C</opennlp.forkCount>

<slf4j.version>1.7.36</slf4j.version>
4 changes: 2 additions & 2 deletions summarizer/pom.xml
Original file line number Diff line number Diff line change
@@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>summarizer</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<name>Apache OpenNLP Summarizer</name>

<properties>
2 changes: 1 addition & 1 deletion tagging-server/feature.xml
Original file line number Diff line number Diff line change
@@ -34,6 +34,6 @@
<bundle>https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar</bundle>
<bundle>https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar</bundle>
<bundle>https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar</bundle>
<bundle>mvn:org.apache.opennlp/tagging-server/2.3.2-SNAPSHOT</bundle>
<bundle>mvn:org.apache.opennlp/tagging-server/2.3.3-SNAPSHOT</bundle>
</feature>
</features>
4 changes: 2 additions & 2 deletions tagging-server/pom.xml
Original file line number Diff line number Diff line change
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>tagging-server</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>Apache OpenNLP Tagging Server</name>
4 changes: 2 additions & 2 deletions tf-ner-poc/pom.xml
Original file line number Diff line number Diff line change
@@ -26,11 +26,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>tf-ner-poc</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<name>Apache OpenNLP TF NER poc</name>

<properties>
4 changes: 2 additions & 2 deletions wikinews-importer/pom.xml
Original file line number Diff line number Diff line change
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>wikinews-importer</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Apache OpenNLP Wikinews Importer</name>