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 /adapters | |
parent | 6a168ffe4d98f9c55b1c8cd59c1994e63e0b0692 (diff) | |
parent | 19c23d2a3b79a0c218937110c2e92086b1a9b3c9 (diff) |
Merge "Update APPC LCM version to incorporate response"
Diffstat (limited to 'adapters')
-rw-r--r-- | adapters/so-appc-orchestrator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapters/so-appc-orchestrator/pom.xml b/adapters/so-appc-orchestrator/pom.xml index e8e5808eca..66dcc4dd30 100644 --- a/adapters/so-appc-orchestrator/pom.xml +++ b/adapters/so-appc-orchestrator/pom.xml @@ -14,7 +14,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> - <appc.client.version>1.6.0-SNAPSHOT</appc.client.version> + <appc.client.version>1.7.1-SNAPSHOT</appc.client.version> </properties> <name>so-appc-orchestrator</name> <description>MSO APPC-C Orchestrator</description> |