aboutsummaryrefslogtreecommitdiffstats
path: root/dmaap-listener
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-06-05 16:16:27 -0400
committerDan Timoney <dtimoney@att.com>2017-06-05 16:16:27 -0400
commit994192aaa6478a5ca89ba6cde8134326d5901f48 (patch)
treefeff151f6dac5b6f977483179fc0bd0f5c80242b /dmaap-listener
parent04cfaf48ddd04c1bac89c613ac402d7fb212a434 (diff)
[SDNC-14] Roll northbound to version 1.1.2
Roll northbound to use version 1.1.2 of rootpom, to ensure latest version is being used Change-Id: I44f45531212bf4bb7eb3bffdc25f34bd1ad8e592 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dmaap-listener')
-rwxr-xr-xdmaap-listener/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmaap-listener/pom.xml b/dmaap-listener/pom.xml
index 9ddfd281..5c7a5abd 100755
--- a/dmaap-listener/pom.xml
+++ b/dmaap-listener/pom.xml
@@ -3,14 +3,14 @@
<groupId>org.openecomp.sdnc.northbound</groupId>
<packaging>jar</packaging>
<artifactId>dmaap-listener</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
<name>DMAAP Listener</name>
<description>DMAAP Listener</description>
<parent>
<groupId>org.openecomp.sdnc.northbound</groupId>
<artifactId>sdnc-northbound</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<properties>
<sdc.client.version>1.1.7-SNAPSHOT</sdc.client.version>