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:59 UTC

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

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>