From 3fe7bc9a97e262ff1553d376491e48681cc5c189 Mon Sep 17 00:00:00 2001 From: Steffen Pingel Date: Tue, 14 Feb 2017 17:36:44 +0100 Subject: 512190: update GSon version to 2.7 Change-Id: Icf7da05a4d699e81f4def3cadb1c388d86d62e0c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=512190 --- .../org.eclipse.mylyn.bugzilla.rest.core.tests/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.mylyn.bugzilla.rest.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/META-INF/MANIFEST.MF b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/META-INF/MANIFEST.MF index d172a6b60..6254e50c8 100644 --- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/META-INF/MANIFEST.MF +++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/META-INF/MANIFEST.MF @@ -9,7 +9,7 @@ Require-Bundle: org.junit;bundle-version="4.8.2", org.hamcrest;bundle-version="[1.0.0,1.2.0)", org.hamcrest.library;bundle-version="[1.0.0,1.2.0)", com.google.guava;bundle-version="[21.0.0,22.0.0)", - com.google.gson;bundle-version="2.2.4", + com.google.gson;bundle-version="[2.7.0,2.8.0)", org.eclipse.core.runtime, org.apache.commons.io, org.eclipse.mylyn.commons.sdk.util, diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/META-INF/MANIFEST.MF b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/META-INF/MANIFEST.MF index 15c4bbf0f..49b51ce13 100644 --- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/META-INF/MANIFEST.MF +++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/META-INF/MANIFEST.MF @@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.mylyn.commons.repositories.http.core, org.apache.httpcomponents.httpclient, org.apache.httpcomponents.httpcore, - com.google.gson;bundle-version="2.1.0", + com.google.gson;bundle-version="[2.7.0,2.8.0)", org.eclipse.mylyn.commons.net, org.eclipse.equinox.security, com.google.guava, diff --git a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF index 7febacfff..3d9250f94 100644 --- a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF @@ -18,5 +18,5 @@ Export-Package: org.eclipse.mylyn.internal.trac.core;x-friends:="org.eclipse.myl Bundle-Activator: org.eclipse.mylyn.internal.trac.core.TracCorePlugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: plugin -Import-Package: com.google.gson;version="[2.1.0,3.0.0)", - com.google.gson.reflect;version="[2.1.0,3.0.0)" +Import-Package: com.google.gson;version="[2.7.0,2.8.0)", + com.google.gson.reflect;version="[2.7.0,2.8.0)" -- cgit v1.2.3