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 18:19:54 UTC

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

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-sandbox.git

commit 1f711e2a37905ea7c9dda4eb8b0192fbc094831c
Author: Martin Wiesner <ma...@hs-heilbronn.de>
AuthorDate: Sat Apr 22 20:19:44 2023 +0200

    OPENNLP-1491 Update build dependency javadoc plugin to version 3.5.0 (sandbox)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f15bca7..7149ef7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -422,10 +422,10 @@
 
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>3.1.1</version>
+                <version>3.5.0</version>
                 <configuration>
                     <doclint>none</doclint>
-                    <source>8</source>
+                    <source>${java.version}</source>
                     <sourcepath>src/main/java</sourcepath>
                 </configuration>
                 <executions>