Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-08-05 08:33:26 +0000
committerAlexander Kurtakov2015-08-05 09:18:46 +0000
commit7e2cf5523b67b8341cd643b15b112d5fad91205d (patch)
tree6daadeaee52f7ea9b703d71ae490dc52912977e8
parentf25b351790a41e17d80c576e9f9165317d38442f (diff)
downloadorg.eclipse.linuxtools-7e2cf5523b67b8341cd643b15b112d5fad91205d.tar.gz
org.eclipse.linuxtools-7e2cf5523b67b8341cd643b15b112d5fad91205d.tar.xz
org.eclipse.linuxtools-7e2cf5523b67b8341cd643b15b112d5fad91205d.zip
docker: Finish bump to docker client 3.1.1
* State the min versoin required in docker.core manifest. * Bump target seq number to automate refresh. Change-Id: I09a45d816b2f502d46527b4646cc7df5096bc143 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/53205 Tested-by: Hudson CI
-rw-r--r--containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF2
-rw-r--r--releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target2
2 files changed, 2 insertions, 2 deletions
diff --git a/containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF b/containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF
index f4cb98906b..f51cfb59d6 100644
--- a/containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF
+++ b/containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.10.0",
org.eclipse.equinox.registry;bundle-version="0.0.0",
org.eclipse.equinox.security,
org.eclipse.osgi,
- com.spotify.docker.client;bundle-version="2.7.18",
+ com.spotify.docker.client;bundle-version="3.1.1",
jnr.unixsocket;bundle-version="0.4.0",
jnr.enxio;bundle-version="0.5.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
diff --git a/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target b/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target
index 5c37f94804..ba901e0263 100644
--- a/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target
+++ b/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="linuxtools-e4.5" sequenceNumber="32">
+<?pde version="3.8"?><target name="linuxtools-e4.5" sequenceNumber="33">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.swtchart" version="0.0.0"/>

Back to the top