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