aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-11-01 13:19:42 -0400
committerDan Timoney <dtimoney@att.com>2017-11-01 13:31:50 -0400
commitf9137ed6fb50680ab30b66a97d9d68f6dcc0a47c (patch)
tree4fe8aaed91764cd3e210a7fdaec8ecacc3461658
parent55f55a83170d21ff2dcd219f9bdd6ef908fdd626 (diff)
Update SDC version
Per SDC PTL, we should be using version 1.1.32 of both the distribution client and Tosca parser. Change-Id: Ib1a059db9e71fc98ff0c6b961577c1fa1cdaa67b Issue-ID: SDNC-144 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xueb-listener/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml
index 33d2967f..13af485d 100755
--- a/ueb-listener/pom.xml
+++ b/ueb-listener/pom.xml
@@ -14,8 +14,8 @@
<version>0.1.0-SNAPSHOT</version>
</parent>
<properties>
- <sdc.client.version>1.1.32-SNAPSHOT</sdc.client.version>
- <sdc.tosca.version>1.1.34-SNAPSHOT</sdc.tosca.version>
+ <sdc.client.version>1.1.32</sdc.client.version>
+ <sdc.tosca.version>1.1.32</sdc.tosca.version>
<fasterxml.jackson.version>2.9.0.pr1</fasterxml.jackson.version>
<skip.SWM>true</skip.SWM>
<ueb.listener.base>/opt/app/ueb-listener</ueb.listener.base>