You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/01/14 17:35:14 UTC

[datasketches-website] branch master updated: Update Java Release Docs

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 9802008  Update Java Release Docs
9802008 is described below

commit 9802008744253b68b6b3c239236e07ba8b1486d1
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jan 14 09:34:15 2021 -0800

    Update Java Release Docs
---
 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 7934fb5..d7169be 100644
--- a/docs/Community/ReleaseProcessForJavaComponents.md
+++ b/docs/Community/ReleaseProcessForJavaComponents.md
@@ -54,8 +54,10 @@ __NOTES:__
       * "nothing to commit, working tree clean"
   * At major version releases, search for deprecated code and remove at __Major Versions__ only.
       * `find . -name "*.java" -type f -print | xargs grep -i -n -s -A0 "deprecated"`
-  * Check Maven Versions:
+  * Check Maven Plugin, Dependency, Property Versions of the POM:
       * `mvn versions:display-plugin-updates`
+      * `mvn versions:display-dependency-updates`
+      * `mvn versions:display-property-updates`
   * Maven Tests:
       * `mvn apache-rat:check`
       * `mvn clean test`


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org