VOL-4840 - Tracing ticket for release documentation.
howto/release/components/onos_dependencies.rst
----------------------------------------------
o Document component dependencies for release builds.
release_notes/voltha_2.11.rst
-----------------------------
o Update released version for several components.
Change-Id: Idbf725fa0cb76aae60f111ca8929cd3c72d091b2
diff --git a/VERSION b/VERSION
index a523090..6eb05b9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.11.0-dev5
+2.11.0-dev6
diff --git a/howto/release/components/onos_dependencies.rst b/howto/release/components/onos_dependencies.rst
index 2b005a6..2d0d8c8 100644
--- a/howto/release/components/onos_dependencies.rst
+++ b/howto/release/components/onos_dependencies.rst
@@ -39,11 +39,11 @@
.. code:: XML
<artifactId>sadis</artifactId>
- <version>5.9.0-SNAPSHOT</version>
+ <version>5.10.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
- <sadis.api.version>5.9.0-SNAPSHOT</sadis.api.version>
+ <sadis.api.version>5.10.0-SNAPSHOT</sadis.api.version>
</properties>
@@ -57,7 +57,7 @@
.. code:: XML
<properties>
- <sadis.api.version>5.9.0</sadis.api.version>
+ <sadis.api.version>5.10.0</sadis.api.version>
<aaa.api.version>2.8.0-SNAPSHOT</aaa.api.version>
</properties>
@@ -76,7 +76,7 @@
.. code:: XML
- <sadis.api.version>5.9.0-SNAPSHOT</sadis.api.version>
+ <sadis.api.version>5.10.0-SNAPSHOT</sadis.api.version>
aaa
@@ -88,16 +88,66 @@
.. code:: XML
- <sadis.api.version>5.9.0</sadis.api.version>
+ <sadis.api.version>5.10.0</sadis.api.version>
+dhcpl2relay
+^^^^^^^^^^^
+
+- Verify -SNAPSHOT version string is present.
+- Dependent components: sadis
+- Modify pom.xml, update released version strings
+
+.. code:: XML
+
+ <sadis.api.version>5.10.0</sadis.api.version>
+
igmpproxy
^^^^^^^^^
- Verify -SNAPSHOT version string is present.
-- Dependent components: aaa, bng, dhcpl2relay igmp, mcast, olt, sadis
+- Dependent components: sadis
- Modify pom.xml, update released version strings
.. code:: XML
- <sadis.api.version>5.9.0</sadis.api.version>
+ <sadis.api.version>5.10.0</sadis.api.version>
+
+kafka
+^^^^^
+
+- Verify -SNAPSHOT version string is present.
+- Dependent components: aaa, bng, dhcpl2relay, igmp, mcast, olt, sadis
+- Modify pom.xml, update released version strings
+
+.. code:: XML
+
+ <aaa.api.version>x.x.x</aaa.api.version>
+ <bng.api.version>x.x.x</bng.api.version>
+ <dhcpl2relay.api.version>x.x.x</dhcpl2relay.api.version>
+ <igmp.api.version>x.x.x</igmp.api.version>
+ <mcast.api.version>x.x.x</mcast.api.version>
+ <olt.api.version>x.x.x</olt.api.version>
+ <sadis.api.version>5.10.0</sadis.api.version>
+
+mcast
+^^^^^
+
+- Verify -SNAPSHOT version string is present.
+- Dependent components: sadis
+- Modify pom.xml, update released version strings
+
+.. code:: XML
+
+ <sadis.api.version>5.10.0</sadis.api.version>
+
+olt
+^^^
+
+- Verify -SNAPSHOT version string is present.
+- Dependent components: sadis
+- Modify pom.xml, update released version strings
+
+.. code:: XML
+
+ <sadis.api.version>5.10.0</sadis.api.version>
diff --git a/release_notes/voltha_2.11.rst b/release_notes/voltha_2.11.rst
index 237cbf7..0e7174c 100644
--- a/release_notes/voltha_2.11.rst
+++ b/release_notes/voltha_2.11.rst
@@ -182,16 +182,16 @@
-
* - `dhcpl2relay <https://gerrit.opencord.org/gitweb?p=dhcpl2relay.git;a=summary>`_
-
- - ``2.8.0``
+ - ``2.9.0``
-
- - `X <https://gerrit.opencord.org/plugins/gitiles/dhcpl2relay/+/refs/tags/2.8.0>`__
- -
+ - `X <https://gerrit.opencord.org/plugins/gitiles/dhcpl2relay/+/refs/tags/2.9.0>`__
+ - `X <https://github.com/opencord/dhcpl2relay/tree/2.9.0>`__
* - `igmpproxy <https://gerrit.opencord.org/gitweb?p=igmpproxy.git;a=summary>`_
-
- - ``2.6.0``
+ - ``2.7.0``
-
- - `X <https://gerrit.opencord.org/plugins/gitiles/igmpproxy/+/refs/tags/2.6.0>`__
- -
+ - `X <https://gerrit.opencord.org/plugins/gitiles/igmpproxy/+/refs/tags/2.7.0>`__
+ - `X <https://github.com/opencord/igmpproxy/tree/2.7.0>`__
* - `kafka <https://gerrit.opencord.org/gitweb?p=kafka-onos.git;a=summary>`_
-
- ``2.9.0``
@@ -200,22 +200,22 @@
-
* - `mcast <https://gerrit.opencord.org/gitweb?p=mcast.git;a=summary>`_
-
- - ``2.7.0``
+ - ``2.8.0``
-
- - `X <https://gerrit.opencord.org/plugins/gitiles/mcast/+/refs/tags/2.7.0>`__
- -
+ - `X <https://gerrit.opencord.org/plugins/gitiles/mcast/+/refs/tags/2.8.0>`__
+ - `X <https://github.com/opencord/mcast/tree/2.8.0>`__
* - `olt <https://gerrit.opencord.org/gitweb?p=olt.git;a=summary>`_
-
- - ``5.1.2``
+ - ``5.2.3``
-
- -
- -
+ - `X <https://gerrit.opencord.org/plugins/gitiles/olt/+/refs/tags/5.2.3>`__
+ - `X <https://github.com/opencord/olt/tree/5.2.3>`__
* - `sadis <https://gerrit.opencord.org/gitweb?p=sadis.git;a=summary>`_
-
- - ``5.9.0``
+ - ``5.10.0``
-
- - `X <https://gerrit.opencord.org/plugins/gitiles/sadis/+/refs/tags/5.9.0>`__
- -
+ - `X <https://gerrit.opencord.org/plugins/gitiles/sadis/+/refs/tags/5.10.0>`__
+ - `X <https://github.com/opencord/sadis/tree/5.10.0>`__
* - `bng <https://gerrit.opencord.org/gitweb?p=bng.git;a=summary>`_
-
- ``2.2.0``