diff options
author | Michael Lando <ml636r@att.com> | 2017-12-21 10:22:39 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-12-21 10:22:39 +0200 |
commit | 785ebcc95de3e064e843bec04ba7a209d854fc7c (patch) | |
tree | 28119c255611be15b4db3437bae96b2fd2ad5668 | |
parent | d1618e5e4532d3d7fadf83ca3c680e5e1ab38169 (diff) |
fix incorrect dependency
Change-Id: Ie90efc5a9d1264d1d8d0f7048233be4f859bea23
Issue-ID: SDC-762
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | ui-ci/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index ff0973c650..b7cf230b2f 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -180,7 +180,7 @@ <dependency> <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.1.50</version> + <version>1.1.50-SNAPSHOT</version> <scope>compile</scope> </dependency> |