summaryrefslogtreecommitdiffstats
path: root/netbox-client
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-09-25 19:51:37 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-09-25 19:51:37 -0400
commitd00cb60e14581d0596cd326bdfb45cb5cea94e28 (patch)
tree5dbd684b7f340d2ebbcd48816acd7b51893b5154 /netbox-client
parentee43234dab9fd37445ac36a62de1565a9793e3ca (diff)
Prepare for release version0.3.0
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')
-rw-r--r--netbox-client/features/ccsdk-netbox-client/pom.xml7
-rwxr-xr-xnetbox-client/features/features-netbox-client/pom.xml2
-rwxr-xr-xnetbox-client/features/pom.xml2
-rwxr-xr-xnetbox-client/installer/pom.xml2
-rw-r--r--netbox-client/pom.xml2
-rw-r--r--netbox-client/provider/pom.xml2
6 files changed, 11 insertions, 6 deletions
diff --git a/netbox-client/features/ccsdk-netbox-client/pom.xml b/netbox-client/features/ccsdk-netbox-client/pom.xml
index e2f0bb2e..9087ec9e 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>
diff --git a/netbox-client/features/features-netbox-client/pom.xml b/netbox-client/features/features-netbox-client/pom.xml
index f775d6c6..2f6be0f8 100755
--- a/netbox-client/features/features-netbox-client/pom.xml
+++ b/netbox-client/features/features-netbox-client/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>feature-repo-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<relativePath />
</parent>
diff --git a/netbox-client/features/pom.xml b/netbox-client/features/pom.xml
index df5c3e1e..8147ee19 100755
--- a/netbox-client/features/pom.xml
+++ b/netbox-client/features/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<relativePath/>
</parent>
diff --git a/netbox-client/installer/pom.xml b/netbox-client/installer/pom.xml
index 04ab0ed7..acb1dfaa 100755
--- a/netbox-client/installer/pom.xml
+++ b/netbox-client/installer/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<relativePath />
</parent>
diff --git a/netbox-client/pom.xml b/netbox-client/pom.xml
index d16f0573..f626611e 100644
--- a/netbox-client/pom.xml
+++ b/netbox-client/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<relativePath />
</parent>
diff --git a/netbox-client/provider/pom.xml b/netbox-client/provider/pom.xml
index e4e22463..2c677b9c 100644
--- a/netbox-client/provider/pom.xml
+++ b/netbox-client/provider/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<relativePath/>
</parent>