summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2017-03-06 14:19:39 -0500
committerAlexis de Talhouët <adetalhouet89@gmail.com>2017-03-06 14:29:17 -0500
commit3ec84248badad5148b68e9eece87f98530f0e570 (patch)
tree5b5733f40972383974c80adb48b795c6d67e8e82
parentbe45d5c85393c85e9ab345993125a27bfd5c0e5c (diff)
Fix wrong sdc-distribution-client version
The pom file specifies a version that isn't the one currently build. The current version is 1.0.0-SNAPSHOT, see https://gerrit.openecomp.org/r/gitweb?p=sdc/sdc-distribution-client.git;a=blob;f=pom.xml;h=be86365835d8f149a742ade80f6063e90052bfff;hb=refs/heads/master#l6 Change-Id: Ice85aabf5f0cfea913b83f5b12e8657858b27c69 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d217ba8..53c5f5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<dependency>
<groupId>org.openecomp.sdc</groupId>
<artifactId>sdc-distribution-client</artifactId>
- <version>0.9.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.json</groupId>