This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new e561b5a Update javadoc plugin (#467)
e561b5a is described below
commit e561b5a95caecf9d394186031868251b7a229f2e
Author: Ismaël Mejía <[email protected]>
AuthorDate: Wed Mar 6 20:24:28 2019 +0100
Update javadoc plugin (#467)
* Update javadoc-plugin to version 3.1.0
* Add .github/ (auto-labeler) to the build tag
---
.github/autolabeler.yml | 2 +-
lang/java/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml
index 5b2156b..4131756 100644
--- a/.github/autolabeler.yml
+++ b/.github/autolabeler.yml
@@ -25,5 +25,5 @@ Php: ["lang/php/*"]
Python: ["lang/py/*"]
Python3: ["lang/py3/*"]
Ruby: ["lang/ruby/*"]
-build: ["Dockerfile","*.sh", "pom.xml"]
+build: ["Dockerfile","*.sh", "pom.xml", ".github/*"]
website: ["doc/*"]
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index af0d473..3ebf301 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -71,7 +71,7 @@
<exec-plugin.version>1.6.0</exec-plugin.version>
<jar-plugin.version>3.1.1</jar-plugin.version>
<javacc-plugin.version>2.6</javacc-plugin.version>
- <javadoc-plugin.version>3.0.1</javadoc-plugin.version>
+ <javadoc-plugin.version>3.1.0</javadoc-plugin.version>
<plugin-tools-javadoc.version>3.5</plugin-tools-javadoc.version>
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
<plugin-plugin.version>3.6.0</plugin-plugin.version>