diff options
author | Ofir Sonsino <os0695@att.com> | 2018-02-07 13:58:40 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2018-02-07 13:58:40 +0200 |
commit | 94f33fa3abf17d576b9fe43fa2913c4546febaa8 (patch) | |
tree | 641c84d883d9a79a1e5c301598b5a6cc06673557 /epsdk-app-onap/pom.xml | |
parent | 1cfb08779ea0e00be69e072a940b3063e049fe6b (diff) |
org.onap migration
Change-Id: I50f06f058ec01787a77d9bc1a6dbf16f09f0aa63
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'epsdk-app-onap/pom.xml')
-rwxr-xr-x | epsdk-app-onap/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index e8622f012..4e87e50b1 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>
|