Rm docs in repo consolidated w/ sdnc/oam
[sdnc/core.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
5     <modelVersion>4.0.0</modelVersion>
6     <packaging>pom</packaging>
7     <groupId>org.openecomp.sdnc.core</groupId>
8     <artifactId>sdnc-core</artifactId>
9     <version>1.2.0-SNAPSHOT</version>
10
11     <name>sdnc-core</name>
12     <url>https://wiki.openecomp.org</url>
13     <description>The SDN-C core components contains the SLI, dblib and root pom</description>
14
15     <parent>
16         <groupId>org.onap.oparent</groupId>
17         <artifactId>oparent</artifactId>
18         <version>1.0.0-SNAPSHOT</version>
19     </parent>
20
21     <modules>
22         <module>rootpom</module>
23     </modules>
24
25
26
27 </project>