aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r--aai-resources/pom.xml6
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>