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 RC3 is available for
review here:
    https://dist.apache.org/repos/dist/dev/commons/geometry/1.0-RC3
(svn revision 49503)

The Git tag commons-geometry-1.0-rc3 commit for this RC is
aad4aa0b860097b05ce5bb193f47d42f93083ff5 which you can browse here:
    
https://gitbox.apache.org/repos/asf?p=commons-geometry.git;a=commit;h=aad4aa0b860097b05ce5bb193f47d42f93083ff5
You may checkout this tag using:
    git clone https://gitbox.apache.org/repos/asf/commons-geometry.git
--branch commons-geometry-1.0-rc3 commons-geometry-1.0-rc3

Maven artifacts are here:
    https://repository.apache.org/content/repositories/orgapachecommons-1565/

These are the artifacts and their hashes:

#Release SHA-512s
#Sat Aug 14 19:39:02 EDT 2021
commons-geometry-1.0-bin.tar.gz=43f54045c57ebd3420094b1ea64d8bac4130d0cd967e47ad9fda7b0b48dc16383f6057ecf2097fc425291ac21daf076c690807082c6096532a4691f23c1b767e
commons-geometry-1.0-bin.zip=63c66b5d715292f788c1bc083d5dfb47f0a56d2d6bd057eb568d5755104d76e31d374561ca734891fae1cfffc49d7c1f9e40ca5370a8df28d5b47a6bcdb1a91f
commons-geometry-1.0-src.tar.gz=6841f8d95aef9b73b9b181c347a50d589230fb055fafac8bfa2e94b641f9457a718539121b72061159e29faa5435ab82a74278bb4ad2d9044e920065121f2182
commons-geometry-1.0-src.zip=db0af5ceeb5f5ae34bf48b66505c27e901542461082647b734ed2590ece9f98e3ff11f5b95a421648dff362ef0d7f1a94ec78b227824287e56f76b531888386b

(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.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-RC3/RELEASE-NOTES.txt

Site:
    https://home.apache.org/~mattjuntunen/commons-geometry-1.0-RC3-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-RC3-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)

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-geometry.git
--branch commons-geometry-1.0-rc3 commons-geometry-1.0-rc3
cd commons-geometry-1.0-rc3

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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to