diff options
author | Kuleshov, Elena <evn@att.com> | 2020-03-16 11:39:18 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-03-16 11:39:19 -0400 |
commit | 19c23d2a3b79a0c218937110c2e92086b1a9b3c9 (patch) | |
tree | afa12cc1cc86b187a31eb2d76eb1f5fb6231ceec | |
parent | 7e2f7db5b4007fe470a7ce5794c88d1844021410 (diff) |
Update APPC LCM version to incorporate response
Update APPC LCM version to incorporate response parsing fixes from APPC.
Issue-ID: SO-2738
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: If19b3239c3f255030eeb0d37309d15ea0172e8f5
-rw-r--r-- | adapters/so-appc-orchestrator/pom.xml | 2 | ||||
-rw-r--r-- | bpmn/pom.xml | 2 | ||||
-rw-r--r-- | common/pom.xml | 2 |
3 files changed, 3 insertions, 3 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> 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> diff --git a/common/pom.xml b/common/pom.xml index 02d2f35545..e36001833d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -16,7 +16,7 @@ <protobuf.version>3.6.1</protobuf.version> <grpc.netty.version>4.1.30.Final</grpc.netty.version> <ccsdk.version>0.4.2</ccsdk.version> - <appc.client.version>1.6.0-SNAPSHOT</appc.client.version> + <appc.client.version>1.7.1-SNAPSHOT</appc.client.version> </properties> <dependencies> |