add precisions on BOMs in platform versions doc
[integration/distribution.git] / docs / platform-versions.rst
1 .. _platform-versions:
2
3 Platform versions
4 =================
5
6 .. list-table:: Versions
7    :widths: auto
8    :header-rows: 1
9
10    * - Group
11      - Artifact
12      - Magnesium GA
13      - Magnesium SR1
14      - Magnesium SR2
15      - Magnesium SR3 Development
16
17    * - org.opendaylight.odlparent
18      - \*
19      - 6.0.4
20      - 6.0.6
21      - 6.0.11
22      - 6.0.11
23
24    * - org.opendaylight.yangtools
25      - yangtools-artifacts
26      - 4.0.6
27      - 4.0.8
28      - 4.0.13
29      - 4.0.13
30
31    * - org.opendaylight.mdsal
32      - binding-parent
33      - 5.0.9
34      - 5.0.10
35      - 5.0.14
36      - 5.0.14
37
38    * - org.opendaylight.mdsal
39      - mdsal-artifacts
40      - 5.0.9
41      - 5.0.10
42      - 5.0.14
43      - 5.0.14
44
45    * - org.opendaylight.controller
46      - mdsal-artifacts
47      - 1.11.0
48      - 1.11.1
49      - 1.11.2
50      - 1.11.3-SNAPSHOT
51
52    * - org.opendaylight.aaa
53      - aaa-artifacts
54      - 0.11.0
55      - 0.11.1
56      - 0.11.2
57      - 0.11.3-SNAPSHOT
58
59    * - org.opendaylight.netconf
60      - netconf-artifacts
61      - 1.8.0
62      - 1.8.1
63      - 1.8.2
64      - 1.8.3-SNAPSHOT
65
66 .. note:: Most projects get their YANG Tools version via MD-SAL.
67   ${project}-artifacts are maven `bill of materials <https://howtodoinjava.com/maven/maven-bom-bill-of-materials-dependency/>`__
68   (a.k.a. bom or BOM), whose use is strongly recommended to avoid versions
69   mismatch across multiple dependencies in poms.
70
71