diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-25 19:51:37 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-25 19:51:37 -0400 |
commit | d00cb60e14581d0596cd326bdfb45cb5cea94e28 (patch) | |
tree | 5dbd684b7f340d2ebbcd48816acd7b51893b5154 /netbox-client/features/ccsdk-netbox-client | |
parent | ee43234dab9fd37445ac36a62de1565a9793e3ca (diff) |
Prepare for release version
Update to use released parent pom and remove -STAGING from release
version.
Change-Id: I41fbd91a0ccddf9386ac9985d6272d952c5f80ed
Issue-ID: CCSDK-597
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'netbox-client/features/ccsdk-netbox-client')
-rw-r--r-- | netbox-client/features/ccsdk-netbox-client/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/netbox-client/features/ccsdk-netbox-client/pom.xml b/netbox-client/features/ccsdk-netbox-client/pom.xml index e2f0bb2e9..9087ec9ed 100644 --- a/netbox-client/features/ccsdk-netbox-client/pom.xml +++ b/netbox-client/features/ccsdk-netbox-client/pom.xml @@ -21,7 +21,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> @@ -32,6 +32,11 @@ <name>ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId}</name> + <properties> + <skip.karaf.featureTest>true</skip.karaf.featureTest> + </properties> + + <dependencies> <dependency> <groupId>org.opendaylight.controller</groupId> |