diff options
Diffstat (limited to 'sdnr/northbound/pom.xml')
-rw-r--r-- | sdnr/northbound/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdnr/northbound/pom.xml b/sdnr/northbound/pom.xml index d57aedc44..b12c6c376 100644 --- a/sdnr/northbound/pom.xml +++ b/sdnr/northbound/pom.xml @@ -39,11 +39,12 @@ <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> - <description>SDN-R RAN, OOF PCI ANR POC, A1 Adapter</description> + <description>SDN-R RAN, OOF PCI ANR POC, A1 Adapter, CMNotify</description> <modules> <module>oofpcipoc</module> <module>a1Adapter</module> + <module>CMNotify</module> <module>features</module> </modules> </project> |