diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2019-05-14 17:04:53 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2019-05-14 17:04:56 -0700 |
commit | b6571203e371d28229ee1c0c6fda2bfcac59a5b5 (patch) | |
tree | 2ac21d81430f6402b804a285e8dd2ef6f383406e /bpmn | |
parent | ff70bfacf24da3e9d606bc68f344c982b6dd0419 (diff) |
Fix build, update sdnc nb version
Fix sdnc generic-resource-api-client version
by using the released version of the artifact
1.5.1 instead of 1.5.1-SNAPSHOT
Issue-ID: SO-1877
Change-Id: Id0419e44ffd88b206a9d183bfd27e4f1da98e60e
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml index 9beb02e329..c4aad4ba69 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -24,7 +24,7 @@ <xmlunit.version>2.4.0</xmlunit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <sdnc.northbound.version>1.5.1-SNAPSHOT</sdnc.northbound.version> + <sdnc.northbound.version>1.5.1</sdnc.northbound.version> </properties> <modules> |