I would like to release Apache Commons Statistics 1.0. Apache Commons Statistics 1.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/statistics/1.0-RC1 (svn revision 58393)
The Git tag commons-statistics-1.0-RC1 commit for this RC is commons-statistics-1.0-RC1 which you can browse here: https://gitbox.apache.org/repos/asf?p=commons-statistics.git;a=commit;h=commons-statistics-1.0-RC1 You may checkout this tag using: git clone https://gitbox.apache.org/repos/asf/commons-statistics.git --branch commons-statistics-1.0-RC1 commons-statistics-1.0-RC1 Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommons-1609/org/apache/commons/ These are the artifacts and their hashes: #Release SHA-512s #Thu Dec 01 16:46:47 GMT 2022 commons-statistics-1.0-bin.tar.gz=6a3cf6768e6d8c28992566811efa176bad78c74a587ef5420748fb913ece7dec85c459fd7dd72e0fc53a35b18d1b8b1a78e93a8a029f4ce78adc5038b3a6216f commons-statistics-1.0-bin.zip=28d0475cbf638c9776f62991f5428abebc43ee61de94e1cf4d92ea90a9034fff08d6af11297194ac70ad045c9955a04b8bc20729e02d6797a7a3a1e786ecd1b6 commons-statistics-1.0-src.tar.gz=008484a1b0302d6fcbd221b21cfc78fb47b401749991a6ecf951996a86c86a8595f51aaa9e125ca611cc236d7b5107e0a2ed85d55e39420afade475f6e49a012 commons-statistics-1.0-src.zip=c012c44d02a6210beb53d7ca5efd577704cdf34851af862d301c454683eecebe716ef46932d843292dc772147d068b142126dd5450623e640fd2c550f979ad76 I have tested this with 'mvn clean install site site:stage -Pexamples' using: Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /usr/local/apache-maven-3 Java version: 1.8.0_352, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "4.15.0-197-generic", arch: "amd64", family: "unix" Release notes: https://dist.apache.org/repos/dist/dev/commons/statistics/1.0-RC1/RELEASE-NOTES.txt Site: https://home.apache.org/~aherbert/commons-statistics-1.0-RC1-site/ (note some *relative* links are broken and the 1.0 directories are not yet created - these will be OK once the site is deployed.) No JApiCmp Report for a 1.0 release RAT Report: https://home.apache.org/~aherbert/commons-statistics-1.0-RC1-site/rat-report.html KEYS: https://www.apache.org/dist/commons/KEYS Please review the release candidate and vote. This vote will close no sooner than 72 hours from now. [ ] +1 Release these artifacts [ ] +0 OK, but... [ ] -0 OK, but really should fix... [ ] -1 I oppose this release because... Thank you, Alex Herbert, Release Manager (using key BC87A3FD0A54480F0BADBEBD21939FF0CA2A6567) ---------- The following is intended as a helper and refresher for reviewers. Validating a release candidate ============================== These guidelines are NOT complete. Requirements: Git, Java, Maven. You can validate a release from a release candidate (RC) tag as follows. 1) Clone and checkout the RC tag git clone https://gitbox.apache.org/repos/asf/commons-statistics.git --branch commons-statistics-1.0-RC1 commons-statistics-1.0-RC1 cd commons-statistics-1.0-RC1 1b) Download and unpack the source archive from: https://dist.apache.org/repos/dist/dev/commons/statistics/1.0-RC1/source/ 2) Check Apache licenses This step is not required if the site includes a RAT report page which you then must check. mvn apache-rat:check 3) Build the package mvn -V clean package You can record the Maven and Java version produced by -V in your VOTE reply. To gather OS information from a command line: Windows: ver Linux: uname -a 4) Build the site for a multi-module project mvn site site:stage -Pexamples Check the site reports in: - Windows: target\staging\index.html - Linux: target/staging/index.html Note that modules can be accessed using the Project Modules link under the Project Information menu (see <base>/modules.html). -the end- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org