Merge "[BLACKDUCK] Fix blackduck config"
[sdnc/northbound.git] / dmaap-listener / pom.xml
index a46d7ca..944ca86 100755 (executable)
@@ -3,14 +3,14 @@
         <groupId>org.openecomp.sdnc.northbound</groupId>
        <packaging>jar</packaging>
        <artifactId>dmaap-listener</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.1.1-SNAPSHOT</version>
 
        <name>DMAAP Listener</name>
        <description>DMAAP Listener</description>
        <parent>
                <groupId>org.openecomp.sdnc.northbound</groupId>
                <artifactId>sdnc-northbound</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.1-SNAPSHOT</version>
        </parent>
        <properties>
                <sdc.client.version>1.1.7-SNAPSHOT</sdc.client.version>
@@ -88,6 +88,7 @@
 
                        <plugin>
                                <artifactId>maven-assembly-plugin</artifactId>
+                               <version>2.6</version>
                                <executions>
                                        <execution>
                                                <id>create-zip</id>
                                                        <descriptors>
                                                                <descriptor>src/assembly/assemble_zip.xml</descriptor>
                                                        </descriptors>
+                                                       <appendAssemblyId>false</appendAssemblyId>
                                                </configuration>
                                        </execution>
                                </executions>