From 36691290872fc0744dc996aa7c87bfeb446f4775 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 26 Sep 2018 12:59:43 -0400 Subject: Prepare for release build Update for release build : (a) Remove -STAGING tag from release version in version.properties (b) Update to use released version of parent poms (c) Disable single-feature-test (which does not work with released dependencies from ONAP) Change-Id: I5d0bc654b966934fbea18896de77aababc70405c Issue-ID: CCSDK-597 Signed-off-by: Timoney, Dan (dt5972) --- .../adaptors/data-adaptor-provider/pom.xml | 216 ++++++++++----------- 1 file changed, 108 insertions(+), 108 deletions(-) (limited to 'blueprints-processor/adaptors/data-adaptor-provider') diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index 99a1f923e..21e0c61ea 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -1,117 +1,117 @@ - - - - - 4.0.0 - - - org.onap.ccsdk.parent - binding-parent - 1.1.0-SNAPSHOT - - - - org.onap.ccsdk.features - 0.3.0-SNAPSHOT - blueprints-data-adaptor-provider - bundle - Blueprints Data Adaptor - Provider - http://maven.apache.org - - - - org.apache.commons - commons-lang3 - ${commons.lang3.version} - - - org.onap.ccsdk.sli.core - sli-provider - ${project.version} - compile - - - commons-io - commons-io - 2.5 - - - org.mariadb.jdbc - mariadb-java-client - ${mariadb.connector.version} - runtime - - - org.springframework - spring-context + + + + + 4.0.0 + + + org.onap.ccsdk.parent + binding-parent + 1.1.0 + + + + org.onap.ccsdk.features + 0.3.0-SNAPSHOT + blueprints-data-adaptor-provider + bundle + Blueprints Data Adaptor - Provider + http://maven.apache.org + + + + org.apache.commons + commons-lang3 + ${commons.lang3.version} + + + org.onap.ccsdk.sli.core + sli-provider + ${project.version} + compile + + + commons-io + commons-io + 2.5 + + + org.mariadb.jdbc + mariadb-java-client + ${mariadb.connector.version} + runtime + + + org.springframework + spring-context ${spring.version} - - - org.springframework - spring-jdbc + + + org.springframework + spring-jdbc ${spring.version} - - - com.att.eelf - eelf-core - ${eelf.version} - - - org.springframework - spring-test + + + com.att.eelf + eelf-core + ${eelf.version} + + + org.springframework + spring-test ${spring.version} - test - - - com.h2database - h2 - ${h2database.version} - test - - - junit - junit - ${junit.version} - test - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - - - - org.apache.felix - maven-bundle-plugin - ${maven.bundle.version} - true - - + test + + + com.h2database + h2 + ${h2database.version} + test + + + junit + junit + ${junit.version} + test + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + org.apache.felix + maven-bundle-plugin + ${maven.bundle.version} + true + + ${project.artifactId} ${project.groupId}.${project.artifactId} org.onap.ccsdk.features.data.adaptor, org.onap.ccsdk.features.data.adaptor.dao, org.onap.ccsdk.features.data.adaptor.db, org.onap.ccsdk.features.data.adaptor.domain, - org.onap.ccsdk.features.data.adaptor.service - - - - - - - + org.onap.ccsdk.features.data.adaptor.service + + + + + + + -- cgit 1.2.3-korg