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

[3/5] commons-rng git commit: RNG-40; Warns about not using internal codes.

RNG-40; Warns about not using internal codes.


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

Branch: refs/heads/master
Commit: 22ca66d5b0cb54e587de2dd8456e1ef8f87dbd44
Parents: d90f97d
Author: Gilles <er...@apache.org>
Authored: Wed Feb 14 17:38:54 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Feb 14 17:38:54 2018 +0100

----------------------------------------------------------------------
 commons-rng-core/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/22ca66d5/commons-rng-core/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml
index d063e1d..19d12f5 100644
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@ -31,7 +31,11 @@
   <version>1.1-SNAPSHOT</version>
   <name>Apache Commons RNG Core</name>
 
-  <description>Pure Java implementations of random numbers generator algorithms.</description>
+  <description>Pure Java implementations of random numbers generator algorithms.
+  Code in this module should not be used directly by applications; please use
+  the client interface defined in module "commons-rng-client-api" and the factory
+  methods defined in module "commons-rng-simple". In a future release, modularization
+  may be enforced through JPMS access restrictions.</description>
 
   <properties>
     <!-- OSGi -->