You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/02/13 22:27:04 UTC

[07/14] commons-rng git commit: Refer to sub-module in POM.

Refer to sub-module in POM.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/1ebe6a80
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/1ebe6a80
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/1ebe6a80

Branch: refs/heads/master
Commit: 1ebe6a80828f7ba42814e8530a04692c3e9a29da
Parents: 312abc0
Author: Gilles <er...@apache.org>
Authored: Tue Feb 13 20:03:37 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Tue Feb 13 20:03:37 2018 +0100

----------------------------------------------------------------------
 commons-rng-examples/examples-jmh/pom.xml | 2 +-
 commons-rng-examples/pom.xml              | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/1ebe6a80/commons-rng-examples/examples-jmh/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-jmh/pom.xml b/commons-rng-examples/examples-jmh/pom.xml
index 5cbab8c..9c659ed 100644
--- a/commons-rng-examples/examples-jmh/pom.xml
+++ b/commons-rng-examples/examples-jmh/pom.xml
@@ -29,7 +29,7 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>examples-jmh</artifactId>
   <version>1.1-SNAPSHOT</version>
-  <name>Apache Commons RNG JMH</name>
+  <name>Apache Commons RNG JMH Benchmark</name>
 
   <description>Code for running JMH benchmarks that assess the performance of the generators.
   Code in this module is not part of the public API.</description>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/1ebe6a80/commons-rng-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml
index 276aac7..d4a5f79 100644
--- a/commons-rng-examples/pom.xml
+++ b/commons-rng-examples/pom.xml
@@ -68,5 +68,6 @@
     <module>examples-stress</module>
     <module>examples-sampling</module>
     <module>examples-quadrature</module>
+    <module>examples-jmh</module>
   </modules>
 </project>