blob: 8feda806d50398701ce3031e1fb01c661652f290 [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>
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050014 <version>0.7.0-SNAPSHOT</version>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050015 <packaging>pom</packaging>
CLAPP, GEORGE H (gc731h)10cd6192018-07-06 20:12:26 +000016
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050017 <name>ccsdk-features :: sdnr-northbound :: energy-saving</name>
18
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050019 <modules>
20 <module>model</module>
21 <module>features</module>
22 <module>provider</module>
23 <module>installer</module>
24 </modules>
CLAPP, GEORGE H (gc731h)10cd6192018-07-06 20:12:26 +000025
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050026 <properties>
27 <feature-name>energysavings-features</feature-name>
28 </properties>
CLAPP, GEORGE H (gc731h)10cd6192018-07-06 20:12:26 +000029
30</project>