commons-numbers git commit: Upgrade Jacoco.

2018-02-13 Thread erans
Repository: commons-numbers Updated Branches: refs/heads/master e2917811e -> 58f8953f4 Upgrade Jacoco. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/58f8953f Tree:

[text] enable asserts disabled by mistake

2018-02-13 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 7b783fd1f -> 145aa52ff enable asserts disabled by mistake Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/145aa52f Tree:

[07/14] commons-rng git commit: Refer to sub-module in POM.

2018-02-13 Thread erans
Refer to sub-module in POM. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/1ebe6a80 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/1ebe6a80 Diff:

[08/14] commons-rng git commit: Use consistent artefact name.

2018-02-13 Thread erans
Use consistent artefact name. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/ba29eb0e Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/ba29eb0e Diff:

[04/14] commons-rng git commit: Refactored code contents of module "commons-rng-examples" into sub-modules.

2018-02-13 Thread erans
Refactored code contents of module "commons-rng-examples" into sub-modules. Module "commons-rng-examples" hosts codes that are not part of the library, but are provided as usage examples, or documentation tools. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit:

[05/14] commons-rng git commit: "commons-rng-jmh" moved as sub-module of "commons-rng-examples".

2018-02-13 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-rng/blob/312abc0e/commons-rng-jmh/src/main/java/org/apache/commons/rng/jmh/distribution/SamplersPerformance.java -- diff --git

[02/14] commons-rng git commit: CheckStyle does not support "module-info.java" files.

2018-02-13 Thread erans
CheckStyle does not support "module-info.java" 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/53649388 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/53649388 Diff:

[14/14] commons-rng git commit: RNG-40: Script to run the "dummy" example application.

2018-02-13 Thread erans
RNG-40: Script to run the "dummy" example application. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/857cbb05 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/857cbb05 Diff:

[09/14] commons-rng git commit: RNG-40: Java 9 JPMS compliance.

2018-02-13 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-rng/blob/a960ee1d/commons-rng-examples/examples-jpms/pom.xml -- diff --git a/commons-rng-examples/examples-jpms/pom.xml b/commons-rng-examples/examples-jpms/pom.xml new file mode

[11/14] commons-rng git commit: Re-generated "README.md" files.

2018-02-13 Thread erans
Re-generated "README.md" 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/e8537efb Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/e8537efb Diff:

[06/14] commons-rng git commit: "commons-rng-jmh" moved as sub-module of "commons-rng-examples".

2018-02-13 Thread erans
"commons-rng-jmh" moved as sub-module of "commons-rng-examples". Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/312abc0e Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/312abc0e Diff:

[10/14] commons-rng git commit: RNG-40: Java 9 JPMS compliance.

2018-02-13 Thread erans
RNG-40: Java 9 JPMS compliance. This example consists of two JPMS modules respectively defined in the "jpms-lib" and "jpms-app" maven modules. An "Automatic-Module-Name" is added to the MANIFEST of each of the artefacts provided by "Commons RNG", which allows them to be referred as JPMS modules

[12/14] commons-rng git commit: Modules moved to "commons-rng-examples".

2018-02-13 Thread erans
Modules moved to "commons-rng-examples". Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/07f8597d Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/07f8597d Diff:

[03/14] commons-rng git commit: Refactored code contents of module "commons-rng-examples" into sub-modules.

2018-02-13 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-rng/blob/2fdb5227/commons-rng-examples/examples-stress/src/main/c/stdin2testu01.c -- diff --git a/commons-rng-examples/examples-stress/src/main/c/stdin2testu01.c

[13/14] commons-rng git commit: Description of "commons-rng-examples" module.

2018-02-13 Thread erans
Description of "commons-rng-examples" module. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/4424bf93 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/4424bf93 Diff:

[01/14] commons-rng git commit: Indicate that no compatibility requirements are to be expected.

2018-02-13 Thread erans
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:

svn commit: r1824189 - /commons/proper/commons-parent/trunk/pom.xml

2018-02-13 Thread ggregory
Author: ggregory Date: Wed Feb 14 00:20:52 2018 New Revision: 1824189 URL: http://svn.apache.org/viewvc?rev=1824189=rev Log: org.apache:apache 18 -> 19. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL:

[text] Tentative release notes for 1.3.

2018-02-13 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master d0c5e3bc8 -> 39eff9e13 Tentative release notes for 1.3. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/39eff9e1 Tree: