diff options
author | Rob Daugherty <rd472p@att.com> | 2018-03-27 21:01:10 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-03-27 21:01:10 -0400 |
commit | 3dbb80243cd9526938de7cc555911a865b62c63a (patch) | |
tree | 94a55d478bdffd1c3fd2bd60ae28158edfee4240 /bpmn | |
parent | b5723530e99da12b7dc5004ca4de2d7bd85deef1 (diff) |
Remove dependency on appc.client-lib SNAPSHOT
We should use 1.3.0, not 1.3.0-SNAPSHOT
Change-Id: I6568da027d7a15e580f62961a0bc6bf3fcd68359
Issue-ID: SO-536
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 6cbd0175f6..6553e2ba53 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -438,7 +438,7 @@ <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-lib</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.onap.appc.client</groupId> |