Release version 1.1.0 of sli/northbound
[ccsdk/sli/northbound.git] / asdcApi / installer / pom.xml
index aac236b..bbdeb0c 100755 (executable)
@@ -5,13 +5,13 @@
        <parent>
                <groupId>org.onap.ccsdk.parent</groupId>
                <artifactId>odlparent-lite</artifactId>
-               <version>1.0.1-SNAPSHOT</version>
-        <relativePath/>
+               <version>2.1.0</version>
+               <relativePath/>
        </parent>
 
-    <groupId>org.onap.ccsdk.sli.northbound</groupId>
+       <groupId>org.onap.ccsdk.sli.northbound</groupId>
        <artifactId>asdcApi-installer</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+       <version>1.1.1-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name>
 
        <dependencies>
 
-               <dependency>
-                       <groupId>org.onap.ccsdk.sli.northbound</groupId>
-                       <artifactId>${application.name}</artifactId>
-                       <version>${project.version}</version>
-                       <type>xml</type>
-                       <classifier>features</classifier>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>*</groupId>
-                                       <artifactId>*</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
         <dependency>
             <groupId>org.onap.ccsdk.sli.northbound</groupId>
             <artifactId>asdcApi-model</artifactId>
                                                </goals>
                                                <phase>package</phase>
                                                <configuration>
-                                                       <attach>false</attach>
+                                                       <attach>true</attach>
                                                        <finalName>stage/${application.name}-${project.version}</finalName>
                                                        <descriptors>
                                                                <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
                                                        </descriptors>
-                                                       <appendAssemblyId>false</appendAssemblyId>
+                                                       <appendAssemblyId>true</appendAssemblyId>
                                                </configuration>
                                        </execution>
                                        <execution>