diff options
Diffstat (limited to 'dmaap-listener')
-rwxr-xr-x | dmaap-listener/pom.xml | 4 |
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> |