Herbert Eiselt | ac33bcd | 2019-01-25 14:50:52 +0100 | [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 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 6 | <artifactId>sdnr-wt-apigateway-top</artifactId> |
| 7 | <version>0.4.1-SNAPSHOT</version> |
| 8 | <packaging>pom</packaging> |
| 9 | <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name> |
| 10 | |
| 11 | <parent> |
| 12 | <groupId>org.onap.ccsdk.parent</groupId> |
| 13 | <artifactId>odlparent-lite</artifactId> |
| 14 | <version>1.2.1-SNAPSHOT</version> |
| 15 | <relativePath/> |
| 16 | </parent> |
| 17 | |
| 18 | |
| 19 | <modules> |
| 20 | <module>feature</module> |
| 21 | <module>provider</module> |
| 22 | <module>installer</module> |
| 23 | </modules> |
| 24 | |
| 25 | <properties> |
| 26 | <feature-name>sdnr-wt-apigateway</feature-name> |
| 27 | </properties> |
| 28 | </project> |