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/27 05:16:03 UTC

[opennlp-sandbox] branch master updated: OPENNLP-1491 Update build dependency javadoc plugin to version 3.5.0 (sandbox) (#103)

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

mawiesne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


The following commit(s) were added to refs/heads/master by this push:
     new f96d51d  OPENNLP-1491 Update build dependency javadoc plugin to version 3.5.0 (sandbox) (#103)
f96d51d is described below

commit f96d51d9b0cfedc0e37e7bd9e15ad67bb983d7fb
Author: Martin Wiesner <ma...@users.noreply.github.com>
AuthorDate: Thu Apr 27 07:15:58 2023 +0200

    OPENNLP-1491 Update build dependency javadoc plugin to version 3.5.0 (sandbox) (#103)
---
 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>