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 2022/11/13 16:48:06 UTC

[commons-statistics] 02/02: Remove duplicate exec maven plugin version

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

commit 4070d7886aa4cdfa17011ad66b410e1fe3feb497
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun Nov 13 16:45:45 2022 +0000

    Remove duplicate exec maven plugin version
---
 commons-statistics-examples/examples-jmh/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/commons-statistics-examples/examples-jmh/pom.xml b/commons-statistics-examples/examples-jmh/pom.xml
index 693e6c0..8fd5568 100644
--- a/commons-statistics-examples/examples-jmh/pom.xml
+++ b/commons-statistics-examples/examples-jmh/pom.xml
@@ -63,8 +63,6 @@
     <!-- Workaround to avoid duplicating config files. -->
     <statistics.parent.dir>${basedir}/../..</statistics.parent.dir>
 
-    <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
-
     <!-- JMH Benchmark related properties: version, name of the benchmarking uber jar. -->
     <jmh.version>1.33</jmh.version>
     <uberjar.name>examples-jmh</uberjar.name>
@@ -147,7 +145,6 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
-            <version>${exec-maven-plugin.version}</version>
             <executions>
               <execution>
                 <id>benchmark</id>