diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-09 13:56:45 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-13 14:37:06 -0400 |
commit | d5471900d0d05edb94225fc6895fafada649c869 (patch) | |
tree | 3f5b32bf5017292a57f4a265daee8753b3b239eb /dblib | |
parent | 6fdb7812d8acb2b13daff5b80d541c162fff6ae7 (diff) |
Add special handling for BGP RouteDistinguisher
Add special case code in MdsalHelper for BGP RouteDistinguisher class -
a custom class implemented by OpenDaylight that does NOT follow
the pattern of data object classes generated from Yang models
by Yangtools
Change-Id: I2ac78b4c86109cea17fb05a5f6b6a0c9b98a7d72
Issue-ID: CCSDK-2307
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dblib')
-rwxr-xr-x | dblib/installer/pom.xml | 2 | ||||
-rwxr-xr-x | dblib/pom.xml | 2 | ||||
-rwxr-xr-x | dblib/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dblib/installer/pom.xml b/dblib/installer/pom.xml index d32dd562..fb296924 100755 --- a/dblib/installer/pom.xml +++ b/dblib/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath/> </parent> diff --git a/dblib/pom.xml b/dblib/pom.xml index 200b515d..6d0558d4 100755 --- a/dblib/pom.xml +++ b/dblib/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath/> </parent> diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml index b823b4d4..72809d7e 100755 --- a/dblib/provider/pom.xml +++ b/dblib/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath/> </parent> |