Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-06-27 16:58:36 +0000
committerKevin Sawicki2011-06-27 16:58:36 +0000
commit5bc5adac0e772f3f64863f66c14f269076c6eaee (patch)
tree10e12baad01d923fd42b3a257f2536c2630832c6 /org.eclipse.mylyn.github.ui
parent7e4bab5ff64c95fc313e419eb07763f0de654656 (diff)
downloadegit-github-5bc5adac0e772f3f64863f66c14f269076c6eaee.tar.gz
egit-github-5bc5adac0e772f3f64863f66c14f269076c6eaee.tar.xz
egit-github-5bc5adac0e772f3f64863f66c14f269076c6eaee.zip
Bump github core package exports to 1.1.0
Change-Id: I264d2f564672f96fcd19d79f3517d9626095eccf Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index c05c644d..f969730b 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -32,6 +32,6 @@ Import-Package: org.eclipse.egit.core;version="[1.1.0,1.2.0)",
org.eclipse.egit.ui.internal;version="[1.1.0,1.2.0)",
org.eclipse.jgit.lib;version="[1.1.0,1.2.0)",
org.eclipse.jgit.transport;version="[1.1.0,1.2.0)",
- org.eclipse.mylyn.internal.github.core;version="[1.0.0,1.1.0)",
- org.eclipse.mylyn.internal.github.core.gist;version="[1.0.0,1.1.0)",
- org.eclipse.mylyn.internal.github.core.issue;version="[1.0.0,1.1.0)"
+ org.eclipse.mylyn.internal.github.core;version="[1.1.0,1.2.0)",
+ org.eclipse.mylyn.internal.github.core.gist;version="[1.1.0,1.2.0)",
+ org.eclipse.mylyn.internal.github.core.issue;version="[1.1.0,1.2.0)"

Back to the top