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/14 21:43:02 UTC

[2/5] commons-rng git commit: Name of example modules.

Name of example modules.


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

Branch: refs/heads/master
Commit: d90f97de87b380f7b3d45d409f6ccf4eced09e32
Parents: 20f33fb
Author: Gilles <er...@apache.org>
Authored: Wed Feb 14 17:32:02 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Feb 14 17:32:02 2018 +0100

----------------------------------------------------------------------
 commons-rng-examples/examples-jmh/pom.xml        | 2 +-
 commons-rng-examples/examples-jpms/pom.xml       | 2 +-
 commons-rng-examples/examples-quadrature/pom.xml | 2 +-
 commons-rng-examples/examples-sampling/pom.xml   | 2 +-
 commons-rng-examples/examples-stress/pom.xml     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/d90f97de/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 7022e5e..bf03851 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>commons-rng-examples-jmh</artifactId>
   <version>1.1-SNAPSHOT</version>
-  <name>Apache Commons RNG JMH Benchmark</name>
+  <name>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/d90f97de/commons-rng-examples/examples-jpms/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-jpms/pom.xml b/commons-rng-examples/examples-jpms/pom.xml
index 6f49689..91e307c 100644
--- a/commons-rng-examples/examples-jpms/pom.xml
+++ b/commons-rng-examples/examples-jpms/pom.xml
@@ -30,7 +30,7 @@
   <artifactId>commons-rng-examples-jpms</artifactId>
   <version>1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>Apache Commons RNG JPMS Integration test</name>
+  <name>JPMS Integration test</name>
 
   <description>Testing JPMS. Code in this module is not part of the public API.</description>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/d90f97de/commons-rng-examples/examples-quadrature/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-quadrature/pom.xml b/commons-rng-examples/examples-quadrature/pom.xml
index 3e916ab..ad40f0a 100644
--- a/commons-rng-examples/examples-quadrature/pom.xml
+++ b/commons-rng-examples/examples-quadrature/pom.xml
@@ -29,7 +29,7 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-quadrature</artifactId>
   <version>1.1-SNAPSHOT</version>
-  <name>Apache Commons RNG Quadrature Test Example</name>
+  <name>Quadrature example</name>
 
   <description>Application for calling external tools that perform stringent uniformity tests.
   Code in this module is not part of the public API.</description>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/d90f97de/commons-rng-examples/examples-sampling/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-sampling/pom.xml b/commons-rng-examples/examples-sampling/pom.xml
index 490211d..af51710 100644
--- a/commons-rng-examples/examples-sampling/pom.xml
+++ b/commons-rng-examples/examples-sampling/pom.xml
@@ -29,7 +29,7 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-sampling</artifactId>
   <version>1.1-SNAPSHOT</version>
-  <name>Apache Commons RNG Sampling Test Example</name>
+  <name>Sampling example</name>
 
   <description>Application for calling external tools that perform stringent uniformity tests.
   Code in this module is not part of the public API.</description>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/d90f97de/commons-rng-examples/examples-stress/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/examples-stress/pom.xml b/commons-rng-examples/examples-stress/pom.xml
index 9f2c9c9..25d3f07 100644
--- a/commons-rng-examples/examples-stress/pom.xml
+++ b/commons-rng-examples/examples-stress/pom.xml
@@ -29,7 +29,7 @@
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-stress</artifactId>
   <version>1.1-SNAPSHOT</version>
-  <name>Apache Commons RNG Stress Test Example</name>
+  <name>Stress test example</name>
 
   <description>Application for calling external tools that perform stringent uniformity tests.
   Code in this module is not part of the public API.</description>