Update APPC LCM version to incorporate response 45/103745/1
authorKuleshov, Elena <evn@att.com>
Mon, 16 Mar 2020 15:39:18 +0000 (11:39 -0400)
committerBenjamin, Max (mb388a) <mb388a@att.com>
Mon, 16 Mar 2020 15:39:19 +0000 (11:39 -0400)
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

adapters/so-appc-orchestrator/pom.xml
bpmn/pom.xml
common/pom.xml

index e8e5808..66dcc4d 100644 (file)
@@ -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>
index 6b81bab..e680cb0 100644 (file)
@@ -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>
index 02d2f35..e360018 100644 (file)
@@ -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>