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 53e1293f Don't persist credentials unnecessarily new 4b0cd513 Updated project documentation following release of version 1.5 new 11f8c421 Bump project version 1.5-SNAPSHOT to 1.6-SNAPSHOT new 66de8200 Update project README versions from 1.4 to 1.5 new 2e3f3121 Update commons bc.version and release.version new 64fe5076 Update release howto guide new 17d5271b Correct comment for code example new 83975bbf Update code example new d3a9ddc8 Re-enable JApiCmp in the core module new 741d6a62 Add note about 'flaky' tests to developer guide new 0b56b6fb Simplify release description in the changes file The 10 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 | 6 +- RELEASE-NOTES.txt | 111 +++++++ commons-rng-bom/README.md | 2 +- commons-rng-bom/pom.xml | 9 +- commons-rng-client-api/README.md | 4 +- commons-rng-client-api/pom.xml | 9 +- commons-rng-client-api/src/site/site.xml | 2 + commons-rng-core/README.md | 4 +- commons-rng-core/pom.xml | 11 +- .../src/site/resources/profile.japicmp | 0 .../src/site/resources/profile.japicmp.disabled | 22 -- commons-rng-core/src/site/site.xml | 2 + commons-rng-examples/examples-jmh/pom.xml | 9 +- .../examples-jpms/jpms-app/pom.xml | 11 +- .../examples-jpms/jpms-lib/pom.xml | 9 +- commons-rng-examples/examples-jpms/pom.xml | 9 +- commons-rng-examples/examples-jpms/runApp.sh | 2 +- commons-rng-examples/examples-quadrature/pom.xml | 9 +- commons-rng-examples/examples-sampling/pom.xml | 9 +- commons-rng-examples/examples-stress/pom.xml | 9 +- commons-rng-examples/pom.xml | 15 +- commons-rng-sampling/README.md | 4 +- commons-rng-sampling/pom.xml | 13 +- commons-rng-sampling/src/site/site.xml | 2 + commons-rng-simple/README.md | 4 +- commons-rng-simple/pom.xml | 13 +- commons-rng-simple/src/site/site.xml | 2 + commons-rng-simple/src/site/xdoc/index.xml | 2 +- dist-archive/pom.xml | 33 +-- doc/release/release.howto.txt | 325 ++++++++++++--------- docs-archive/pom.xml | 10 +- pom.xml | 6 +- src/changes/changes.xml | 161 ++-------- ...RELEASE-NOTES-1.4.txt => RELEASE-NOTES-1.5.txt} | 111 +++++++ src/site/xdoc/developers.xml | 9 + src/site/xdoc/download_rng.xml | 26 +- src/site/xdoc/index.xml | 2 +- 37 files changed, 554 insertions(+), 433 deletions(-) copy {commons-rng-client-api => commons-rng-core}/src/site/resources/profile.japicmp (100%) delete mode 100644 commons-rng-core/src/site/resources/profile.japicmp.disabled copy src/site/resources/release-notes/{RELEASE-NOTES-1.4.txt => RELEASE-NOTES-1.5.txt} (76%)