diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-09-13 13:51:41 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-09-13 13:51:41 +0300 |
commit | 39987c8b276fb8d56cf3f2bcf957953b32e4abc7 (patch) | |
tree | 32f404ff73380137d5bd84d1509dc5fd4ea3d887 /sdc-os-chef/pom.xml | |
parent | 8bd8cee7d620406036e197f540439b1e226506d5 (diff) |
Replaced all the dependencies of
titan cassandra to point to the latet version
Change-Id: I104bbd5518ce424624f8298331591a6c5f583188
Issue-Id: SDC-286
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'sdc-os-chef/pom.xml')
-rw-r--r-- | sdc-os-chef/pom.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index d0131e4e55..978ba7f6e5 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -153,10 +153,10 @@ <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.19.1</version> + <version>0.22.1</version> <configuration> - <verbose>true</verbose> + <verbose>false</verbose> <apiVersion>1.23</apiVersion> <images> @@ -258,11 +258,10 @@ <id>clean-images</id> <phase>pre-clean</phase> <goals> - <goal>remove</goal> + <goal>remove</goal> </goals> <configuration> - <removeAll>true</removeAll> - <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana<!-- ,openecomp/sdc-sanity --></image> + <removeAll>true</removeAll> </configuration> </execution> @@ -282,7 +281,7 @@ <goal>push</goal> </goals> <configuration> - <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana<!-- ,openecomp/sdc-sanity --></image> + <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-cassandra<!--,openecomp/sdc-sanity--></image> </configuration> </execution> </executions> |