summaryrefslogtreecommitdiffstats
path: root/admportal
diff options
context:
space:
mode:
Diffstat (limited to 'admportal')
-rw-r--r--admportal/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/admportal/pom.xml b/admportal/pom.xml
index 1bdb85f0..aebb75b3 100644
--- a/admportal/pom.xml
+++ b/admportal/pom.xml
@@ -3,17 +3,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.openecomp.sdnc.oam</groupId>
+ <groupId>org.onap.sdnc.oam</groupId>
<artifactId>sdnc-oam</artifactId>
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
- <groupId>org.openecomp.sdnc.oam</groupId>
+ <groupId>org.onap.sdnc.oam</groupId>
<artifactId>admportal</artifactId>
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Admin Portal</name>
<description>Admin Portal</description>
@@ -29,7 +29,7 @@
<dependencies>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
<version>${sdnctl.sli.version}</version>
</dependency>