From: Timoney, Dan (dt5972) Date: Wed, 26 Sep 2018 16:59:43 +0000 (-0400) Subject: Prepare for release build X-Git-Tag: 0.3.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F69143%2F1;p=ccsdk%2Ffeatures.git 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) --- 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 + + + + + + + diff --git a/blueprints-processor/adaptors/pom.xml b/blueprints-processor/adaptors/pom.xml index afdfab35a..2336c1829 100644 --- a/blueprints-processor/adaptors/pom.xml +++ b/blueprints-processor/adaptors/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.parent odlparent-lite - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml index 0bf0d73d7..d689eb833 100644 --- a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.parent binding-parent - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml b/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml index 4f396b714..b0bd61c66 100644 --- a/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml +++ b/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.parent single-feature-parent - 1.1.0-SNAPSHOT + 1.1.0 @@ -32,6 +32,11 @@ Blueprints Processor :: Features :: ${project.artifactId} + + true + + + org.opendaylight.controller diff --git a/blueprints-processor/features/features-blueprints-processor/pom.xml b/blueprints-processor/features/features-blueprints-processor/pom.xml index fc552a7a2..aff771f70 100755 --- a/blueprints-processor/features/features-blueprints-processor/pom.xml +++ b/blueprints-processor/features/features-blueprints-processor/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.parent feature-repo-parent - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/blueprints-processor/features/pom.xml b/blueprints-processor/features/pom.xml index b1b6aca23..13c789ba1 100755 --- a/blueprints-processor/features/pom.xml +++ b/blueprints-processor/features/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.parent odlparent-lite - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/blueprints-processor/installer/pom.xml b/blueprints-processor/installer/pom.xml index ecb214416..7ad35e337 100644 --- a/blueprints-processor/installer/pom.xml +++ b/blueprints-processor/installer/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.parent odlparent-lite - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/blueprints-processor/plugin/assignment-provider/pom.xml b/blueprints-processor/plugin/assignment-provider/pom.xml index 5ca679baf..9c320036c 100644 --- a/blueprints-processor/plugin/assignment-provider/pom.xml +++ b/blueprints-processor/plugin/assignment-provider/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.parent binding-parent - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/blueprints-processor/plugin/generator-provider/pom.xml b/blueprints-processor/plugin/generator-provider/pom.xml index e8a2ab026..5df115928 100644 --- a/blueprints-processor/plugin/generator-provider/pom.xml +++ b/blueprints-processor/plugin/generator-provider/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.parent binding-parent - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/blueprints-processor/plugin/model-provider/pom.xml b/blueprints-processor/plugin/model-provider/pom.xml index 1092b486f..d52096e65 100644 --- a/blueprints-processor/plugin/model-provider/pom.xml +++ b/blueprints-processor/plugin/model-provider/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.parent binding-parent - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/blueprints-processor/plugin/pom.xml b/blueprints-processor/plugin/pom.xml index f4c53a4d1..f23e550e1 100644 --- a/blueprints-processor/plugin/pom.xml +++ b/blueprints-processor/plugin/pom.xml @@ -23,7 +23,7 @@ org.onap.ccsdk.parent odlparent-lite - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/blueprints-processor/pom.xml b/blueprints-processor/pom.xml index c6077a1a4..e26508f14 100644 --- a/blueprints-processor/pom.xml +++ b/blueprints-processor/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.parent odlparent-lite - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/features/ccsdk-features-all/pom.xml b/features/ccsdk-features-all/pom.xml index 34496a625..711a2917e 100644 --- a/features/ccsdk-features-all/pom.xml +++ b/features/ccsdk-features-all/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.parent single-feature-parent - 1.1.0-SNAPSHOT + 1.1.0 @@ -32,6 +32,11 @@ feature ccsdk-features :: features :: ${project.artifactId} + + + true + + diff --git a/features/features-features/pom.xml b/features/features-features/pom.xml index 6640a87b4..fca0761a3 100644 --- a/features/features-features/pom.xml +++ b/features/features-features/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.parent feature-repo-parent - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/features/installer/pom.xml b/features/installer/pom.xml index 3e057e45f..ecd94012d 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.parent odlparent-lite - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/features/pom.xml b/features/pom.xml index 665efe8b7..c16f697fc 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.parent odlparent-lite - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/pom.xml b/pom.xml index f5a990cec..68a2d28e4 100755 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.onap.ccsdk.parent odlparent-lite - 1.1.0-SNAPSHOT + 1.1.0 diff --git a/version.properties b/version.properties index 4c1c6c69a..31723e3ff 100644 --- a/version.properties +++ b/version.properties @@ -10,6 +10,6 @@ feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} -release_version=${base_version}-STAGING +release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT