This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new 5ba74dbd OPENNLP-1491 Update build dependency javadoc plugin to
version 3.5.0 (#530)
5ba74dbd is described below
commit 5ba74dbd50fb98df44ec7215416c4bf9bb440ee4
Author: Martin Wiesner <[email protected]>
AuthorDate: Fri Apr 28 21:01:04 2023 +0200
OPENNLP-1491 Update build dependency javadoc plugin to version 3.5.0 (#530)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index acabb76d..3c95fa74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,10 +377,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>