diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-26 10:37:48 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-26 10:45:53 -0400 |
commit | 95071c80308bec97a143831a1f849ebcadd2a604 (patch) | |
tree | 7ae30410711c08bd88fab9952ae7297573814ceb /asdcApi/features/ccsdk-asdcApi | |
parent | 481cf0c75af442dc223b803e4de8e797b931581d (diff) |
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: I77658eeee2f5fcfd0c9eed4047472dff5973a6a2
Issue-ID: CCSDK-597
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'asdcApi/features/ccsdk-asdcApi')
-rw-r--r-- | asdcApi/features/ccsdk-asdcApi/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/asdcApi/features/ccsdk-asdcApi/pom.xml b/asdcApi/features/ccsdk-asdcApi/pom.xml index d26c9485a..734d2cb75 100644 --- a/asdcApi/features/ccsdk-asdcApi/pom.xml +++ b/asdcApi/features/ccsdk-asdcApi/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath /> </parent> @@ -17,6 +17,11 @@ <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> + + <properties> + <skip.karaf.featureTest>true</skip.karaf.featureTest> + </properties> + <dependencyManagement> <dependencies> <dependency> |