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:09 UTC

[12/14] commons-rng git commit: Modules moved to "commons-rng-examples".

Modules moved to "commons-rng-examples".


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

Branch: refs/heads/master
Commit: 07f8597d286fb2a3946b8fd11906eeab08f30041
Parents: e8537ef
Author: Gilles <er...@apache.org>
Authored: Tue Feb 13 22:23:44 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Tue Feb 13 22:23:44 2018 +0100

----------------------------------------------------------------------
 commons-rng-examples/examples-jpms/pom.xml | 2 +-
 pom.xml                                    | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/07f8597d/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 1c2bf78..6f49689 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 Integration</name>
+  <name>Apache Commons RNG 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/07f8597d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 454e6d3..f00e64a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -586,8 +586,6 @@
     <module>commons-rng-core</module>
     <module>commons-rng-simple</module>
     <module>commons-rng-sampling</module>
-    <module>commons-rng-jmh</module>
-    <module>commons-rng-jpms</module>
     <!--
         Built only upon explicit request (requires Java 1.7+).
         See profile "commons-rng-examples".