This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
from 390021b4 Revert "Update the fail/report criticality for revapi" new b19aed99 Update transformed sampler test to allow better failure identification new 013b1e2f Javadoc test helper methods new 51a17f6a Update following 1.6 release new 808571bd Update for next development version new 9ed328b5 Update README pages following 1.6 release new f5e60d6f Bump versions for next development cycle new f1a6ed79 Update release notes The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: README.md | 43 ++- RELEASE-NOTES.txt | 62 ++++ commons-rng-bom/README.md | 28 +- commons-rng-bom/pom.xml | 5 +- commons-rng-bom/src/site/xdoc/index.xml | 2 +- commons-rng-client-api/README.md | 43 ++- commons-rng-client-api/pom.xml | 4 +- commons-rng-client-api/src/site/site.xml | 2 + commons-rng-core/README.md | 43 ++- commons-rng-core/pom.xml | 6 +- commons-rng-core/src/site/site.xml | 2 + .../README.md | 48 +-- commons-rng-docs/pom.xml | 10 +- commons-rng-examples/README.md | 47 +-- commons-rng-examples/examples-jmh/README.md | 50 ++-- commons-rng-examples/examples-jmh/pom.xml | 5 +- commons-rng-examples/examples-jpms/README.md | 49 ++-- .../examples-jpms/jpms-app/README.md | 50 ++-- .../examples-jpms/jpms-app/pom.xml | 6 +- .../examples-jpms/jpms-lib/README.md | 51 ++-- .../examples-jpms/jpms-lib/pom.xml | 4 +- commons-rng-examples/examples-jpms/pom.xml | 4 +- commons-rng-examples/examples-jpms/runApp.sh | 2 +- commons-rng-examples/examples-quadrature/README.md | 50 ++-- commons-rng-examples/examples-quadrature/pom.xml | 4 +- commons-rng-examples/examples-sampling/README.md | 50 ++-- commons-rng-examples/examples-sampling/pom.xml | 4 +- commons-rng-examples/examples-stress/README.md | 50 ++-- commons-rng-examples/examples-stress/pom.xml | 4 +- commons-rng-examples/pom.xml | 10 +- commons-rng-integration/README.md | 45 +-- commons-rng-integration/pom.xml | 8 +- .../apache/commons/rng/integration/tests.bndrun | 10 +- commons-rng-sampling/README.md | 43 ++- commons-rng-sampling/pom.xml | 8 +- commons-rng-sampling/src/site/site.xml | 2 + .../apache/commons/rng/sampling/RandomAssert.java | 6 +- .../sampling/distribution/StableSamplerTest.java | 73 +++-- commons-rng-simple/README.md | 43 ++- commons-rng-simple/pom.xml | 8 +- commons-rng-simple/src/site/site.xml | 2 + dist-archive/pom.xml | 28 +- doc/release/release.howto.txt | 325 ++++++++++++--------- pom.xml | 8 +- src/changes/changes.xml | 7 +- .../resources/release-notes/RELEASE-NOTES-1.6.txt | 62 ++++ src/site/xdoc/download_rng.xml | 28 +- 47 files changed, 767 insertions(+), 677 deletions(-) copy {commons-rng-integration => commons-rng-docs}/README.md (68%) copy RELEASE-NOTES.txt => src/site/resources/release-notes/RELEASE-NOTES-1.6.txt (91%)