From 4b74774b378d9cfaa48d740f92b12bdca2df04b5 Mon Sep 17 00:00:00 2001 From: Tony Hansen Date: Tue, 19 Sep 2017 05:04:05 +0000 Subject: add tools to support PGaaS integration add pom files for check-blueprint-vs-input, repackage fill in deployment step within mvn script fix warnings generated during jenkins build Change-Id: Id8d10180a4e32b5125c586804086ea86c3b85a78 Signed-off-by: Tony Hansen Issue: DCAEGEN2-49 Signed-off-by: Tony Hansen --- python-dockering/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-dockering/pom.xml') diff --git a/python-dockering/pom.xml b/python-dockering/pom.xml index dd5fcdd..37175e5 100644 --- a/python-dockering/pom.xml +++ b/python-dockering/pom.xml @@ -131,9 +131,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ${session.executionRootDirectory}/mvn-phase-script.sh - ${parent.groupId} - ${parent.artifactId} - ${parent.version} + ${project.parent.groupId} + ${project.parent.artifactId} + ${project.parent.version} ${onap.nexus.url} ${onap.nexus.rawrepo.baseurl.upload} ${onap.nexus.rawrepo.baseurl.download} -- cgit 1.2.3-korg