From 3ec84248badad5148b68e9eece87f98530f0e570 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Mon, 6 Mar 2017 14:19:39 -0500 Subject: [PATCH] Fix wrong sdc-distribution-client version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d217ba8..53c5f5e 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ org.openecomp.sdc sdc-distribution-client - 0.9.0 + 1.0.0-SNAPSHOT org.json -- 2.16.6