diff options
Diffstat (limited to 'sdnr/northbound/energysavings/pom.xml')
-rw-r--r-- | sdnr/northbound/energysavings/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sdnr/northbound/energysavings/pom.xml b/sdnr/northbound/energysavings/pom.xml index bedc1f3a2..8feda806d 100644 --- a/sdnr/northbound/energysavings/pom.xml +++ b/sdnr/northbound/energysavings/pom.xml @@ -11,9 +11,11 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>energysavings</artifactId> - <version>0.2.4-SNAPSHOT</version> + <version>0.7.0-SNAPSHOT</version> <packaging>pom</packaging> + <name>ccsdk-features :: sdnr-northbound :: energy-saving</name> + <modules> <module>model</module> <module>features</module> |