diff options
author | Ofir Sonsino <os0695@att.com> | 2018-01-31 17:19:00 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2018-01-31 17:19:00 +0200 |
commit | 1cfb08779ea0e00be69e072a940b3063e049fe6b (patch) | |
tree | 6602a900387c8393ed0dcd81c0539381632903c6 /deliveries/pom.xml | |
parent | 2f20b001b9243e0f8b44aecc768ec265fd538732 (diff) |
org.onap migration
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'deliveries/pom.xml')
-rwxr-xr-x | deliveries/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deliveries/pom.xml b/deliveries/pom.xml index 29ecf6582..e5129d973 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -3,13 +3,13 @@ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.vid</groupId>
+ <groupId>org.onap.vid</groupId>
<artifactId>vid-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
- <groupId>org.openecomp.vid</groupId>
+ <groupId>org.onap.vid</groupId>
<artifactId>vid-deliveries</artifactId>
<name>VID Deliveries</name>
@@ -35,7 +35,7 @@ <apiVersion>1.23</apiVersion>
<images>
<image>
- <name>openecomp/vid:${project.version}</name>
+ <name>onap/vid:${project.version}</name>
<build>
<cleanup>remove</cleanup>
<dockerFileDir>docker-files</dockerFileDir>
|