Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthallgren2012-04-20 04:03:35 +0000
committerthallgren2012-04-20 04:55:33 +0000
commita09ca3590db2137447a03395fafdbb9e2378eeba (patch)
treef34ac55e61525f026b53fee7cb2e1ba315a91bc3
parent9edb2d439733173ba634c39e127c96dd03e070a3 (diff)
downloadegit-github-a09ca3590db2137447a03395fafdbb9e2378eeba.tar.gz
egit-github-a09ca3590db2137447a03395fafdbb9e2378eeba.tar.xz
egit-github-a09ca3590db2137447a03395fafdbb9e2378eeba.zip
Moves upper bound on gson dependency from < 2.0.0 to < 2.2.0
Eclipse Orbit is currently at 2.1.0. This commit updates the manifest to accept 2.1.x versions. Change-Id: Iefbf77964e7a1b20b2c83468aba1025d0c0ac0f5
-rw-r--r--org.eclipse.egit.github.core/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
index 087e8309..8a91ef41 100644
--- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
@@ -6,9 +6,9 @@ Bundle-SymbolicName: org.eclipse.egit.github.core
Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: com.google.gson;version="[1.6.0,2.0.0)",
- com.google.gson.annotations;version="[1.6.0,2.0.0)",
- com.google.gson.reflect;version="[1.6.0,2.0.0)"
+Import-Package: com.google.gson;version="[1.6.0,2.2.0)",
+ com.google.gson.annotations;version="[1.6.0,2.2.0)",
+ com.google.gson.reflect;version="[1.6.0,2.2.0)"
Export-Package: org.eclipse.egit.github.core;version="2.0.0",
org.eclipse.egit.github.core.client;version="2.0.0",
org.eclipse.egit.github.core.event;version="2.0.0",

Back to the top