diff options
author | Dan Timoney <dtimoney@att.com> | 2023-08-11 16:37:41 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-08-11 16:37:41 -0400 |
commit | 0437a05104ffd36e6700f0321d54ed814d3c7618 (patch) | |
tree | 24727192efef107587bd587ae8bacba5777a386e /generic-resource-api/model/swagger/src/main/yaml | |
parent | 6ca1c0a4516ce95b10653268f3601a9dd313fdf6 (diff) |
Updates for ODL Argon
Updated to use Montreal / ODL Argon version of parent poms, and updated
code to create containers to comply with separation of operational
and config update transactions imposed in Argon.
Issue-ID: SDNC-1816
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I65c40896e57b681fa8907eee5d84e8a20e490577
Diffstat (limited to 'generic-resource-api/model/swagger/src/main/yaml')
-rw-r--r-- | generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml b/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml index 70f2e2d1..7d4c400c 100644 --- a/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml +++ b/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml @@ -18,7 +18,7 @@ info: Relating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version\ \ of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal\ \ notices." - version: "2.5.0-SNAPSHOT" + version: "2.6.0-SNAPSHOT" title: "ietf-yang-types,ietf-inet-types,GENERIC-RESOURCE-API API" consumes: - "application/json" |