Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-01-22 13:49:12 +0000
committerMatthias Sohn2015-01-22 13:49:12 +0000
commita976d626b1aa43b12275b523844315ee647b25fb (patch)
tree964866b0f1c0190c529e9eb300185c3cb7b43290 /org.eclipse.mylyn.github.core/META-INF
parentb436f6c75e5b36da92b4e49b6f1d8491830a881d (diff)
parent5af5a3062746147be8ea0e38500b23a83d4899e0 (diff)
downloadegit-github-a976d626b1aa43b12275b523844315ee647b25fb.tar.gz
egit-github-a976d626b1aa43b12275b523844315ee647b25fb.tar.xz
egit-github-a976d626b1aa43b12275b523844315ee647b25fb.zip
Merge branch 'stable-3.6'
* stable-3.6: Prepare 3.6.3-SNAPSHOT builds EGit Mylyn Github Connector v3.6.2.201501210735-r Relax JGit/EGit dependencies to allow versions in range [3.2,4.0) Update Software User Agreement Change-Id: I6c1d6986ba5f893d9d99b1b4e1f15656e5e268c3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core/META-INF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 60202d6b..4de59013 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -13,10 +13,10 @@ Export-Package: org.eclipse.mylyn.internal.github.core;version="3.7.0";x-friends
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)"
-Import-Package: org.eclipse.egit.core;version="[3.7.0,3.8.0)",
+Import-Package: org.eclipse.egit.core;version="[3.2.0,4.0.0)",
org.eclipse.egit.github.core;version="[3.7.0,3.8.0)",
org.eclipse.egit.github.core.client;version="[3.7.0,3.8.0)",
org.eclipse.egit.github.core.service;version="[3.7.0,3.8.0)",
org.eclipse.egit.github.core.util;version="[3.7.0,3.8.0)",
- org.eclipse.jgit.lib;version="[3.7.0,3.8.0)",
- org.eclipse.jgit.transport;version="[3.7.0,3.8.0)"
+ org.eclipse.jgit.lib;version="[3.2.0,4.0.0)",
+ org.eclipse.jgit.transport;version="[3.2.0,4.0.0)"

Back to the top