summaryrefslogtreecommitdiffstats
path: root/dmaap-listener/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dmaap-listener/pom.xml')
-rwxr-xr-xdmaap-listener/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/dmaap-listener/pom.xml b/dmaap-listener/pom.xml
index 9ab23cdea..ac65c16f8 100755
--- a/dmaap-listener/pom.xml
+++ b/dmaap-listener/pom.xml
@@ -1,16 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
<packaging>jar</packaging>
<artifactId>dmaap-listener</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1.0-SNAPSHOT</version>
<name>DMAAP Listener</name>
<description>DMAAP Listener</description>
<parent>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
<artifactId>sdnc-northbound</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1.0-SNAPSHOT</version>
</parent>
<properties>
<sdc.client.version>1.1.7-SNAPSHOT</sdc.client.version>