summaryrefslogtreecommitdiffstats
path: root/installation/dmaap-listener/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/dmaap-listener/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/dmaap-listener/pom.xml')
-rw-r--r--installation/dmaap-listener/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml
index 8a8b1d1e..16b7bd19 100644
--- a/installation/dmaap-listener/pom.xml
+++ b/installation/dmaap-listener/pom.xml
@@ -4,13 +4,13 @@
<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-dmaap-listener</artifactId>
- <version>1.7.2-SNAPSHOT</version>
+ <version>1.7.3-SNAPSHOT</version>
<name>sdnc-oam :: installation :: ${project.artifactId}</name>
<description>Creates dmaap-listener Docker container</description>
@@ -19,7 +19,7 @@
<image.name>onap/sdnc-dmaap-listener-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
- <ccsdk.docker.version>0.6.2</ccsdk.docker.version>
+ <ccsdk.docker.version>0.6.3</ccsdk.docker.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
</properties>