Add more context for onos builds

Change-Id: I541d09529471059bab4fad323e16f1505ef57f54
diff --git a/howto/release/components/onos_dependencies.rst b/howto/release/components/onos_dependencies.rst
index 5d54fb4..51bc0ad 100644
--- a/howto/release/components/onos_dependencies.rst
+++ b/howto/release/components/onos_dependencies.rst
@@ -82,22 +82,15 @@
       <aaa.api.version>2.8.0-SNAPSHOT</aaa.api.version>
    </properties>
 
-Update Maven plugin versions for security, bugs, logs, etc
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-.. code:: XML
+Update dependent components, apis, ...
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-   <!-- SpotBugs Static Analysis -->
-   <plugin>
-       <groupId>com.github.spotbugs</groupId>
-       <artifactId>spotbugs-maven-plugin</artifactId>
-       <version>4.7.3.4</version>
-   </plugin>
+component: mcast
+dependency: sadis
 
-   <plugin>
-       <groupId>com.h3xstream.findsecbugs</groupId>
-       <artifactId>findsecbugs-plugin</artifactId>
-       <version>1.12.0</version>
-   </plugin>
+Update Maven Plugins
+^^^^^^^^^^^^^^^^^^^^
+:ref:`dependencies-update-maven-plugins`
 
 Update copyright notice to be inclusive of the year last modified
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^