From ea45fbffab1f36271def9443fd32cdbd75839f7e Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 11 Sep 2018 11:13:56 -0400 Subject: Update parent pom to conform to CCSDK structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie99cd61cc83dff14b2e1a1a1014411342031e27f Issue-ID: CCSDK-505 Signed-off-by: Alexis de Talhouët --- blueprints-processor/installer/pom.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'blueprints-processor/installer/pom.xml') diff --git a/blueprints-processor/installer/pom.xml b/blueprints-processor/installer/pom.xml index f8a053e1d..65d42ecaa 100644 --- a/blueprints-processor/installer/pom.xml +++ b/blueprints-processor/installer/pom.xml @@ -21,12 +21,15 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.ccsdk.config - blueprints-processor - 0.0.1-SNAPSHOT + org.onap.ccsdk.parent + odlparent-lite + 1.1.0-SNAPSHOT + + org.onap.ccsdk.config blueprints-processor-installer + 0.3.0-SNAPSHOT pom Blueprints Processor :: ${project.artifactId} @@ -41,6 +44,7 @@ org.onap.ccsdk.config blueprints-processor-features + ${project.version} features xml @@ -53,22 +57,27 @@ org.onap.ccsdk.config blueprints-data-adaptor-provider + ${project.version} org.onap.ccsdk.config blueprints-rest-adaptor-provider + ${project.version} org.onap.ccsdk.config blueprints-assignment-provider + ${project.version} org.onap.ccsdk.config blueprints-generator-provider + ${project.version} org.onap.ccsdk.config blueprints-model-provider + ${project.version} @@ -84,12 +93,12 @@ package - false + true stage/${application.name}-${project.version} src/assembly/assemble_mvnrepo_zip.xml - false + true @@ -128,14 +137,7 @@ true false false - - blueprints-processor-features, - blueprints-data-adaptor-provider, - blueprints-rest-adaptor-provider, - blueprints-assignment-provider, - blueprints-generator-provider,commons-lang,commons-collections, - blueprints-model-provider, - + org.onap.ccsdk.config provided -- cgit 1.2.3-korg