add a note on restconf-artifacts BOM deprecation
[integration/distribution.git] / docs / platform-versions.rst
index dd44c0bc242c4aabf575a54844559776b3f9e2c2..0d744c42480e39c32c9607375fa284cd7b14359e 100644 (file)
@@ -9,34 +9,64 @@ Platform versions
 
    * - Group
      - Artifact
-     - Magnesium Development
+     - Magnesium GA
+     - Magnesium SR1
+     - Magnesium SR2
+     - Magnesium SR3 Development
 
    * - org.opendaylight.odlparent
      - \*
      - 6.0.4
+     - 6.0.6
+     - 6.0.11
+     - 6.0.11
 
    * - org.opendaylight.yangtools
      - yangtools-artifacts
      - 4.0.6
+     - 4.0.8
+     - 4.0.13
+     - 4.0.13
 
    * - org.opendaylight.mdsal
      - binding-parent
      - 5.0.9
+     - 5.0.10
+     - 5.0.14
+     - 5.0.14
 
    * - org.opendaylight.mdsal
      - mdsal-artifacts
      - 5.0.9
+     - 5.0.10
+     - 5.0.14
+     - 5.0.14
 
    * - org.opendaylight.controller
      - mdsal-artifacts
-     - 1.11.0-SNAPSHOT
+     - 1.11.0
+     - 1.11.1
+     - 1.11.2
+     - 1.11.3-SNAPSHOT
 
    * - org.opendaylight.aaa
      - aaa-artifacts
-     - 0.11.0-SNAPSHOT
+     - 0.11.0
+     - 0.11.1
+     - 0.11.2
+     - 0.11.3-SNAPSHOT
 
    * - org.opendaylight.netconf
      - netconf-artifacts
-     - 1.8.0-SNAPSHOT
+     - 1.8.0
+     - 1.8.1
+     - 1.8.2
+     - 1.8.3-SNAPSHOT
 
 .. note:: Most projects get their YANG Tools version via MD-SAL.
+  ${project}-artifacts are maven `bill of materials <https://howtodoinjava.com/maven/maven-bom-bill-of-materials-dependency/>`__
+  (a.k.a. bom or BOM), whose use is strongly recommended to avoid versions
+  mismatch across multiple dependencies in poms.
+
+.. note:: the restconf-artifacts BOM present previously Sodium is no more
+   available and now part of the netconf-artifacts BOM.