This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7920676 Automatic Site Publish by Buildbot
7920676 is described below
commit 792067653f693c1f62fe2f1efc43b205a2f4bf9e
Author: buildbot <[email protected]>
AuthorDate: Thu Jan 14 17:35:34 2021 +0000
Automatic Site Publish by Buildbot
---
output/docs/Community/ReleaseProcessForJavaComponents.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/output/docs/Community/ReleaseProcessForJavaComponents.html
b/output/docs/Community/ReleaseProcessForJavaComponents.html
index bbde0df..ae78315 100644
--- a/output/docs/Community/ReleaseProcessForJavaComponents.html
+++ b/output/docs/Community/ReleaseProcessForJavaComponents.html
@@ -561,9 +561,11 @@
<li><code class="highlighter-rouge">find . -name "*.java" -type f
-print | xargs grep -i -n -s -A0 "deprecated"</code></li>
</ul>
</li>
- <li>Check Maven Versions:
+ <li>Check Maven Plugin, Dependency, Property Versions of the POM:
<ul>
<li><code class="highlighter-rouge">mvn
versions:display-plugin-updates</code></li>
+ <li><code class="highlighter-rouge">mvn
versions:display-dependency-updates</code></li>
+ <li><code class="highlighter-rouge">mvn
versions:display-property-updates</code></li>
</ul>
</li>
<li>Maven Tests:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]