blob: bedc1f3a282f09bd1d34dab12546fd57cfb424d9 [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">
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -05003 <modelVersion>4.0.0</modelVersion>
CLAPP, GEORGE H (gc731h)10cd6192018-07-06 20:12:26 +00004
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -05005 <parent>
6 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>odlparent-lite</artifactId>
8 <version>1.5.1-SNAPSHOT</version>
9 <relativePath/>
10 </parent>
CLAPP, GEORGE H (gc731h)10cd6192018-07-06 20:12:26 +000011
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050012 <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
13 <artifactId>energysavings</artifactId>
14 <version>0.2.4-SNAPSHOT</version>
15 <packaging>pom</packaging>
CLAPP, GEORGE H (gc731h)10cd6192018-07-06 20:12:26 +000016
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050017 <modules>
18 <module>model</module>
19 <module>features</module>
20 <module>provider</module>
21 <module>installer</module>
22 </modules>
CLAPP, GEORGE H (gc731h)10cd6192018-07-06 20:12:26 +000023
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050024 <properties>
25 <feature-name>energysavings-features</feature-name>
26 </properties>
CLAPP, GEORGE H (gc731h)10cd6192018-07-06 20:12:26 +000027
28</project>