summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/featureaggregator/pom.xml
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-02-02 19:28:14 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-02 19:28:14 +0000
commitc96eb1a05d7237767197920ee79668cb508ab6d6 (patch)
treeedde076948e240f38d61fa33c1eb72f6df220511 /sdnr/wt/featureaggregator/pom.xml
parent1584ac712f243707197128b3e3d344e435bd2f31 (diff)
parent3efa75b83d6050ab5a606cf1629a5b206faf0b6d (diff)
Merge "SDN-R add updated featureaggregator"
Diffstat (limited to 'sdnr/wt/featureaggregator/pom.xml')
-rwxr-xr-xsdnr/wt/featureaggregator/pom.xml33
1 files changed, 17 insertions, 16 deletions
diff --git a/sdnr/wt/featureaggregator/pom.xml b/sdnr/wt/featureaggregator/pom.xml
index eeb3eed40..709c7529a 100755
--- a/sdnr/wt/featureaggregator/pom.xml
+++ b/sdnr/wt/featureaggregator/pom.xml
@@ -20,24 +20,25 @@
* ============LICENSE_END=========================================================
-->
<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">
- <modelVersion>4.0.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>odlparent-lite</artifactId>
- <version>1.5.2-SNAPSHOT</version>
- <relativePath/>
- </parent>
+ <parent>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.5.2-SNAPSHOT</version>
+ <relativePath/>
+ </parent>
- <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
- <artifactId>sdnr-wt-feature-aggregator-top</artifactId>
- <version>0.7.1-SNAPSHOT</version>
- <packaging>pom</packaging>
+ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
+ <artifactId>sdnr-wt-feature-aggregator-top</artifactId>
+ <version>0.7.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
- <name>ccsdk-features :: ${project.artifactId}</name>
+ <name>ccsdk-features :: ${project.artifactId}</name>
- <modules>
- <module>feature</module>
- <module>installer</module>
- </modules>
+ <modules>
+ <module>feature</module>
+ <module>feature-devicemanager</module>
+ <module>installer</module>
+ </modules>
</project>