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


The following commit(s) were added to refs/heads/master by this push:
     new 93476ee  Specify exec-maven-plugin version
93476ee is described below

commit 93476eeba7c2e34d5480eb797032dd019b6d956a
Author: aherbert <aherb...@apache.org>
AuthorDate: Tue Apr 27 15:33:42 2021 +0100

    Specify exec-maven-plugin version
---
 commons-numbers-examples/examples-jmh/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/commons-numbers-examples/examples-jmh/pom.xml 
b/commons-numbers-examples/examples-jmh/pom.xml
index 4c7ab41..cb14b49 100644
--- a/commons-numbers-examples/examples-jmh/pom.xml
+++ b/commons-numbers-examples/examples-jmh/pom.xml
@@ -88,6 +88,8 @@
     <!-- Workaround to avoid duplicating config files. -->
     <numbers.parent.dir>${basedir}/../..</numbers.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.22</jmh.version>
     <uberjar.name>examples-jmh</uberjar.name>
@@ -123,6 +125,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
+            <version>${exec-maven-plugin.version}</version>
             <executions>
               <execution>
                 <id>benchmark</id>

Reply via email to