diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-17 14:20:42 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-17 14:20:42 -0400 |
commit | da9e225fb39b7720c6092d19bb5c8dbe4d002539 (patch) | |
tree | 818640ddf8d33394da5a5d5e660f6889d9e17ed4 /vnfapi/model/pom.xml | |
parent | ba9bb0c81ec6e595fdf03dd4d18dca05b7503bf1 (diff) |
Roll to first Guilin snapshot
Roll to first Guilint snapshot version
Change-Id: I3137ae6c5407ed723056364674ad827072810cb8
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'vnfapi/model/pom.xml')
-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 81399ce2..162a5033 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.5.2</version> + <version>2.0.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnfapi-model</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>sdnc-northbound :: vnfapi :: ${project.artifactId}</name> |