diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-17 16:27:27 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-20 09:21:37 -0400 |
commit | 9cdcc40a85adafd319ff5ace10139cb2f9f62655 (patch) | |
tree | 60cbeda9d5d890f7d085587260090c24fd5b58d1 /configbackuprestore/getBackupVnfDetailService | |
parent | 1801c19b6cc5ac80dea655d2f60b76e70e1e80aa (diff) |
Update to use CCSDK version 0.6.3
Roll versions and update to use CCSDK version 0.6.3
Change-Id: Ia84a64cda94791c967f25851e5a540df08b6549b
Issue-ID: SDNC-917
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 845ff019964af8cd799861ccd47fc44182041675
Diffstat (limited to 'configbackuprestore/getBackupVnfDetailService')
-rw-r--r-- | configbackuprestore/getBackupVnfDetailService/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configbackuprestore/getBackupVnfDetailService/pom.xml b/configbackuprestore/getBackupVnfDetailService/pom.xml index ec2be6c0..f38721f8 100644 --- a/configbackuprestore/getBackupVnfDetailService/pom.xml +++ b/configbackuprestore/getBackupVnfDetailService/pom.xml @@ -4,11 +4,11 @@ <parent> <groupId>org.onap.sdnc.oam.vnfbackup</groupId> <artifactId>configbackuprestore</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam.vnfbackup</groupId> <artifactId>getBackupVnfDetailService</artifactId> - <version>1.7.2-SNAPSHOT</version> + <version>1.7.3-SNAPSHOT</version> <name>sdnc-oam :: vnfbackup :: getBackupVnfDetailService</name> <url>http://maven.apache.org</url> <properties> |