diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-25 17:26:28 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-25 17:26:28 -0400 |
commit | de590b5408600a13625479a8fb0a3fa43b2b4ee4 (patch) | |
tree | 7dfefda7e41b075d8962e9adc94c51761367b084 /generic-resource-api/client | |
parent | 1fe92cd216f1dd074d54cb1fd75a2ceaf013780e (diff) |
Update to Fluorine SR2
Compile against ODL Fluorine SR2
Change-Id: I076ff5bb0507bbf5516568274351794afb247af0
Issue-ID: SDNC-708
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'generic-resource-api/client')
-rw-r--r-- | generic-resource-api/client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml index 6e23d15e..dd961804 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -6,7 +6,7 @@ <packaging>jar</packaging> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-client</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <name>sdnc-northbound :: generic-resource-api:: ${project.artifactId}</name> <url>http://wiki.onap.org</url> @@ -15,7 +15,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>client-parent</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> </parent> <dependencies> |