Merge "Remove test for Active on Delete"
[sdnc/oam.git] / platform-logic / pom.xml
index 6317b44..9736911 100644 (file)
@@ -1,36 +1,38 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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/maven-v4_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.openecomp.sdnc.oam</groupId>
-               <artifactId>sdnc-oam</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
-       </parent>
+    <parent>
+        <groupId>org.onap.ccsdk.parent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.1.0-SNAPSHOT</version>
+        <relativePath />
+    </parent>
 
-       <modelVersion>4.0.0</modelVersion>
-       <packaging>pom</packaging>
-       <groupId>org.openecomp.sdnc.oam</groupId>
-       <artifactId>platform-logic</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+    <groupId>org.onap.sdnc.oam</groupId>
+    <artifactId>platform-logic</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
 
-       <name>Platform Logic </name>
-       <description>Contains platform-level service logic</description>
+    <name>sdnc-oam :: platform-logic</name>
+    <description>Contains platform-level service logic</description>
+    <organization>
+        <name>ONAP</name>
+    </organization>
 
-       <properties>
-               <application.name>platform-logic</application.name>
+    <modules>
+        <module>setup</module>
+        <module>generic-resource-api</module>
+        <module>vnfapi</module>
+        <module>lcm</module>
+        <module>restapi-templates</module>
+        <module>installer</module>
+    </modules>
 
-               <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
-               <build.number>${maven.build.timestamp}</build.number>
-       </properties>
+    <properties>
+        <application.name>platform-logic</application.name>
 
-       <modules>
-               <module>asdc-api</module>
-               <module>sliapi</module>
-               <module>vnfapi</module>
-               <module>installer</module>
-       </modules>
-       <organization>
-               <name>openECOMP</name>
-       </organization>
+        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
+        <build.number>${maven.build.timestamp}</build.number>
+    </properties>
 </project>