summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d12b056..5f17c8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<registry>nexus3.onap.org:10003</registry>
<images>
<image>
- <name>openecomp/vvp-postgresql</name>
+ <name>openecomp/vvp/postgresql</name>
<alias>vvp-postgresql</alias>
<build>
<cleanup>true</cleanup>
@@ -84,11 +84,10 @@
<id>push-images</id>
<phase>deploy</phase>
<goals>
- <goal>build</goal>
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp-postgresql</image>
+ <image>openecomp/vvp/postgresql</image>
</configuration>
</execution>
</executions>