Skip to content

Commit 0c66a6f

Browse files
authored
Releases OpenNLP 2.3.3 (#598)
* [maven-release-plugin] prepare release opennlp-2.3.3 * [maven-release-plugin] prepare for next development iteration
1 parent 01b784f commit 0c66a6f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

opennlp-brat-annotator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.opennlp</groupId>
1919
<artifactId>opennlp</artifactId>
20-
<version>2.3.3-SNAPSHOT</version>
20+
<version>2.3.4-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

opennlp-distr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.opennlp</groupId>
2626
<artifactId>opennlp</artifactId>
27-
<version>2.3.3-SNAPSHOT</version>
27+
<version>2.3.4-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

opennlp-dl-gpu/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.opennlp</groupId>
2626
<artifactId>opennlp</artifactId>
27-
<version>2.3.3-SNAPSHOT</version>
27+
<version>2.3.4-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<groupId>org.apache.opennlp</groupId>

opennlp-dl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.opennlp</groupId>
2626
<artifactId>opennlp</artifactId>
27-
<version>2.3.3-SNAPSHOT</version>
27+
<version>2.3.4-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<groupId>org.apache.opennlp</groupId>

opennlp-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.opennlp</groupId>
2626
<artifactId>opennlp</artifactId>
27-
<version>2.3.3-SNAPSHOT</version>
27+
<version>2.3.4-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

opennlp-morfologik-addon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.opennlp</groupId>
2626
<artifactId>opennlp</artifactId>
27-
<version>2.3.3-SNAPSHOT</version>
27+
<version>2.3.4-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

opennlp-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.opennlp</groupId>
2727
<artifactId>opennlp</artifactId>
28-
<version>2.3.3-SNAPSHOT</version>
28+
<version>2.3.4-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

opennlp-uima/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.opennlp</groupId>
2727
<artifactId>opennlp</artifactId>
28-
<version>2.3.3-SNAPSHOT</version>
28+
<version>2.3.4-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>org.apache.opennlp</groupId>
3333
<artifactId>opennlp</artifactId>
34-
<version>2.3.3-SNAPSHOT</version>
34+
<version>2.3.4-SNAPSHOT</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Apache OpenNLP Reactor</name>

0 commit comments

Comments
 (0)