CLAPP, GEORGE H (gc731h) | 10cd619 | 2018-07-06 20:12:26 +0000 | [diff] [blame] | 1 | <?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) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame^] | 3 | <modelVersion>4.0.0</modelVersion> |
CLAPP, GEORGE H (gc731h) | 10cd619 | 2018-07-06 20:12:26 +0000 | [diff] [blame] | 4 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame^] | 5 | <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) | 10cd619 | 2018-07-06 20:12:26 +0000 | [diff] [blame] | 11 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame^] | 12 | <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) | 10cd619 | 2018-07-06 20:12:26 +0000 | [diff] [blame] | 16 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame^] | 17 | <modules> |
| 18 | <module>model</module> |
| 19 | <module>features</module> |
| 20 | <module>provider</module> |
| 21 | <module>installer</module> |
| 22 | </modules> |
CLAPP, GEORGE H (gc731h) | 10cd619 | 2018-07-06 20:12:26 +0000 | [diff] [blame] | 23 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame^] | 24 | <properties> |
| 25 | <feature-name>energysavings-features</feature-name> |
| 26 | </properties> |
CLAPP, GEORGE H (gc731h) | 10cd619 | 2018-07-06 20:12:26 +0000 | [diff] [blame] | 27 | |
| 28 | </project> |