diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-10-31 10:22:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-31 10:22:20 +0000 |
commit | 7ea6122f021a317b29237a83b6753797804f7c8a (patch) | |
tree | ac04aa007edf749ec75eb1ee1c9620b711afcae3 | |
parent | 3591036682832525073677479a0fcb74797a5f51 (diff) | |
parent | 04a4cc5805ca96326d8946ff4e316fe3aeb252b2 (diff) |
Merge "second commit for the docker build issue"
-rw-r--r-- | asdc-controller/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index e8dfe9f107..7dd0d82dce 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -100,7 +100,7 @@ <dependency> <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.1.32-SNAPSHOT</version> + <version>1.1.32</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> @@ -113,7 +113,7 @@ <dependency> <groupId>org.openecomp.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.1.32-SNAPSHOT</version> + <version>1.1.34</version> </dependency> |