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-rng.git
The following commit(s) were added to refs/heads/master by this push: new de178400 Pick up exec-maven-plugin version from parent POM de178400 is described below commit de178400ed228e23157f08e459dc1df29ec4f892 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 30 07:42:40 2025 -0400 Pick up exec-maven-plugin version from parent POM --- commons-rng-examples/examples-jmh/pom.xml | 3 +-- commons-rng-examples/pom.xml | 10 ---------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/commons-rng-examples/examples-jmh/pom.xml b/commons-rng-examples/examples-jmh/pom.xml index d3c572cf..bf377d43 100644 --- a/commons-rng-examples/examples-jmh/pom.xml +++ b/commons-rng-examples/examples-jmh/pom.xml @@ -163,7 +163,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>${rng.exec.version}</version> <executions> <execution> <id>benchmark</id> @@ -196,7 +195,7 @@ <!-- Build an executable jar that runs JMH: mvn package -Pexamples-jmh - java -jar target/examples-jmh.jar -h + ava -jar target/examples-jmh.jar -hj java -jar target/examples-jmh.jar NextDoubleGenerationPerformance -rf json -rff out.json java -jar target/examples-jmh.jar NextIntGen.*nextInt$ -p randomSourceName=MSWS,PCG_MCG_XSH_RS_32 java -jar target/examples-jmh.jar ContinuousSamplersPerformance.sample -p samplerType=BoxMullerNormalizedGaussianSampler diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml index 7e667305..f9fe112f 100644 --- a/commons-rng-examples/pom.xml +++ b/commons-rng-examples/pom.xml @@ -46,7 +46,6 @@ <commons.module.name>org.apache.commons.rng.examples</commons.module.name> <rng.picocli.version>4.7.6</rng.picocli.version> - <rng.exec.version>3.5.0</rng.exec.version> <rng.shade.version>3.6.0</rng.shade.version> <!-- Disable JApiCmp failures (but keep the report). The examples API is allowed to change. --> @@ -81,15 +80,6 @@ </dependencyManagement> <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <version>${rng.exec.version}</version> - </plugin> - </plugins> - </pluginManagement> <plugins> <plugin> <artifactId>maven-pmd-plugin</artifactId>