Skip to content

Commit ec65007

Browse files
committed
[maven-release-plugin] prepare release opennlp-2.5.3
1 parent 75e1df6 commit ec65007

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

opennlp-distr/pom.xml

+1-1
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.5.3-SNAPSHOT</version>
27+
<version>2.5.3</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

opennlp-dl-gpu/pom.xml

+1-1
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.5.3-SNAPSHOT</version>
27+
<version>2.5.3</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<groupId>org.apache.opennlp</groupId>

opennlp-dl/pom.xml

+1-1
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.5.3-SNAPSHOT</version>
27+
<version>2.5.3</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<groupId>org.apache.opennlp</groupId>

opennlp-docs/pom.xml

+1-1
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.5.3-SNAPSHOT</version>
27+
<version>2.5.3</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

opennlp-morfologik-addon/pom.xml

+1-1
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.5.3-SNAPSHOT</version>
27+
<version>2.5.3</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

opennlp-tools-models/pom.xml

+1-1
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.5.3-SNAPSHOT</version>
27+
<version>2.5.3</version>
2828
</parent>
2929

3030
<artifactId>opennlp-tools-models</artifactId>

opennlp-tools/pom.xml

+1-1
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.5.3-SNAPSHOT</version>
28+
<version>2.5.3</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

opennlp-uima/pom.xml

+1-1
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.5.3-SNAPSHOT</version>
28+
<version>2.5.3</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

pom.xml

+2-2
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.5.3-SNAPSHOT</version>
34+
<version>2.5.3</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Apache OpenNLP Reactor</name>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://github.com/apache/opennlp.git</connection>
4141
<developerConnection>scm:git:git@github.com:apache/opennlp.git</developerConnection>
4242
<url>https://github.com/apache/opennlp.git</url>
43-
<tag>opennlp-2.5.1</tag>
43+
<tag>opennlp-2.5.3</tag>
4444
</scm>
4545

4646
<repositories>

0 commit comments

Comments
 (0)