diff options
author | Lathish <lathishbabu.ganesan@est.tech> | 2022-05-10 10:41:05 +0100 |
---|---|---|
committer | Lathish <lathishbabu.ganesan@est.tech> | 2022-05-11 09:39:30 +0100 |
commit | ba6d14f6e6b7b197d2b874f724c333bc8ba082b8 (patch) | |
tree | b57ceab3aaa507720f580b447a680b72a7298baa /cps-parent/pom.xml | |
parent | 47d6b392e984181418b920d0ea8fe658f6375acc (diff) |
Update DMI Registry yang to support DataStoreSyncState
- Added dmi-registry@2022-05-10 yang to support DataStoreSyncState
- Added changelog 14 to add the dmi-registry
Issue-ID: CPS-1014
Change-Id: I910d2496a359fdf2441e172ca270036272d31dc6
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Diffstat (limited to 'cps-parent/pom.xml')
-rwxr-xr-x | cps-parent/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index b76c63c6f7..1d6f58f84c 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -422,6 +422,7 @@ <argument>yangResourceCsvGenerator.py</argument> <argument>dmi-registry@2021-12-13</argument> <argument>dmi-registry@2022-02-10</argument> + <argument>dmi-registry@2022-05-10</argument> </arguments> </configuration> </plugin> |