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 2019/02/13 15:44:50 UTC

[commons-rng] 02/07: Removed duplication of managed version of maven-surefire-plugin

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-rng.git

commit 318f8719f37c212327726428dc2987d214460ee7
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Feb 13 15:11:35 2019 +0000

    Removed duplication of managed version of maven-surefire-plugin
---
 commons-rng-core/pom.xml     | 1 -
 commons-rng-sampling/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml
index 2bdfd67..ceeaf48 100644
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@ -59,7 +59,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.22.0</version>
         <configuration>
           <rerunFailingTestsCount>2</rerunFailingTestsCount>
         </configuration>
diff --git a/commons-rng-sampling/pom.xml b/commons-rng-sampling/pom.xml
index 304417c..c0da2e4 100644
--- a/commons-rng-sampling/pom.xml
+++ b/commons-rng-sampling/pom.xml
@@ -70,7 +70,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.22.0</version>
         <configuration>
           <rerunFailingTestsCount>1</rerunFailingTestsCount>
         </configuration>