fix maven local build issue
[sdnc/northbound.git] / vnfapi / installer / pom.xml
index 88b38e9..3fd9885 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>vnfapi</artifactId>
                <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.1-SNAPSHOT</version>
        </parent>
        <artifactId>vnfapi-installer</artifactId>
        <name>VNF API  - Karaf  Installer</name>
@@ -47,6 +47,7 @@
                <plugins>
                        <plugin>
                                <artifactId>maven-assembly-plugin</artifactId>
+                               <version>2.6</version>
                                <executions>
                                        <execution>
                                                <id>maven-repo-zip</id>
@@ -60,6 +61,7 @@
                                                        <descriptors>
                                                                <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
                                                        </descriptors>
+                                                       <appendAssemblyId>false</appendAssemblyId>
                                                </configuration>
                                        </execution>
                                        <execution>
@@ -74,6 +76,7 @@
                                                        <descriptors>
                                                                <descriptor>src/assembly/assemble_installer_zip.xml</descriptor>
                                                        </descriptors>
+                                                       <appendAssemblyId>false</appendAssemblyId>
                                                </configuration>
                                        </execution>
                                </executions>