Fix wrong sdc-distribution-client version 85/1685/1
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 6 Mar 2017 19:19:39 +0000 (14:19 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 6 Mar 2017 19:29:17 +0000 (14:29 -0500)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index d217ba8..53c5f5e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <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>