You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2020/11/05 13:55:34 UTC

[avro] 01/05: Update some maven plugins: antrun (3.0.0) spotless (1.31.1)

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

rskraba pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/avro.git

commit df387547e1ba7da0c295ea0ac7ab25fd3d1f0b38
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Mon Jun 1 17:45:40 2020 +0200

    Update some maven plugins: antrun (3.0.0) spotless (1.31.1)
---
 lang/java/pom.xml | 6 +++++-
 pom.xml           | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index f18974e..da5581e 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -248,6 +248,11 @@
           <artifactId>maven-antrun-plugin</artifactId>
           <version>${antrun-plugin.version}</version>
         </plugin>
+        <plugin>
+          <groupId>com.diffplug.spotless</groupId>
+          <artifactId>spotless-maven-plugin</artifactId>
+          <version>${spotless-maven-plugin.version}</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -356,7 +361,6 @@
                       <pluginExecutionFilter>
                         <groupId>com.diffplug.spotless</groupId>
                         <artifactId>spotless-maven-plugin</artifactId>
-                        <versionRange>[1.20.0,)</versionRange>
                         <goals>
                           <goal>check</goal>
                         </goals>
diff --git a/pom.xml b/pom.xml
index a269d7d..ff0cc94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
     <apache-rat-tasks.version>0.7</apache-rat-tasks.version>
 
     <!-- plugin versions -->
-    <antrun-plugin.version>1.8</antrun-plugin.version>
+    <antrun-plugin.version>3.0.0</antrun-plugin.version>
     <checkstyle-plugin.version>3.1.1</checkstyle-plugin.version>
     <enforcer-plugin.version>3.0.0-M3</enforcer-plugin.version>
     <extra-enforcer-rules.version>1.2</extra-enforcer-rules.version>
@@ -57,7 +57,7 @@
     <maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
     <rat.version>0.13</rat.version>
     <source-plugin.version>3.2.1</source-plugin.version>
-    <spotless-maven-plugin.version>1.31.0</spotless-maven-plugin.version>
+    <spotless-maven-plugin.version>1.31.1</spotless-maven-plugin.version>
   </properties>
 
   <modules>