Release appc
[appc.git] / appc-inbound / appc-artifact-handler / installer / pom.xml
index 1c8e335..4f8c19b 100755 (executable)
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================
   ONAP : APPC
   ================================================================================
-  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
   Copyright (C) 2017 Amdocs
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   limitations under the License.
   ============LICENSE_END=========================================================
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <artifactId>appc-artifact-handler</artifactId>
-               <groupId>org.onap.appc</groupId>
-               <version>1.4.0-SNAPSHOT</version>
-       </parent>
+    <parent>
+        <groupId>org.onap.appc.parent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>2.7.0</version>
+        <relativePath/>
+    </parent>
+  <groupId>org.onap.appc</groupId>
        <artifactId>appc-artifact-handler-installer</artifactId>
        <name>appc-artifact-handler-installer</name>
        <packaging>pom</packaging>
@@ -34,7 +35,7 @@
        <properties>
                <application.name>appc-artifact-handler</application.name>
                <features.boot>appc-artifact-handler</features.boot>
-               <features.repositories>mvn:org.onap.appc/appc-artifact-handler-features/${project.version}/xml/features</features.repositories>
+               <features.repositories>mvn:org.onap.appc/onap-appc-artifact-handler/${project.version}/xml/features</features.repositories>
                <include.transitive.dependencies>false</include.transitive.dependencies>
        </properties>
 
@@ -42,7 +43,8 @@
 
                <dependency>
                        <groupId>org.onap.appc</groupId>
-                       <artifactId>appc-artifact-handler-features</artifactId>
+                       <artifactId>onap-appc-artifact-handler</artifactId>
+                       <version>${project.version}</version>
                        <classifier>features</classifier>
                        <type>xml</type>
                        <exclusions>
                                </exclusion>
                        </exclusions>
                </dependency>
-               <dependency>
-                       <groupId>org.onap.appc</groupId>
-                       <artifactId>appc-artifact-handler-provider</artifactId>
-               </dependency>
-               
                <dependency>
                        <groupId>org.onap.appc</groupId>
                        <artifactId>appc-artifact-handler-provider</artifactId>
                        <version>${project.version}</version>
-                       <classifier>config</classifier>
-                       <type>xml</type>
                </dependency>
 
        </dependencies>
                </plugins>
        </build>
 
+       <version>1.7.0</version>
 </project>