Use 1.5.1-SNAPSHOT version of parent pom
[ccsdk/features.git] / sdnr / wt / odlux / core / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
4         <parent>
5                 <groupId>org.onap.ccsdk.parent</groupId>
6                 <artifactId>odlparent-lite</artifactId>
7                 <version>1.5.1-SNAPSHOT</version>
8                 <relativePath/>
9         </parent>
10
11
12         <modelVersion>4.0.0</modelVersion>
13         <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
14         <artifactId>sdnr-wt-odlux-core-top</artifactId>
15         <version>0.7.0-SNAPSHOT</version>
16         <packaging>pom</packaging>
17         <name>odlux-core</name>
18
19         <properties>
20                 <feature-name>sdnr-wt-odlux-core</feature-name>
21         </properties>
22         <licenses>
23                 <license>
24                         <name>Apache License, Version 2.0</name>
25                         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
26                 </license>
27         </licenses>
28
29         <modules>
30                 <module>model</module>
31                 <module>provider</module>
32                 <module>features</module>
33                 <module>installer</module>
34         </modules>
35 </project>