You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/02/13 11:49:03 UTC

[commons-numbers] 02/04: Removed version for plugins which are managed by commons parent.

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 10ec6946c4181af301706dd8718171f7a8b0edf8
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Feb 13 11:26:24 2020 +0000

    Removed version for plugins which are managed by commons parent.
    
    maven-compiler-plugin : 3.8.1 -> 3.8.1
    maven-surefire-plugin : 2.22.0 -> 2.22.2
    maven-failsafe-plugin : 2.22.0 -> 2.22.2
    apache-rat-plugin : ${commons.rat.version}
    maven-antrun-plugin : 1.7 -> 1.8
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9d13e2e..5692d47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.8.1</version>
         <configuration>
           <compilerArgs>
             <!-- <arg>-verbose</arg> -->
@@ -218,11 +217,9 @@
 
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.22.0</version>
       </plugin>
       <plugin>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.22.0</version>
       </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
@@ -316,7 +313,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${commons.rat.version}</version>
         <configuration>
         <!--
           Needed for command-line access, e.g mvn apache-rat:rat and mvn apache-rat:check
@@ -516,7 +512,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.7</version>
             <executions>
               <execution>
                 <id>prepare-checkout</id>