diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-12-05 11:06:50 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-12-05 11:06:53 -0500 |
commit | 583824d44c7e6a6db64eb133fc8d3e42c44d4d9d (patch) | |
tree | b2c283708c258ea7f1b0fc60994b5a2556434178 /aai-resources | |
parent | 7cf409f03b535f41ee6ea6e4cb04443f3591c93a (diff) |
Use onap instead of openecomp for docker tag
Issue-ID: AAI-479
Change-Id: I8122cf290cc03a541fe51ba1730b47b9eceb8914
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 2278341..13a91f9 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -595,7 +595,7 @@ <apiVersion>1.23</apiVersion> <images> <image> - <name>${docker.push.registry}/openecomp/aai-resources:%l</name> + <name>${docker.push.registry}/onap/aai-resources:%l</name> <build> <tags> <tag>latest</tag> @@ -618,7 +618,7 @@ </goals> <configuration> <removeAll>true</removeAll> - <image>openecomp/aai-resources:%l</image> + <image>onap/aai-resources:%l</image> </configuration> </execution> <execution> @@ -636,7 +636,7 @@ <goal>push</goal> </goals> <configuration> - <image>openecomp/aai-resources:%l</image> + <image>onap/aai-resources:%l</image> </configuration> </execution> </executions> |