aboutsummaryrefslogtreecommitdiffstats
path: root/installation/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-09-17 16:27:27 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-09-20 09:21:37 -0400
commit9cdcc40a85adafd319ff5ace10139cb2f9f62655 (patch)
tree60cbeda9d5d890f7d085587260090c24fd5b58d1 /installation/pom.xml
parent1801c19b6cc5ac80dea655d2f60b76e70e1e80aa (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 'installation/pom.xml')
-rw-r--r--installation/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/installation/pom.xml b/installation/pom.xml
index 1583fdc3..3cae144a 100644
--- a/installation/pom.xml
+++ b/installation/pom.xml
@@ -4,14 +4,14 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.4.2</version>
+ <version>1.4.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation</artifactId>
- <version>1.7.2-SNAPSHOT</version>
+ <version>1.7.3-SNAPSHOT</version>
<name>sdnc-oam :: installation</name>
<description>Installs SDN-C on local file system</description>
@@ -21,7 +21,7 @@
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<build.number>${maven.build.timestamp}</build.number>
- <ccsdk.distribution.version>0.6.2</ccsdk.distribution.version>
+ <ccsdk.distribution.version>0.6.3</ccsdk.distribution.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>