Release appc
[appc.git] / appc-inbound / appc-artifact-handler / installer / pom.xml
index 6a953d4..5ede0e5 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>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
-        <relativePath />
+        <version>2.7.2</version>
+        <relativePath/>
     </parent>
   <groupId>org.onap.appc</groupId>
        <artifactId>appc-artifact-handler-installer</artifactId>
@@ -45,8 +44,8 @@
                <dependency>
                        <groupId>org.onap.appc</groupId>
                        <artifactId>onap-appc-artifact-handler</artifactId>
-                       <classifier>features</classifier>
                        <version>${project.version}</version>
+                       <classifier>features</classifier>
                        <type>xml</type>
                        <exclusions>
                                <exclusion>
@@ -60,7 +59,6 @@
                        <artifactId>appc-artifact-handler-provider</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               
 
        </dependencies>
 
                </plugins>
        </build>
 
+       <version>1.7.2</version>
 </project>