Update version to next snapshot
[sdnc/oam.git] / platform-logic / setup / pom.xml
index c035fe6..74189b7 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.3.0-SNAPSHOT</version>
+       <parent>
+        <groupId>org.onap.ccsdk.parent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.4.3</version>
+        <relativePath/>
     </parent>
 
+    <groupId>org.onap.sdnc.oam</groupId>
        <artifactId>platform-logic-setup</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.7.7-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.2.0-SNAPSHOT</ccsdk.distribution.version>
-       </properties>
-
        <build>
                <plugins>
 
@@ -59,6 +56,5 @@
 
 
                </plugins>
-
        </build>
 </project>