This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch update_instructions in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
commit 36b9f26cb0d2a01f45fb02dcbf3d96a210b1cb08 Author: Lee Rhodes <[email protected]> AuthorDate: Mon Oct 7 17:01:36 2024 -0700 Update instructions. --- docs/Community/ReleaseProcessForJavaComponents.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Community/ReleaseProcessForJavaComponents.md b/docs/Community/ReleaseProcessForJavaComponents.md index 8391d516..aba3aa20 100644 --- a/docs/Community/ReleaseProcessForJavaComponents.md +++ b/docs/Community/ReleaseProcessForJavaComponents.md @@ -170,6 +170,7 @@ Also specifies line separator characters for text files. ### Check Primary Zip Files & Signatures/Hashes * Check this web URL ~ *https://dist.apache.org/repos/dist/dev/datasketches/\<component\>/A.B.0-RC1/* + * Redo CheckOut: `svn co https://dist.apache.org/repos/dist/dev/datasketches/ .` #Note the DOT * There should be 3 files: \*-src.zip, \*-src.zip.asc, \*-src.zip.sha512 * Copy the URL for later. @@ -188,7 +189,7 @@ Also specifies line separator characters for text files. ### TRIAL-RUN: * **Have your GPG passphrase handy -- you may have only a few seconds to enter it!** * `mvn clean install -Pnexus-jars -DskipTests=true` - * Check target/ that jars & pom have .asc signatures + * Check target/ that jars & pom exist ### DEPLOY * **Have your GPG passphrase handy -- you may have only a few seconds to enter it, but it may be automatic!** @@ -197,6 +198,7 @@ Also specifies line separator characters for text files. ### DEPLOY-CHECK * Login to Nexus: [repository.apache.org](https://repository.apache.org/) / Staging Repositories for orgapachedatasketches-XXXX * Click __Content__ and search to the end. Each jar & pom should have .asc, .md5, .sha1 signatures +* Check target/ & .m2 that jars & pom exist and have .asc signatures ### CLOSE (Very Important) * [CLOSE] the Staging Repository with a comment: "\<component\> A.B.0" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
