diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-18 09:30:59 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-18 09:30:59 -0400 |
commit | 03c6d7620f636a5ab23c91c4aa2d07c5a24b3b84 (patch) | |
tree | 95f90dbb4a73eab00c6e6c8df9d078f3470d8bfa /configbackuprestore/pom.xml | |
parent | 779ea800e4a707cb856e6d5ed3d7bd263679e069 (diff) |
Roll to Guilin release snapshot
Roll master branch to Guilin release numbering
Change-Id: I273a6d07c7a42dd1bde4219fada701da51c40bf0
Issue-ID: SDNC-1110
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 0d6d9148fd35aec6a2f8ba72f6212570a37a73d3
Diffstat (limited to 'configbackuprestore/pom.xml')
-rw-r--r-- | configbackuprestore/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configbackuprestore/pom.xml b/configbackuprestore/pom.xml index 0ca56d69..07916c0d 100644 --- a/configbackuprestore/pom.xml +++ b/configbackuprestore/pom.xml @@ -5,14 +5,14 @@ <groupId>org.onap.sdnc.oam.vnfbackup</groupId> <artifactId>configbackuprestore</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <name>sdnc-oam :: vnfbackup</name> <packaging>pom</packaging> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-1-starter-parent</artifactId> - <version>1.5.2</version> + <version>2.0.0-SNAPSHOT</version> </parent> <properties> |