aboutsummaryrefslogtreecommitdiffstats
path: root/installation/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'installation/pom.xml')
-rw-r--r--installation/pom.xml29
1 files changed, 14 insertions, 15 deletions
diff --git a/installation/pom.xml b/installation/pom.xml
index 0b8edce8..96d623d9 100644
--- a/installation/pom.xml
+++ b/installation/pom.xml
@@ -1,21 +1,29 @@
<?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.parent</groupId>
- <artifactId>odlparent-lite</artifactId>
- <version>2.0.0</version>
+ <groupId>org.onap.sdnc.oam</groupId>
+ <artifactId>sdnc-oam</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
- <packaging>pom</packaging>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation</artifactId>
<version>2.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
<name>sdnc-oam :: installation</name>
<description>Installs SDN-C on local file system</description>
+ <modules>
+ <module>ansible-server</module>
+ <module>sdnc</module>
+ <module>sdnc-web</module>
+ <module>ueb-listener</module>
+ <module>dmaap-listener</module>
+ </modules>
+
<properties>
<application.name>installation</application.name>
@@ -25,13 +33,4 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
-
- <modules>
- <module>ansible-server</module>
- <module>sdnc</module>
- <module>sdnc-web</module>
- <module>admportal</module>
- <module>ueb-listener</module>
- <module>dmaap-listener</module>
- </modules>
</project>