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 cf1f70b
Show file tree
Hide file tree
Showing 23 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions caseditor-corpus-server-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.4-SNAPSHOT</version>
</parent>

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions corpus-server/corpus-server-connector/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>corpus-server</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.4-SNAPSHOT</version>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion corpus-server/corpus-server-core/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-SNAPSHOT</bundle>
<bundle>mvn:org.apache.opennlp/corpus-server/2.3.4-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
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>corpus-server</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.4-SNAPSHOT</version>
</parent>

<artifactId>corpus-server-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion corpus-server/corpus-server-impl/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-SNAPSHOT</bundle>
<bundle>mvn:org.apache.opennlp/corpus-server-impl/2.3.4-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
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>corpus-server</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.4-SNAPSHOT</version>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion corpus-server/corpus-server-tools/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>corpus-server</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.4-SNAPSHOT</version>
</parent>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>29</version>
<version>31</version>
<relativePath />
</parent>

<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
4 changes: 2 additions & 2 deletions summarizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.4-SNAPSHOT</version>
</parent>

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

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tagging-server/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-SNAPSHOT</bundle>
<bundle>mvn:org.apache.opennlp/tagging-server/2.3.4-SNAPSHOT</bundle>
</feature>
</features>
4 changes: 2 additions & 2 deletions tagging-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-sandbox</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.4-SNAPSHOT</version>
</parent>

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

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

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

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

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

<name>Apache OpenNLP Wikinews Importer</name>
Expand Down

0 comments on commit cf1f70b

Please sign in to comment.