From fd307bef420c111df269c7ac911093a75ab802b3 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 28 Aug 2018 18:10:51 -0400 Subject: Set parent to policy/parent Set the parent to point to policy/parent instead of oparent. Clean up some duplicate management versions. Change-Id: I28957b05b80c9564ad32c958143822b6b0768219 Issue-ID: INT-619 Signed-off-by: Pamela Dragosh --- packages/base/pom.xml | 143 ++++++++++++++++++++++++++------------------------ 1 file changed, 74 insertions(+), 69 deletions(-) (limited to 'packages/base/pom.xml') diff --git a/packages/base/pom.xml b/packages/base/pom.xml index 6d4ae970..c97d1021 100644 --- a/packages/base/pom.xml +++ b/packages/base/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Policy Packages ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,79 +18,84 @@ ============LICENSE_END========================================================= --> - + - 4.0.0 + 4.0.0 - - org.onap.policy.drools-pdp - packages - 1.3.0-SNAPSHOT - + + org.onap.policy.drools-pdp + packages + 1.3.0-SNAPSHOT + - base - pom + base + pom - Base Package - ONAP Policy Drools PDP Packaging + Base Package + ONAP Policy Drools PDP Packaging - - - - maven-assembly-plugin - - - - single - - package - - - src/assembly/zip.xml - - false - - - - - - + + + + maven-assembly-plugin + + + + single + + package + + + src/assembly/zip.xml + + false + + + + + + - - - unix_pe_version - - - !windows - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.5.0 - - - create-version-file - - exec - - prepare-package - - /bin/bash - - -c - mkdir -p target ; echo -e 'version="${project.version}"\ndescription="ONAP Drools PDP"\nbuildTag="'"${BUILD_TAG}"'"\ncommit="'"${GIT_COMMIT}"'"\ntimestamp="${maven.build.timestamp}"' >target/build.info - - - - - - - - - + + + unix_pe_version + + + !windows + + + + + + org.codehaus.mojo + exec-maven-plugin + + + create-version-file + + exec + + prepare-package + + /bin/bash + + -c + mkdir -p target ; echo + -e + 'version="${project.version}"\ndescription="ONAP + Drools + PDP"\nbuildTag="'"${BUILD_TAG}"'"\ncommit="'"${GIT_COMMIT}"'"\ntimestamp="${maven.build.timestamp}"' + >target/build.info + + + + + + + + + -- cgit 1.2.3-korg