summaryrefslogtreecommitdiffstats
path: root/epsdk-app-onap
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@att.com>2018-02-07 12:17:42 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-07 12:17:42 +0000
commit4218526154d4ecda5b8ea2ca4e9e729672b2103a (patch)
tree2add79095f4e144110d42aa74380d953dd828fbf /epsdk-app-onap
parent146eef0d6c07306b85c511bbcac0f60f4e3dae1a (diff)
parent94f33fa3abf17d576b9fe43fa2913c4546febaa8 (diff)
Merge "org.onap migration"
Diffstat (limited to 'epsdk-app-onap')
-rwxr-xr-xepsdk-app-onap/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml
index a3c417de6..dd0c1ab9d 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>