Skip to content

Commit 4c2f4db

Browse files
committed
[maven-release-plugin] prepare release opennlp-2.5.8
1 parent 71234ab commit 4c2f4db

File tree

9 files changed

+12
-13
lines changed

9 files changed

+12
-13
lines changed

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

opennlp-docs/pom.xml

Lines changed: 3 additions & 4 deletions
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.8-SNAPSHOT</version>
27+
<version>2.5.8</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -130,11 +130,10 @@
130130
<preProcess>
131131
<copy todir="${project.build.directory}/docbkx/epub3/images">
132132
<fileset dir="src/docbkx/images/">
133-
<include name="*.png"/>
133+
<include name="*.png" />
134134
</fileset>
135135
</copy>
136-
<copy todir="${project.build.directory}/docbkx/epub3/css"
137-
file="src/docbkx/css/opennlp-dev-manual.css"/>
136+
<copy todir="${project.build.directory}/docbkx/epub3/css" file="src/docbkx/css/opennlp-dev-manual.css" />
138137
</preProcess>
139138
</configuration>
140139
</plugin>

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

opennlp-tools-models/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.5.8-SNAPSHOT</version>
27+
<version>2.5.8</version>
2828
</parent>
2929

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

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

pom.xml

Lines changed: 2 additions & 2 deletions
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.8-SNAPSHOT</version>
34+
<version>2.5.8</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.6.1</tag>
43+
<tag>opennlp-2.5.8</tag>
4444
</scm>
4545

4646
<repositories>

0 commit comments

Comments
 (0)