Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2016-03-14 17:02:47 +0000
committerRoland Grunberg2016-03-14 17:45:54 +0000
commitfb23cd093bcdab80658224cd340015816f247823 (patch)
tree44fc5bd5dbd346121b16c5b5d8b5ed29419800c6
parent66d8b38f05e182c83cc4c89a3829733f9df0c4d8 (diff)
downloadorg.eclipse.linuxtools-fb23cd093bcdab80658224cd340015816f247823.tar.gz
org.eclipse.linuxtools-fb23cd093bcdab80658224cd340015816f247823.tar.xz
org.eclipse.linuxtools-fb23cd093bcdab80658224cd340015816f247823.zip
Use com.spotify.docker.client 3.1.10.v20151113-2033.
Newer versions of the docker-client will exist in the corresponding repository that should only be used for future releases, so lock onto the specific version necessary. Change-Id: I5e39506ab2882082a35338348818a6b6a17fe1c1 Reviewed-on: https://git.eclipse.org/r/68380 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
-rw-r--r--releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target b/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target
index 21e4cc9c5a..a8b9a0f3af 100644
--- a/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target
+++ b/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target
@@ -7,8 +7,8 @@
<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
<unit id="org.objectweb.asm" version="4.0.0.v201302062210"/>
<unit id="com.fasterxml.jackson.module.jackson-module-jaxb-annotations" version="0.0.0"/>
-<unit id="com.spotify.docker.client" version="0.0.0"/>
-<unit id="com.spotify.docker.client.source" version="0.0.0"/>
+<unit id="com.spotify.docker.client" version="3.1.10.v20151113-2033"/>
+<unit id="com.spotify.docker.client.source" version="3.1.10.v20151113-2033"/>
<unit id="org.mockito" version="1.9.5.v201311280930"/>
<unit id="org.assertj" version="1.7.1.v20151008-2233"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20150821153341/repository/"/>

Back to the top