This is an automated email from the ASF dual-hosted git repository. ggregory 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 3c2ccd78 Pick up exec-maven-plugin version from parent POM 3c2ccd78 is described below commit 3c2ccd782e3a3a293b657834dd99793f6e204431 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 30 12:01:09 2025 +0000 Pick up exec-maven-plugin version from parent POM --- commons-numbers-examples/examples-jmh/pom.xml | 3 --- src/changes/changes.xml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/commons-numbers-examples/examples-jmh/pom.xml b/commons-numbers-examples/examples-jmh/pom.xml index 94c82111..d9429b36 100644 --- a/commons-numbers-examples/examples-jmh/pom.xml +++ b/commons-numbers-examples/examples-jmh/pom.xml @@ -107,8 +107,6 @@ <!-- Reproducible builds --> <project.build.outputTimestamp>${numbers.build.outputTimestamp}</project.build.outputTimestamp> - <exec-maven-plugin.version>3.5.0</exec-maven-plugin.version> - <!-- JMH Benchmark related properties: version, name of the benchmarking uber jar. --> <jmh.version>1.37</jmh.version> <uberjar.name>examples-jmh</uberjar.name> @@ -209,7 +207,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>${exec-maven-plugin.version}</version> <executions> <execution> <id>benchmark</id> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1812e376..d9aa3a80 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,6 +60,7 @@ New features, updates and bug fixes. Bug in "compareTo" method of classes "Fraction" and "BigFraction" (when the two values are negative). </action> + <action dev="ggregory" type="update">Pick up exec-maven-plugin version from parent POM.</action> </release> <release version="1.2" date="2024-08-12" description="