diff options
author | Patrick Brady <pb071s@att.com> | 2017-02-17 13:57:52 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-02-17 13:58:04 -0800 |
commit | 6afdc42c5a4c1f4ba517e5783816c9b9e7fde695 (patch) | |
tree | 4bf236d14ef4b4efed5a7c0c2ac7df82fbce82df | |
parent | 1c192d2dd68724e292b6a30f463085a262e1e813 (diff) |
Changing sdc-distribution-client version
Changing sdc-distribution-client dependency version to 1.0.0-SNAPSHOT
Change-Id: I8239564d0bbed00f996ec49bcf6949e064b6c71b
Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r-- | appc-asdc-listener/appc-asdc-listener-bundle/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml b/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml index 666456446..ae87a68ff 100644 --- a/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml +++ b/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml @@ -31,7 +31,7 @@ <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.1.2</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> |