Add SDNC Casablanca release notes
[sdnc/oam.git] / platform-logic / setup / pom.xml
index 4bce262..e218238 100644 (file)
@@ -1,21 +1,27 @@
 <?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/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.ccsdk.parent</groupId>
-        <artifactId>odlparent-lite</artifactId>
-        <version>1.1.2</version>
-        <relativePath />
-    </parent>
+               <groupId>org.onap.ccsdk.parent</groupId>
+               <artifactId>odlparent-lite</artifactId>
+               <version>1.1.2</version>
+               <relativePath />
+       </parent>
 
-    <groupId>org.onap.sdnc.oam</groupId>
+       <groupId>org.onap.sdnc.oam</groupId>
        <artifactId>platform-logic-setup</artifactId>
        <version>1.4.3-SNAPSHOT</version>
        <packaging>pom</packaging>
 
-    <name>sdnc-oam :: platform-logic :: ${project.artifactId}</name>
+       <name>sdnc-oam :: platform-logic :: ${project.artifactId}</name>
        <description>Copies base ONAP platform-logic</description>
+       
+       <properties>
+               <ccsdk.distribution.version>0.3.3-SNAPSHOT</ccsdk.distribution.version>
+       </properties>
 
        <build>
                <plugins>