summaryrefslogtreecommitdiffstats
path: root/platform-logic/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/pom.xml')
-rw-r--r--platform-logic/pom.xml35
1 files changed, 17 insertions, 18 deletions
diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml
index 9dfa384f..f7b665af 100644
--- a/platform-logic/pom.xml
+++ b/platform-logic/pom.xml
@@ -1,20 +1,28 @@
<?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.onap.ccsdk.distribution</groupId>
- <artifactId>distribution-root</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <groupId>org.onap.ccsdk.distribution</groupId>
+ <artifactId>distribution-root</artifactId>
+ <version>0.2.1-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
+ <artifactId>distribution-platform-logic</artifactId>
+ <version>0.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <artifactId>distribution-platform-logic</artifactId>
- <version>0.2.0-SNAPSHOT</version>
- <name>Platform Logic </name>
+ <name>ccsdk-distribution :: platform-logic</name>
<description>Contains platform-level service logic</description>
+ <organization>
+ <name>openECOMP</name>
+ </organization>
+
+ <modules>
+ <module>asdc-api</module>
+ <module>sliapi</module>
+ <module>installer</module>
+ </modules>
<properties>
<application.name>platform-logic</application.name>
@@ -22,13 +30,4 @@
<maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
<build.number>${maven.build.timestamp}</build.number>
</properties>
-
- <modules>
- <module>asdc-api</module>
- <module>sliapi</module>
- <module>installer</module>
- </modules>
- <organization>
- <name>openECOMP</name>
- </organization>
</project>