Merge branch 'master' into 1.0-release

Preparing RC6.


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

Branch: refs/heads/1.0-release
Commit: 3cc193a58a5c8efc5e12249a7802dcd340af8e10
Parents: f9de640 90e8efb
Author: Gilles <er...@apache.org>
Authored: Tue Dec 6 22:54:26 2016 +0100
Committer: Gilles <er...@apache.org>
Committed: Tue Dec 6 22:54:26 2016 +0100

----------------------------------------------------------------------
 commons-rng-client-api/LICENSE.txt | 275 ++++++++++++++++++++++++++++++++
 commons-rng-client-api/NOTICE.txt  |   5 +
 commons-rng-client-api/pom.xml     |   3 +-
 commons-rng-core/LICENSE.txt       | 275 ++++++++++++++++++++++++++++++++
 commons-rng-core/NOTICE.txt        |   5 +
 commons-rng-core/pom.xml           |   3 +-
 commons-rng-examples/LICENSE.txt   | 275 ++++++++++++++++++++++++++++++++
 commons-rng-examples/NOTICE.txt    |   5 +
 commons-rng-examples/pom.xml       |   4 +-
 commons-rng-jmh/LICENSE.txt        | 275 ++++++++++++++++++++++++++++++++
 commons-rng-jmh/NOTICE.txt         |   5 +
 commons-rng-jmh/pom.xml            |   3 +-
 commons-rng-sampling/LICENSE.txt   | 275 ++++++++++++++++++++++++++++++++
 commons-rng-sampling/NOTICE.txt    |   5 +
 commons-rng-simple/LICENSE.txt     | 275 ++++++++++++++++++++++++++++++++
 commons-rng-simple/NOTICE.txt      |   5 +
 commons-rng-simple/pom.xml         |   3 +-
 doc/release/release.howto.txt      |  32 ++--
 pom.xml                            |   2 +-
 src/site/apt/userguide/rng.apt     |   2 +-
 20 files changed, 1708 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/3cc193a5/commons-rng-client-api/pom.xml
----------------------------------------------------------------------
diff --cc commons-rng-client-api/pom.xml
index 9c8293e,a6e0d55..9cfbb1f
--- a/commons-rng-client-api/pom.xml
+++ b/commons-rng-client-api/pom.xml
@@@ -28,11 -28,10 +28,10 @@@
  
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-rng-client-api</artifactId>
 -  <version>1.0-SNAPSHOT</version>
 +  <version>1.0</version>
    <name>Apache Commons RNG Client API</name>
  
-   <description>The Apache Commons RNG API module defines the API for client
-     code that uses random numbers generators.</description>
+   <description>API for client code that uses random numbers 
generators.</description>
  
    <properties>
      <!-- This value must reflect the current name of the base package. -->

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/3cc193a5/commons-rng-core/pom.xml
----------------------------------------------------------------------
diff --cc commons-rng-core/pom.xml
index 084a24d,0fe35f9..fefeccc
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@@ -28,11 -28,10 +28,10 @@@
  
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-rng-core</artifactId>
 -  <version>1.0-SNAPSHOT</version>
 +  <version>1.0</version>
    <name>Apache Commons RNG Core</name>
  
-   <description>The Apache Commons RNG Core module provides pure Java 
implementations of
-     random numbers generator algorithms.</description>
+   <description>Pure Java implementations of random numbers generator 
algorithms.</description>
  
    <properties>
      <!-- This value must reflect the current name of the base package. -->

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/3cc193a5/commons-rng-examples/pom.xml
----------------------------------------------------------------------
diff --cc commons-rng-examples/pom.xml
index a7b54ca,11d2c73..da41b76
--- a/commons-rng-examples/pom.xml
+++ b/commons-rng-examples/pom.xml
@@@ -28,12 -28,10 +28,10 @@@
  
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-rng-examples</artifactId>
 -  <version>1.0-SNAPSHOT</version>
 +  <version>1.0</version>
    <name>Apache Commons RNG Examples</name>
  
-   <description>The Apache Commons RNG Examples module contains examples
-     of usage the random numbers generator implementations available
-     through the "commons-rng-simple" module.</description>
+   <description>Examples of use of the random numbers generator implemented in 
the "commons-rng-simple" module.</description>
  
    <properties>
      <maven.compiler.source>1.7</maven.compiler.source>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/3cc193a5/commons-rng-jmh/pom.xml
----------------------------------------------------------------------
diff --cc commons-rng-jmh/pom.xml
index 061adfe,46152dd..197d95c
--- a/commons-rng-jmh/pom.xml
+++ b/commons-rng-jmh/pom.xml
@@@ -28,11 -28,10 +28,10 @@@
  
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-rng-jmh</artifactId>
 -  <version>1.0-SNAPSHOT</version>
 +  <version>1.0</version>
    <name>Apache Commons RNG JMH</name>
  
-   <description>The Apache Commons RNG JMH module provides 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.</description>
  
    <dependencies>
      <dependency>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/3cc193a5/commons-rng-simple/pom.xml
----------------------------------------------------------------------
diff --cc commons-rng-simple/pom.xml
index e615497,1f0c394..78643a7
--- a/commons-rng-simple/pom.xml
+++ b/commons-rng-simple/pom.xml
@@@ -28,11 -28,10 +28,10 @@@
  
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-rng-simple</artifactId>
 -  <version>1.0-SNAPSHOT</version>
 +  <version>1.0</version>
    <name>Apache Commons RNG Simple</name>
  
-   <description>The Apache Commons RNG Simple module provides a factory class 
to
-     easily instantiate a random numbers generator 
implementation.</description>
+   <description>Simple API for instantiating random numbers 
generators.</description>
  
    <properties>
      <!-- This value must reflect the current name of the base package. -->

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/3cc193a5/pom.xml
----------------------------------------------------------------------

Reply via email to