You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2019/09/01 18:33:53 UTC

[avro] branch master updated: AVRO-2542: Bump various Apache Maven plugins (#634)

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 ad15692  AVRO-2542: Bump various Apache Maven plugins (#634)
ad15692 is described below

commit ad1569240af6ba7c380fb7ac8eee65c72b9c02b5
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Sun Sep 1 20:33:49 2019 +0200

    AVRO-2542: Bump various Apache Maven plugins (#634)
---
 lang/java/checkstyle.xml | 2 --
 lang/java/pom.xml        | 4 ++--
 pom.xml                  | 4 ++--
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/lang/java/checkstyle.xml b/lang/java/checkstyle.xml
index 0391815..e817cf8 100644
--- a/lang/java/checkstyle.xml
+++ b/lang/java/checkstyle.xml
@@ -27,8 +27,6 @@
     <property name="file" value="${checkstyle.suppressions.file}"/>
   </module>
 
-  <module name="SuppressionCommentFilter"/>
-
   <module name="FileTabCharacter"/>
   <module name="NewlineAtEndOfFile">
     <property name="lineSeparator" value="lf"/>
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 8d1dec0..96e4a8d 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -67,10 +67,10 @@
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.0.1</archetype-plugin.version>
     <bundle-plugin-version>4.1.0</bundle-plugin-version>
-    <compiler-plugin.version>3.8.0</compiler-plugin.version>
+    <compiler-plugin.version>3.8.1</compiler-plugin.version>
     <exec-plugin.version>1.6.0</exec-plugin.version>
     <file-management.version>1.2.1</file-management.version>
-    <jar-plugin.version>3.1.1</jar-plugin.version>
+    <jar-plugin.version>3.1.2</jar-plugin.version>
     <javacc-plugin.version>2.6</javacc-plugin.version>
     <maven-site-plugin.version>3.7.1</maven-site-plugin.version>
     <plugin-plugin.version>3.6.0</plugin-plugin.version>
diff --git a/pom.xml b/pom.xml
index 87812d5..ebf436e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,11 +49,11 @@
 
     <!-- plugin versions -->
     <antrun-plugin.version>1.8</antrun-plugin.version>
-    <checkstyle-plugin.version>3.0.0</checkstyle-plugin.version>
+    <checkstyle-plugin.version>3.1.0</checkstyle-plugin.version>
     <enforcer-plugin.version>3.0.0-M2</enforcer-plugin.version>
     <extra-enforcer-rules.version>1.2</extra-enforcer-rules.version>
     <gpg-plugin.version>1.6</gpg-plugin.version>
-    <javadoc-plugin.version>3.1.0</javadoc-plugin.version>
+    <javadoc-plugin.version>3.1.1</javadoc-plugin.version>
     <maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
     <rat.version>0.13</rat.version>
     <source-plugin.version>3.0.1</source-plugin.version>