Merge branch 'master' into 1.0-release Applied "Commons Rng" -> "Commons RNG" replacement. Removed unnecessary section of the userguide (license specification). Expanded "Overview" section of the userguide. Updated release instructions to include "README.md" and "CONTRIBUTING.md" in the distribution files.
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/5d51ca2d Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/5d51ca2d Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/5d51ca2d Branch: refs/heads/1.0-release Commit: 5d51ca2de93ad82aa2ffae2890fdcc3d8084a34e Parents: f8d2308 c1baba2 Author: Gilles <[email protected]> Authored: Sat Sep 17 00:25:03 2016 +0200 Committer: Gilles <[email protected]> Committed: Sat Sep 17 00:25:03 2016 +0200 ---------------------------------------------------------------------- doc/release/release.howto.txt | 49 ++++++++------ pom.xml | 114 +++++++++++++++++---------------- src/changes/changes.xml | 8 +-- src/site/apt/userguide/rng.apt | 18 +----- src/site/site.xml | 8 +-- src/site/xdoc/index.xml | 54 ++++++++-------- src/site/xdoc/userguide/index.xml | 4 -- 7 files changed, 124 insertions(+), 131 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/5d51ca2d/pom.xml ---------------------------------------------------------------------- diff --cc pom.xml index 433b229,f07a8ab..0a157fd --- a/pom.xml +++ b/pom.xml @@@ -27,11 -27,11 +27,11 @@@ <groupId>org.apache.commons</groupId> <artifactId>commons-rng</artifactId> <packaging>jar</packaging> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> - <name>Apache Commons Rng</name> + <name>Apache Commons RNG</name> <inceptionYear>2016</inceptionYear> - <description>The Apache Commons Rng project provides implementations of random numbers generators.</description> + <description>The Apache Commons RNG project provides implementations of random numbers generators.</description> <url>http://commons.apache.org/proper/commons-rng/</url> http://git-wip-us.apache.org/repos/asf/commons-rng/blob/5d51ca2d/src/changes/changes.xml ---------------------------------------------------------------------- diff --cc src/changes/changes.xml index e14ae86,5a3c372..21eaf39 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@@ -47,14 -47,14 +47,14 @@@ If the output is not quite correct, che <document> <properties> - <title>Commons Rng Release Notes</title> + <title>Apache Commons RNG Release Notes</title> </properties> <body> - <release version="1.0" date="2016-09-17" description=" - This is the first release of Commons Rng. - <release version="1.0" date="TBD" description=" ++ <release version="1.0" date="2016-09-20" description=" + This is the first release of Apache Commons RNG. The minimum version of the Java platform required to compile and use - Commons Rng 1.0 is Java 6. + Apache Commons RNG 1.0 is Java 6. "> <!-- <action dev="erans" type="fix" issue="RNG-xxx"> --> <!-- </action> -->
