You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2020/06/01 17:35:55 UTC

[avro] branch master updated: Update some maven plugins: antrun (3.0.0) spotless (1.31.1)

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

iemejia 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 e982f2e  Update some maven plugins: antrun (3.0.0) spotless (1.31.1)
e982f2e is described below

commit e982f2e6ee57c362a7fae21ba7373c1cfc964fce
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 2d7a210..1bf62bc 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 e92bdf5..d92c8be 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>