diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-31 21:28:15 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-31 21:28:15 -0400 |
commit | 80be80fba0d9a10ca256a906c571b4c0eedc164f (patch) | |
tree | 28993c1852121cfa2154b27972b9279ede323301 /vnfapi/model | |
parent | ba26d2a99fd0812a02dd1338461755f42b01e3e2 (diff) |
Update to use CCSDK 0.2.4v1.3.42.0.0-ONAPbeijing2.0.0-ONAP
Update to use CCSDK version 0.2.4
Change-Id: I2588021598deeb694db7751be7f38c7548a7c3cc
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'vnfapi/model')
-rw-r--r-- | vnfapi/model/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfapi/model/pom.xml b/vnfapi/model/pom.xml index d31aae68..9fae2e60 100644 --- a/vnfapi/model/pom.xml +++ b/vnfapi/model/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.0.3</version> + <version>1.0.4</version> <relativePath /> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnfapi-model</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: vnfapi :: ${project.artifactId}</name> |