diff options
author | Dan Timoney <dtimoney@att.com> | 2021-05-07 14:45:43 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-05-07 14:45:43 -0400 |
commit | 606d9286eab1912310def1d0261bd8acc0b1c9b6 (patch) | |
tree | 03bb4cc3c1d55b941b87474ee112f94468bbded4 /vnfapi/features/pom.xml | |
parent | 2c5ea21211a4b645bbfd80d4301d8b8d09615e1a (diff) |
Updates for Aluminum SR3
Update parent poms to Aluminum SR3 version (2.1.4), and replace
deprecated references to org.opendaylight.controller:odl-mdsal-broker
with org.opendaylight.mdsal:odl-mdsal-dom-broker
Change-Id: I76b66317adcfa8aec26044f79237979e44bcba27
Issue-ID: SDNC-1542
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'vnfapi/features/pom.xml')
-rw-r--r-- | vnfapi/features/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml index 01a4ab18..6c5d7383 100644 --- a/vnfapi/features/pom.xml +++ b/vnfapi/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.3</version> + <version>2.1.4</version> <relativePath/> </parent> |