Repository: commons-rng
Updated Branches:
  refs/heads/master 2fa1dd8e9 -> 857cbb05c


Indicate that no compatibility requirements are to be expected.


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

Branch: refs/heads/master
Commit: 2a82db1c563cd27b6ae812cb7375c51d24de8420
Parents: 2fa1dd8
Author: Gilles <er...@apache.org>
Authored: Mon Feb 12 16:39:17 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Mon Feb 12 16:39:17 2018 +0100

----------------------------------------------------------------------
 commons-rng-examples/pom.xml | 3 ++-
 commons-rng-jmh/pom.xml      | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/2a82db1c/commons-rng-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml
index 29126b2..07a04be 100644
--- a/commons-rng-examples/pom.xml
+++ b/commons-rng-examples/pom.xml
@@ -31,7 +31,8 @@
   <version>1.1-SNAPSHOT</version>
   <name>Apache Commons RNG Examples</name>
 
-  <description>Examples of use of the random numbers generator implemented in 
the "commons-rng-simple" module.</description>
+  <description>Examples of use of the random numbers generator implemented in 
the "commons-rng-simple" module.
+  Code in this module is not part of the public API.</description>
 
   <properties>
     <maven.compiler.source>1.7</maven.compiler.source>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/2a82db1c/commons-rng-jmh/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-jmh/pom.xml b/commons-rng-jmh/pom.xml
index eeb64d9..b02354a 100644
--- a/commons-rng-jmh/pom.xml
+++ b/commons-rng-jmh/pom.xml
@@ -31,7 +31,8 @@
   <version>1.1-SNAPSHOT</version>
   <name>Apache Commons RNG JMH</name>
 
-  <description>Code for running JMH benchmarks that assess the performance of 
the generators.</description>
+  <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>
 
   <dependencies>
     <dependency>

Reply via email to