diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-03-26 14:45:12 +0000 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-03-26 14:45:29 +0000 |
commit | fcccbcf53fe9bc69ec11c9b03cf2de7ee59bf90d (patch) | |
tree | 61a0520ed6a11eda9b995683c6bc1d5c55d98dca /ajsc-aai | |
parent | 2fc3bd4a4fd6ffe8d204ae77dc6990861f2c6d59 (diff) |
Update the pom to fix incorrect cred
Change-Id: If90473dc8243e3269adbfc39aa1f09817325c9a2
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'ajsc-aai')
-rw-r--r-- | ajsc-aai/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml index 0921a44..2a89bfa 100644 --- a/ajsc-aai/pom.xml +++ b/ajsc-aai/pom.xml @@ -436,7 +436,7 @@ <imageName>${docker.push.registry}/openecomp/${project.artifactId}</imageName> <dockerDirectory>${dockerLocation}</dockerDirectory> - <serverId>${docker.push.registry}</serverId> + <serverId>docker-hub</serverId> <imageTags> <imageTag>latest</imageTag> </imageTags> |