diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-07 10:53:37 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-07 10:53:37 -0400 |
commit | 3c53e4be95ecac046f6c0b64e060cd4fcb6dc2ce (patch) | |
tree | 7ebcf1e04661fbfdd959017894a8a0a70bf00132 /vnfapi/provider | |
parent | 79659588e4de8c6592a92879e3dde8fa549353d4 (diff) |
Roll to next Frankfurt snapshot
Roll to next Frankfurt snapshot
Change-Id: I12135e800d343ea38854395e46fbc482cf022d8a
Issue-ID: SDNC-1181
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'vnfapi/provider')
-rw-r--r-- | vnfapi/provider/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml index 8507e693..a59a4a9a 100644 --- a/vnfapi/provider/pom.xml +++ b/vnfapi/provider/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.4</version> + <version>1.5.5-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnfapi-provider</artifactId> - <version>1.8.1-SNAPSHOT</version> + <version>1.8.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: vnfapi :: ${project.artifactId}</name> |