This vote passes with the following +1s. - Alex Herbert (binding) - Gilles Sadowski (binding) - Matt Juntunen (binding)
I will work on getting the release out later tonight. Regards, Matt J On Tue, Aug 17, 2021 at 3:22 AM Matt Juntunen <matt.a.juntu...@gmail.com> wrote: > > We have completed initial development work on Apache Commons Geometry, > so I would like to release Apache Commons Geometry (full distribution) > 1.0. > > Apache Commons Geometry (full distribution) 1.0 RC4 is available for > review here: > https://dist.apache.org/repos/dist/dev/commons/geometry/1.0-RC4 > (svn revision 49526) > > The Git tag commons-geometry-1.0-rc4 commit for this RC is > 5326851864f93a486409562628afaaa485b6d99f which you can browse here: > > https://gitbox.apache.org/repos/asf?p=commons-geometry.git;a=commit;h=5326851864f93a486409562628afaaa485b6d99f > You may checkout this tag using: > git clone https://gitbox.apache.org/repos/asf/commons-geometry.git > --branch commons-geometry-1.0-rc4 commons-geometry-1.0-rc4 > > Maven artifacts are here: > https://repository.apache.org/content/repositories/orgapachecommons-1566/ > > These are the artifacts and their hashes: > > #Release SHA-512s > #Mon Aug 16 21:52:18 EDT 2021 > commons-geometry-1.0-bin.tar.gz=b170b25f0c4c7837a51c8c3b37aa970c755c5610b16e6afa82f4cfea6dfa14f347366932e4e0ded921150ad4ad349f1d16661934925da6ece7253599fbd90cf0 > commons-geometry-1.0-bin.zip=3a1c4de02f684d9837ee3284b3a35bac2369d3ea9994354218bcc0d3480330c174054b536dc02104b55a3dadee91c56a66742dd830f19dbdee5f765faf1ec596 > commons-geometry-1.0-src.tar.gz=ad2c89958a3a6278135b2c820bc5c6d97edc49ea8dd119c44c49e764248e068ff0404b04cb620d0f10a7172b69ee0907f39483119c1fcd695ffe58f4c0d3731a > commons-geometry-1.0-src.zip=45c467545a84347b89319077c5c1221a5e908894a32f61f713909b2905d006de89cf4a73dc99b29b31c01c2fa28a73f71bd4ff4d530f2264a06c6a118a02b8ad > > (no need for .asc hashes!) > > I have tested this with ***'mvn clean install site'*** using: > *** > Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; > 2018-02-24T14:49:05-05:00) > Maven home: /home/matt/tools/maven/apache-maven-3.5.3 > Java version: 1.8.0_292, vendor: Private Build > Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "5.4.0-80-generic", arch: "amd64", family: "unix" > > Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; > 2018-02-24T14:49:05-05:00) > Maven home: /home/matt/tools/maven/apache-maven-3.5.3 > Java version: 11.0.2, vendor: Oracle Corporation > Java home: /home/matt/lang/java/jdk-11.0.2 > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "5.4.0-80-generic", arch: "amd64", family: "unix" > > Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; > 2018-02-24T14:49:05-05:00) > Maven home: /home/matt/tools/maven/apache-maven-3.5.3 > Java version: 16.0.1, vendor: AdoptOpenJDK > Java home: /home/matt/lang/java/jdk-16.0.1+9 > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "5.4.0-80-generic", arch: "amd64", family: "unix" > > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > Maven home: > C:\Users\matt\tools\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin\.. > Java version: 1.8.0_242, vendor: AdoptOpenJDK, runtime: C:\Program > Files\AdoptOpenJDK\jdk-8.0.242.08-hotspot\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" > *** > > Details of changes since 1.0-beta1 are in the release notes: > > https://dist.apache.org/repos/dist/dev/commons/geometry/1.0-RC4/RELEASE-NOTES.txt > > Site: > https://home.apache.org/~mattjuntunen/commons-geometry-1.0-RC4-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.) > > CLIRR Report: > N/A > > JApiCmp Report: > N/A > > RAT Report: > > https://home.apache.org/~mattjuntunen/commons-geometry-1.0-RC4-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, > > Matt Juntunen, > Release Manager (using key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A) > > For 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-geometry.git > --branch commons-geometry-1.0-rc4 commons-geometry-1.0-rc4 > cd commons-geometry-1.0-rc4 > > 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) Check binary compatibility > > Older components still use Apache Clirr: > > This step is not required if the site includes a Clirr report page > which you then must check. > > mvn clirr:check > > Newer components use JApiCmp with the japicmp Maven Profile: > > This step is not required if the site includes a JApiCmp report page > which you then must check. > > mvn install -DskipTests -P japicmp japicmp:cmp > > 4) 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 > > 5) Build the site for a single module project > > Note: Some plugins require the components to be installed instead of packaged. > > mvn site > Check the site reports in: > - Windows: target\site\index.html > - Linux: target/site/index.html > > 6) Build the site for a multi-module project > > mvn site > mvn site:stage > Check the site reports in: > - Windows: target\site\index.html > - Linux: target/site/index.html > > -the end- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org