You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ma...@apache.org on 2023/04/22 11:09:58 UTC

[opennlp] branch OPENNLP-1491_Update_build_dependency_javadoc_plugin_to_version_3.5.0 created (now d5444524)

This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a change to branch OPENNLP-1491_Update_build_dependency_javadoc_plugin_to_version_3.5.0
in repository https://gitbox.apache.org/repos/asf/opennlp.git


      at d5444524 OPENNLP-1491 Update build dependency javadoc plugin to version 3.5.0

This branch includes the following new commits:

     new d5444524 OPENNLP-1491 Update build dependency javadoc plugin to version 3.5.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[opennlp] 01/01: OPENNLP-1491 Update build dependency javadoc plugin to version 3.5.0

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a commit to branch OPENNLP-1491_Update_build_dependency_javadoc_plugin_to_version_3.5.0
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit d5444524db295d3e5e042130d7c3de900c02c1e9
Author: Martin Wiesner <ma...@hs-heilbronn.de>
AuthorDate: Sat Apr 22 13:09:49 2023 +0200

    OPENNLP-1491 Update build dependency javadoc plugin to version 3.5.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b5d7f62d..3dbf79e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,7 +377,7 @@
 
 			<plugin>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>3.1.1</version>
+				<version>3.5.0</version>
 				<configuration>
 					<doclint>none</doclint>
 					<source>8</source>