blob: 395441a12ed4b0a4108340e7ac7899f8cc54c35f [file] [log] [blame]
CLAPP, GEORGE H (gc731h)10cd6192018-07-06 20:12:26 +00001<?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 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
8 <version>1.0.5-SNAPSHOT</version>
9 <relativePath/>
10 </parent>
11
12 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
13 <artifactId>energysavings</artifactId>
14 <version>0.2.4-SNAPSHOT</version>
15 <packaging>pom</packaging>
16
17 <modules>
18 <module>model</module>
19 <module>features</module>
20 <module>provider</module>
21 <module>installer</module>
22 </modules>
23
24 <properties>
25 <feature-name>energysavings-features</feature-name>
26 </properties>
27
28</project>