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-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 532d924 Add full project name to examples modules
532d924 is described below
commit 532d924fca21ef3baeab9af241c9e83d0d2c79e8
Author: Alex Herbert <[email protected]>
AuthorDate: Wed Aug 4 14:06:01 2021 +0100
Add full project name to examples modules
---
commons-rng-examples/examples-jmh/pom.xml | 2 +-
commons-rng-examples/examples-jpms/jpms-app/pom.xml | 2 +-
commons-rng-examples/examples-jpms/jpms-lib/pom.xml | 2 +-
commons-rng-examples/examples-jpms/pom.xml | 2 +-
commons-rng-examples/examples-quadrature/pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/commons-rng-examples/examples-jmh/pom.xml
b/commons-rng-examples/examples-jmh/pom.xml
index 73d8156..7e915ec 100644
--- a/commons-rng-examples/examples-jmh/pom.xml
+++ b/commons-rng-examples/examples-jmh/pom.xml
@@ -26,7 +26,7 @@
<artifactId>commons-rng-examples-jmh</artifactId>
<version>1.4-SNAPSHOT</version>
- <name>JMH Benchmark</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>
diff --git a/commons-rng-examples/examples-jpms/jpms-app/pom.xml
b/commons-rng-examples/examples-jpms/jpms-app/pom.xml
index 23e76e5..fa16173 100644
--- a/commons-rng-examples/examples-jpms/jpms-app/pom.xml
+++ b/commons-rng-examples/examples-jpms/jpms-app/pom.xml
@@ -26,7 +26,7 @@
<artifactId>commons-rng-examples-jpms-app</artifactId>
<version>1.4-SNAPSHOT</version>
- <name>JPMS module example (application)</name>
+ <name>Apache Commons RNG JPMS Module Example (Application)</name>
<description>Testing JPMS. Code in this module is not part of the public
API.</description>
diff --git a/commons-rng-examples/examples-jpms/jpms-lib/pom.xml
b/commons-rng-examples/examples-jpms/jpms-lib/pom.xml
index 81888c9..b2a1e98 100644
--- a/commons-rng-examples/examples-jpms/jpms-lib/pom.xml
+++ b/commons-rng-examples/examples-jpms/jpms-lib/pom.xml
@@ -26,7 +26,7 @@
<artifactId>commons-rng-examples-jpms-lib</artifactId>
<version>1.4-SNAPSHOT</version>
- <name>JPMS module example (library)</name>
+ <name>Apache Commons RNG JPMS Module Example (Library)</name>
<description>Testing JPMS. Code in this module is not part of the public
API.</description>
diff --git a/commons-rng-examples/examples-jpms/pom.xml
b/commons-rng-examples/examples-jpms/pom.xml
index 2e43cef..017e7a3 100644
--- a/commons-rng-examples/examples-jpms/pom.xml
+++ b/commons-rng-examples/examples-jpms/pom.xml
@@ -27,7 +27,7 @@
<artifactId>commons-rng-examples-jpms</artifactId>
<version>1.4-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>JPMS Integration test</name>
+ <name>Apache Commons RNG JPMS Integration Test</name>
<description>Testing JPMS. Code in this module is not part of the public
API.</description>
diff --git a/commons-rng-examples/examples-quadrature/pom.xml
b/commons-rng-examples/examples-quadrature/pom.xml
index aea4ef8..e2a7aea 100644
--- a/commons-rng-examples/examples-quadrature/pom.xml
+++ b/commons-rng-examples/examples-quadrature/pom.xml
@@ -26,7 +26,7 @@
<artifactId>commons-rng-examples-quadrature</artifactId>
<version>1.4-SNAPSHOT</version>
- <name>Quadrature example</name>
+ <name>Apache Commons RNG Quadrature Example</name>
<description>Contains examples for computing numerical quadrature
(integration).
Code in this module is not part of the public API.</description>