diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-07-26 17:05:13 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-07-26 17:05:13 -0400 |
commit | 7a8f22568543677bd2ef98f5d69a8c557a9d038c (patch) | |
tree | 1379bb839501d6ffe0b3f68f90824bd8d0cf03c8 | |
parent | f506529f160855baf9a94c991696a1c384959a3f (diff) |
Wrong version of sdnc northbonud
Wrong version specified for SDNC northbound API.
Change-Id: I296df785813b70387343b1220adf001fcc26c7fa
Issue-ID: CCSDK-404
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
-rw-r--r-- | client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pom.xml b/client/pom.xml index 374adbf..31af618 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -21,7 +21,7 @@ </parent> <properties> - <northbound.version>1.2.0-SNAPSHOT</northbound.version> + <northbound.version>1.4.0-SNAPSHOT</northbound.version> </properties> <dependencies> |