aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/energysavings/features
diff options
context:
space:
mode:
authorCLAPP, GEORGE H (gc731h) <gc731h@att.com>2018-07-19 20:14:51 +0000
committerCLAPP, GEORGE H (gc731h) <gc731h@att.com>2018-07-19 21:30:08 +0000
commit026500f89289120c4d946c9e2cb8e94e37d6751f (patch)
tree132fd79f1f41784d77daf87cc6db36900220cba9 /sdnr/northbound/energysavings/features
parent10cd619b5e6e34b22b3239a2516f1ca491c87a3a (diff)
Rename package to new ccsdk/features repo
Rename the energysavings package to align with new ccsdk/features repo and update file structure Change-Id: I9404cc2aca5e6f3abe8decd89987478a7d6db295 Issue-ID: CCSDK-350 Signed-off-by: CLAPP, GEORGE H (gc731h) <gc731h@att.com>
Diffstat (limited to 'sdnr/northbound/energysavings/features')
-rw-r--r--sdnr/northbound/energysavings/features/.gitignore2
-rw-r--r--sdnr/northbound/energysavings/features/pom.xml5
2 files changed, 5 insertions, 2 deletions
diff --git a/sdnr/northbound/energysavings/features/.gitignore b/sdnr/northbound/energysavings/features/.gitignore
new file mode 100644
index 000000000..0756a31cb
--- /dev/null
+++ b/sdnr/northbound/energysavings/features/.gitignore
@@ -0,0 +1,2 @@
+/.checkstyle
+/target-ide/
diff --git a/sdnr/northbound/energysavings/features/pom.xml b/sdnr/northbound/energysavings/features/pom.xml
index a016ad1b4..df93ee52c 100644
--- a/sdnr/northbound/energysavings/features/pom.xml
+++ b/sdnr/northbound/energysavings/features/pom.xml
@@ -42,12 +42,13 @@
<classifier>features</classifier>
</dependency>
<dependency>
- <groupId>org.onap.sdnc.northbound.sdnr</groupId>
+
+ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
<artifactId>energysavings-model</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.sdnc.northbound.sdnr</groupId>
+ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
<artifactId>energysavings-provider</artifactId>
<version>${project.version}</version>
</dependency>