summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-09-18 22:23:54 -0400
committerLusheng Ji <lji@research.att.com>2018-09-18 22:24:00 -0400
commit6ad86243d777020b1ee0dd1383df2c05c06059ac (patch)
tree11865306a5d1e5b526070dc7952efc5eb49ed9d2
parent66a33e9f5daa91a19e579d39048c4310e0f949c8 (diff)
Using ONAP/DCAE image naming
Issue-ID: DCAEGEN2-772 Change-Id: Iee2f6c92df36d70162b1120336b35e9b4790558b Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--dcae-analytics/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcae-analytics/pom.xml b/dcae-analytics/pom.xml
index 63a7755..751f3a3 100644
--- a/dcae-analytics/pom.xml
+++ b/dcae-analytics/pom.xml
@@ -630,7 +630,7 @@
<artifactId>dockerfile-maven-plugin</artifactId>
<version>${dockerfile-maven-version}</version>
<configuration>
- <repository>${docker.repository}/${project.artifactId}</repository>
+ <repository>${docker.repository}/onap/${project.groupId}.${project.artifactId}</repository>
<tag>${project.version}</tag>
</configuration>
</plugin>