[SDNC-14] Roll oam to version 1.1.2
[sdnc/oam.git] / admportal / pom.xml
index 2fa4a33..1bdb85f 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.oam</groupId>
                <artifactId>sdnc-oam</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.1.2-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
@@ -13,7 +13,7 @@
        <groupId>org.openecomp.sdnc.oam</groupId>
        <artifactId>admportal</artifactId>
 
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.2-SNAPSHOT</version>
 
        <name>Admin Portal</name>
        <description>Admin Portal</description>
@@ -46,6 +46,7 @@
                <plugins>
                        <plugin>
                                <artifactId>maven-assembly-plugin</artifactId>
+                               <version>2.6</version>
                                <executions>
                                        <execution>
                                                <id>create-zip</id>
@@ -59,6 +60,8 @@
                                                        <descriptors>
                                                                <descriptor>src/assembly/assemble_zip.xml</descriptor>
                                                        </descriptors>
+                                                       <appendAssemblyId>false</appendAssemblyId>
+                                                       <appendAssemblyId>false</appendAssemblyId>
                                                </configuration>
                                        </execution>
                                </executions>