aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-04-22 14:25:30 +0200
committerZebek Bogumil <bogumil.zebek@nokia.com>2020-04-22 14:52:59 +0200
commitfda2cdfaa4aa0ea294f17e98e17687670e9b8d16 (patch)
tree40f72dc33c2773574ae55494023eb82f263c8d2d /pom.xml
parent25764e61bcaf1b464dbed0898b34cb473db8ceda (diff)
Rename docker images
Before container release we need to fix container names to be more descriptive. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I6f6f17a5625df6d90b040dc5683202b1187cf386
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 50bf928..8bbd874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,8 @@
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ <docker-image.namespace>onap</docker-image.namespace>
+ <docker-image.name.prefix>org.onap.integration.simulators</docker-image.name.prefix>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>