Timoney, Dan (dt5972) | 1e3fada | 2019-01-08 12:39:26 -0500 | [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"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>odlparent-lite</artifactId> |
Timoney, Dan (dt5972) | 0320e9c | 2019-03-14 12:01:11 -0400 | [diff] [blame] | 8 | <version>1.2.1</version> |
Timoney, Dan (dt5972) | 1e3fada | 2019-01-08 12:39:26 -0500 | [diff] [blame] | 9 | </parent> |
| 10 | |
| 11 | <groupId>org.onap.ccsdk.sli.plugins</groupId> |
| 12 | <artifactId>properties-node-features</artifactId> |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 13 | <version>0.4.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 1e3fada | 2019-01-08 12:39:26 -0500 | [diff] [blame] | 14 | <packaging>pom</packaging> |
| 15 | |
| 16 | <name>ccsdk-sli-plugins :: properties-node :: ${project.artifactId}</name> |
| 17 | |
| 18 | <modules> |
| 19 | <module>ccsdk-properties-node</module> |
| 20 | <module>features-properties-node</module> |
| 21 | </modules> |
| 22 | </project> |