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-statistics.git
from 2ed8d31 Rename compose method to avoid compile warnings new f780a50 Update for next development version after release of 1.1 new c34603c Update README following release of 1.1 The 2 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 | 58 ++++++++++---- RELEASE-NOTES.txt | 65 +++++++++++++++- commons-statistics-bom/README.md | 35 ++++++--- commons-statistics-bom/pom.xml | 2 +- commons-statistics-bom/src/site/xdoc/index.xml | 2 +- commons-statistics-descriptive/README.md | 45 ++++++----- commons-statistics-descriptive/pom.xml | 8 +- commons-statistics-descriptive/src/site/site.xml | 2 - commons-statistics-distribution/README.md | 45 ++++++----- commons-statistics-distribution/pom.xml | 2 +- commons-statistics-distribution/src/site/site.xml | 2 + .../README.md | 42 ++++++---- commons-statistics-docs/pom.xml | 10 +-- commons-statistics-examples/README.md | 36 +++++---- .../examples-distribution/README.md | 36 +++++---- .../examples-distribution/pom.xml | 2 +- commons-statistics-examples/examples-jmh/README.md | 37 ++++++--- commons-statistics-examples/examples-jmh/pom.xml | 2 +- commons-statistics-examples/pom.xml | 8 +- commons-statistics-inference/README.md | 44 +++++++---- commons-statistics-inference/pom.xml | 12 ++- commons-statistics-inference/src/site/site.xml | 2 - commons-statistics-ranking/README.md | 44 +++++++---- commons-statistics-ranking/pom.xml | 6 +- commons-statistics-ranking/src/site/site.xml | 2 - commons-statistics-regression/README.md | 40 ++++++---- commons-statistics-regression/pom.xml | 2 +- dist-archive/pom.xml | 26 +++---- doc/release/copyLongTermJavadoc.sh | 5 +- pom.xml | 14 ++-- src/changes/changes.xml | 38 +++++---- .../resources/release-notes/RELEASE-NOTES-1.1.txt | 91 ++++++++++++++++++++++ src/site/xdoc/download_statistics.xml | 28 +++---- src/site/xdoc/release-history.xml | 3 + 34 files changed, 540 insertions(+), 256 deletions(-) copy {commons-statistics-examples/examples-distribution => commons-statistics-docs}/README.md (76%) create mode 100644 src/site/resources/release-notes/RELEASE-NOTES-1.1.txt