diff options
author | 2022-03-03 23:28:44 +0000 | |
---|---|---|
committer | 2022-03-03 23:28:44 +0000 | |
commit | df4ca87b955e54180046b25294913b5fca5a1270 (patch) | |
tree | 31049954c5d5464fc8152fe3daf3344f066a557f /cps-parent | |
parent | 41334d39a359adf72dca034eb7ddd7536d04b9c3 (diff) | |
parent | 0cbc448573409a43eb3bf7b4c9cb49d418a4c999 (diff) |
Merge "Update dmi-registry yang to support cmHandle State"
Diffstat (limited to 'cps-parent')
-rwxr-xr-x | cps-parent/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 434464ac69..e03dce3db2 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= Copyright (c) 2021 Pantheon.tech. Modifications Copyright (C) 2021 Bell Canada. - Modifications Copyright (C) 2021 Nordix Foundation. + Modifications Copyright (C) 2021-2022 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -421,6 +421,7 @@ <arguments> <argument>yangResourceCsvGenerator.py</argument> <argument>dmi-registry@2021-12-13</argument> + <argument>dmi-registry@2022-02-10</argument> </arguments> </configuration> </plugin> |