Fix error in ueb listener script
[sdnc/oam.git] / platform-logic / setup / pom.xml
index fb3a9a9..5fd466f 100644 (file)
@@ -2,24 +2,21 @@
 <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.sdnc.oam</groupId>
-        <artifactId>platform-logic</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+       <parent>
+        <groupId>org.onap.ccsdk.parent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.3.2</version>
+        <relativePath/>
     </parent>
 
+    <groupId>org.onap.sdnc.oam</groupId>
        <artifactId>platform-logic-setup</artifactId>
-       <version>1.2.1-SNAPSHOT</version>
+       <version>1.6.2-SNAPSHOT</version>
        <packaging>pom</packaging>
 
-       <name>Platform Logic : Setup</name>
+    <name>sdnc-oam :: platform-logic :: ${project.artifactId}</name>
        <description>Copies base ONAP platform-logic</description>
 
-
-       <properties>
-               <ccsdk.distribution.version>0.1.0-SNAPSHOT</ccsdk.distribution.version>
-       </properties>
-
        <build>
                <plugins>
 
@@ -59,6 +56,5 @@
 
 
                </plugins>
-
        </build>
 </project>