This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1125b19 Update Java Release Process
1125b19 is described below
commit 1125b190b5aecc016cf61856f17d45c211f5d54f
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu Feb 4 21:22:57 2021 -0800
Update Java Release Process
---
docs/Community/ReleaseProcessForJavaComponents.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/docs/Community/ReleaseProcessForJavaComponents.md
b/docs/Community/ReleaseProcessForJavaComponents.md
index 95ba537..4b1fa1f 100644
--- a/docs/Community/ReleaseProcessForJavaComponents.md
+++ b/docs/Community/ReleaseProcessForJavaComponents.md
@@ -137,8 +137,9 @@ __NOTES:__
* reload the gpg agent in the terminal: `gpg-connect-agent reloadagent
/bye`
* restart the *./bashDeployToDist* script
* Close the terminal
-* Check and grab the web URL ~
*https://dist.apache.org/repos/dist/dev/datasketches/\<component\>/A.B.0-RC1/*
- * There should be 3 files: \*-src.zip, \*-src.zip.asc, \*-src.zip.sha512
+* Check this web URL ~
*https://dist.apache.org/repos/dist/dev/datasketches/\<component\>/A.B.0-RC1/*
+ * There should be 3 files: \*-src.zip, \*-src.zip.asc, \*-src.zip.sha512
+ * Copy the URL for later.
### Java: Push Jars to Nexus (Maven Central) Staging
* Return to original terminal at the project.basedir
@@ -168,7 +169,9 @@ __NOTES:__
* Just download the associated `md5` and `sha1` signatures from
`~/.m2/repository/org/apache/datasketches/datasketches-\<component\>/A.B.0/`
into the `target` directory.
* Add a `maven` directory under the
`dist/dev/datasketches/\<component\>/A.B.0/`
* Bulk copy the `jar, asc, md5` and `sha1` files into the `maven` directory.
-* Do a SVN checkin: `svn ci -m "add nexus jars to dist`
+* Do: `svn status` # check to see if it is ready to add
+* Do: `svn add . --force`
+* Do: `svn ci -m "add nexus jars to dist/dev/datasketches"`
#### Non-Java
* For external artifacts such as Python or Docker the subdirectory name should
be relevant to the type.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]