diff options
author | Steve Smokowski <ss835w@att.com> | 2020-03-16 20:00:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-16 20:00:55 +0000 |
commit | dd5fdf5d895c5682ddcb796238513a4de7147dc4 (patch) | |
tree | a02b4162cad258c7446010358a793bffe601b1f3 /bpmn | |
parent | 6a168ffe4d98f9c55b1c8cd59c1994e63e0b0692 (diff) | |
parent | 19c23d2a3b79a0c218937110c2e92086b1a9b3c9 (diff) |
Merge "Update APPC LCM version to incorporate response"
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 6b81bab4df..e680cb025c 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -25,7 +25,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sdnc.northbound.version>1.5.2</sdnc.northbound.version> - <appc.client.version>1.6.0-SNAPSHOT</appc.client.version> + <appc.client.version>1.7.1-SNAPSHOT</appc.client.version> </properties> <modules> |