diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-19 17:06:38 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-21 16:16:24 -0400 |
commit | e6b9133f88c3b8da88c125a5e63c2caad66a9fd7 (patch) | |
tree | be2c701d0819059d32c4e8b022f0e76dfc4acb6a /netbox-client/pom.xml | |
parent | ee0ce402da3f81ef339a2f18442fea071425935e (diff) |
Compile against Fluorine SR2
Updated to compile against Fluorine SR2
Change-Id: Ie7ccf14c802c92fe8250de307546b79776ed984e
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'netbox-client/pom.xml')
-rw-r--r-- | netbox-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netbox-client/pom.xml b/netbox-client/pom.xml index 46795dd5e..3fa6248ea 100644 --- a/netbox-client/pom.xml +++ b/netbox-client/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>netbox-client</artifactId> - <version>0.4.1-SNAPSHOT</version> + <version>0.4.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: netbox-client</name> |