org.onap migration

Change-Id: I50f06f058ec01787a77d9bc1a6dbf16f09f0aa63
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@att.com>
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml
index e8622f0..4e87e50 100755
--- a/epsdk-app-onap/pom.xml
+++ b/epsdk-app-onap/pom.xml
@@ -28,7 +28,7 @@
 		<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>

 		<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>

 		<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>

-		<sitePath>/content/sites/site/org/openecomp/vid/${project.version}</sitePath>

+		<sitePath>/content/sites/site/org/onap/vid/${project.version}</sitePath>

 

 		<!-- SONAR -->

 		<sonar.language>java</sonar.language>

@@ -163,7 +163,7 @@
 					</archive>

 					<overlays>

 						<overlay>

-							<groupId>org.openecomp.vid</groupId>

+							<groupId>org.onap.vid</groupId>

 							<artifactId>vid-app-common</artifactId>

 						</overlay>

 						<overlay>

@@ -274,13 +274,13 @@
 			<type>jar</type>

 		</dependency>

 		<dependency>

-			<groupId>org.openecomp.vid</groupId>

+			<groupId>org.onap.vid</groupId>

 			<artifactId>vid-app-common</artifactId>

 			<version>${project.version}</version>

 			<type>war</type>

 		</dependency>

 		<dependency>

-			<groupId>org.openecomp.vid</groupId>

+			<groupId>org.onap.vid</groupId>

 			<artifactId>vid-app-common</artifactId>

 			<version>${project.version}</version>

 			<type>jar</type>

@@ -308,13 +308,13 @@
 			<version>1.0.0</version>

 		</dependency>

 		<dependency>

-			<groupId>org.openecomp.vid</groupId>

+			<groupId>org.onap.vid</groupId>

 			<artifactId>vid-app-common</artifactId>

 			<version>${version}</version>

 			<type>war</type>

 		</dependency>

 		<dependency>

-			<groupId>org.openecomp.vid</groupId>

+			<groupId>org.onap.vid</groupId>

 			<artifactId>vid-app-common</artifactId>

 			<version>${version}</version>

 			<type>jar</type>