summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-06-13 12:31:30 -0700
committerstark, steven <ss820f@att.com>2018-06-13 12:31:30 -0700
commit191dad4698926e2691a1b4e3137e02477f545b2d (patch)
tree24cf8b360ac87cc62aec253d5edb654aa0e550a8
parent275cf92c0ec4c8e5256f344937c3c6a3673d8f0f (diff)
[VVP] fix postgresql container tag
Change-Id: Ia6f0f4af5e6bfcf91e76a36121be75e508c215c0 Issue-ID: VVP-76 Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index a92118a..c08d536 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,10 +4,10 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
- <groupId>org.openecomp.vvp.postgresql</groupId>
+ <groupId>org.onap.vvp.postgresql</groupId>
<artifactId>postgresql</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
@@ -16,7 +16,7 @@
<properties>
<!--nexus-->
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
- <sitePath>/content/sites/site/org/openecomp/vvp/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/org/onap/vvp/${project.artifactId}/${project.version}</sitePath>
<!--maven-->
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
@@ -51,7 +51,7 @@
<pushRegistry>${docker.push.registry}</pushRegistry>
<images>
<image>
- <name>openecomp/vvp/postgresql</name>
+ <name>onap/vvp/postgresql</name>
<alias>vvp-postgresql</alias>
<build>
<cleanup>true</cleanup>