diff options
author | Arthur Martella <am153x@att.com> | 2018-05-31 00:37:17 -0400 |
---|---|---|
committer | Marcus Williams <marcus.williams@intel.com> | 2018-07-20 19:53:26 +0000 |
commit | 132245d1dd9a8b174086460dc47dfe13d086cfff (patch) | |
tree | be83523b4a1fed1010e9d2101db2b1cc07bedce7 | |
parent | 0b5d1c2bb8aa47ae582bb7d4153b220c4a81fc5f (diff) |
Update docker image name to onap/so
Change-Id: I09b32b08d13053643c65e41bdb40c146df8328ed
Issue-ID: SO-601
Signed-off-by: Arthur Martella <am153x@att.com>
-rw-r--r-- | packages/docker/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml index 5303ce366a..8ea96e912e 100644 --- a/packages/docker/pom.xml +++ b/packages/docker/pom.xml @@ -158,8 +158,8 @@ </build> </image> <image> - <name>openecomp/mso:%l</name> - <alias>onap/so:%1</alias> + <name>onap/so:%l</name> + <alias>openecomp/mso:%l</alias> <alias>mso</alias> <alias>so</alias> <build> |