Merge branch 'master' into 1.0-release

Preparing RC3.


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

Branch: refs/heads/1.0-release
Commit: 6ba600bf27e04633a82bacd1469697ca34515ec2
Parents: 7b6a92d c8962e0
Author: Gilles <er...@apache.org>
Authored: Tue Nov 29 00:05:57 2016 +0100
Committer: Gilles <er...@apache.org>
Committed: Tue Nov 29 00:05:57 2016 +0100

----------------------------------------------------------------------
 commons-rng-client-api/pom.xml    |   2 +-
 commons-rng-core/pom.xml          |   2 +-
 commons-rng-examples/pom.xml      |   2 +-
 commons-rng-jmh/pom.xml           |   2 +-
 commons-rng-sampling/pom.xml      |   2 +-
 commons-rng-simple/pom.xml        |   2 +-
 dist-archive/pom.xml              | 205 +++++++++++++++++++++++++++++++++
 dist-archive/src/assembly/bin.xml |  42 +++++++
 dist-archive/src/assembly/src.xml |  35 ++++++
 doc/release/release.howto.txt     |  34 ++++--
 pom.xml                           |   4 +-
 11 files changed, 315 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6ba600bf/commons-rng-client-api/pom.xml
----------------------------------------------------------------------
diff --cc commons-rng-client-api/pom.xml
index 89781a1,4353015..9c8293e
--- a/commons-rng-client-api/pom.xml
+++ b/commons-rng-client-api/pom.xml
@@@ -22,8 -22,8 +22,8 @@@
  
    <parent>
      <groupId>org.apache.commons</groupId>
-     <artifactId>commons-rng</artifactId>
+     <artifactId>commons-rng-parent</artifactId>
 -    <version>1.0-SNAPSHOT</version>
 +    <version>1.0</version>
    </parent>
  
    <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6ba600bf/commons-rng-core/pom.xml
----------------------------------------------------------------------
diff --cc commons-rng-core/pom.xml
index 654c6b8,c2ea5d1..084a24d
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@@ -22,8 -22,8 +22,8 @@@
  
    <parent>
      <groupId>org.apache.commons</groupId>
-     <artifactId>commons-rng</artifactId>
+     <artifactId>commons-rng-parent</artifactId>
 -    <version>1.0-SNAPSHOT</version>
 +    <version>1.0</version>
    </parent>
  
    <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6ba600bf/commons-rng-examples/pom.xml
----------------------------------------------------------------------
diff --cc commons-rng-examples/pom.xml
index 359b8c9,d0209f0..a7b54ca
--- a/commons-rng-examples/pom.xml
+++ b/commons-rng-examples/pom.xml
@@@ -22,8 -22,8 +22,8 @@@
  
    <parent>
      <groupId>org.apache.commons</groupId>
-     <artifactId>commons-rng</artifactId>
+     <artifactId>commons-rng-parent</artifactId>
 -    <version>1.0-SNAPSHOT</version>
 +    <version>1.0</version>
    </parent>
  
    <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6ba600bf/commons-rng-jmh/pom.xml
----------------------------------------------------------------------
diff --cc commons-rng-jmh/pom.xml
index cdebdfe,43db257..061adfe
--- a/commons-rng-jmh/pom.xml
+++ b/commons-rng-jmh/pom.xml
@@@ -22,8 -22,8 +22,8 @@@
  
    <parent>
      <groupId>org.apache.commons</groupId>
-     <artifactId>commons-rng</artifactId>
+     <artifactId>commons-rng-parent</artifactId>
 -    <version>1.0-SNAPSHOT</version>
 +    <version>1.0</version>
    </parent>
  
    <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6ba600bf/commons-rng-sampling/pom.xml
----------------------------------------------------------------------
diff --cc commons-rng-sampling/pom.xml
index c5de91d,7b6330d..82a8f6e
--- a/commons-rng-sampling/pom.xml
+++ b/commons-rng-sampling/pom.xml
@@@ -22,8 -22,8 +22,8 @@@
  
    <parent>
      <groupId>org.apache.commons</groupId>
-     <artifactId>commons-rng</artifactId>
+     <artifactId>commons-rng-parent</artifactId>
 -    <version>1.0-SNAPSHOT</version>
 +    <version>1.0</version>
    </parent>
  
    <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6ba600bf/commons-rng-simple/pom.xml
----------------------------------------------------------------------
diff --cc commons-rng-simple/pom.xml
index 667b937,7111bf4..e615497
--- a/commons-rng-simple/pom.xml
+++ b/commons-rng-simple/pom.xml
@@@ -22,8 -22,8 +22,8 @@@
  
    <parent>
      <groupId>org.apache.commons</groupId>
-     <artifactId>commons-rng</artifactId>
+     <artifactId>commons-rng-parent</artifactId>
 -    <version>1.0-SNAPSHOT</version>
 +    <version>1.0</version>
    </parent>
  
    <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6ba600bf/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index 0029c35,9798988..0fdd9f9
--- a/pom.xml
+++ b/pom.xml
@@@ -21,11 -21,12 +21,12 @@@
      <artifactId>commons-parent</artifactId>
      <version>41</version>
    </parent>
+ 
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.apache.commons</groupId>
-   <artifactId>commons-rng</artifactId>
+   <artifactId>commons-rng-parent</artifactId>
    <packaging>pom</packaging>
 -  <version>1.0-SNAPSHOT</version>
 +  <version>1.0</version>
    <name>Apache Commons RNG</name>
  
    <inceptionYear>2016</inceptionYear>

Reply via email to