blob: 06caedf5c9f1048007fae3fa5d1d16a8e3b9ae46 [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>
Timoney, Dan (dt5972)148c1532019-08-28 13:21:30 -04008 <version>1.4.1-SNAPSHOT</version>
CLAPP, GEORGE H (gc731h)10cd6192018-07-06 20:12:26 +00009 <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>