From 05e1ad40f2283ae16b1a0d1b20a12e7b940c46f0 Mon Sep 17 00:00:00 2001 From: Varun Gudisena Date: Mon, 25 Sep 2017 12:23:35 -0500 Subject: [PATCH] Fix docker build issue Changed dockerLocation issue-id: DMAAP-144 Change-Id: I982950b2e24c71f6aefe9a85a03206d9848ffb7b Signed-off-by: Varun Gudisena --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cbaf8ec..0ae23fb 100644 --- a/pom.xml +++ b/pom.xml @@ -386,8 +386,8 @@ 0.4.13 onap/dmaap/dmaap-mr - ${dockerLocation} - docker-hub + + ${dmaapImg} latest @@ -396,7 +396,7 @@ / - ${project.build.directory}/opt + ${dockerLocation} ${project.build.finalName}.jar -- 2.16.6