Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-12-31 03:06:40 +0000
committerMatthias Sohn2017-12-31 17:38:04 +0000
commit618dfdd09a2b0f686d4316d30ea3693d6a3f01ea (patch)
tree654104512b7fd227493e5d75e45044a9ddad74d9 /org.eclipse.mylyn.github.ui
parent286868d72cfb51250b2eafc4aba1e8646a975ed5 (diff)
downloadegit-github-618dfdd09a2b0f686d4316d30ea3693d6a3f01ea.tar.gz
egit-github-618dfdd09a2b0f686d4316d30ea3693d6a3f01ea.tar.xz
egit-github-618dfdd09a2b0f686d4316d30ea3693d6a3f01ea.zip
Prepare 4.11.0-SNAPSHOT builds
Change-Id: I015129d796c625e6e0beda30009bcbd45a3a3114 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF24
-rw-r--r--org.eclipse.mylyn.github.ui/pom.xml2
2 files changed, 13 insertions, 13 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index f7466aba..9f3c37e2 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %pluginName
Automatic-Module-Name: org.eclipse.mylyn.github.ui
Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
Bundle-Activator: org.eclipse.mylyn.internal.github.ui.GitHubUi
-Bundle-Version: 4.10.0.qualifier
+Bundle-Version: 4.11.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -24,16 +24,16 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.context.core;bundle-version="[3.9.0,4.0.0)",
org.eclipse.mylyn.monitor.core;bundle-version="[3.9.0,4.0.0)",
org.eclipse.mylyn.resources.ui;bundle-version="[3.9.0,4.0.0)"
-Export-Package: org.eclipse.mylyn.internal.github.ui;version="4.10.0";x-internal:=true,
- org.eclipse.mylyn.internal.github.ui.gist;version="4.10.0";x-internal:=true,
- org.eclipse.mylyn.internal.github.ui.issue;version="4.10.0";x-internal:=true
+Export-Package: org.eclipse.mylyn.internal.github.ui;version="4.11.0";x-internal:=true,
+ org.eclipse.mylyn.internal.github.ui.gist;version="4.11.0";x-internal:=true,
+ org.eclipse.mylyn.internal.github.ui.issue;version="4.11.0";x-internal:=true
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.egit.core;version="[4.0.0,5.0.0)",
org.eclipse.egit.core.op;version="[4.0.0,5.0.0)",
- org.eclipse.egit.github.core;version="[4.10.0,4.11.0)",
- org.eclipse.egit.github.core.client;version="[4.10.0,4.11.0)",
- org.eclipse.egit.github.core.service;version="[4.10.0,4.11.0)",
- org.eclipse.egit.github.core.util;version="[4.10.0,4.11.0)",
+ org.eclipse.egit.github.core;version="[4.11.0,4.12.0)",
+ org.eclipse.egit.github.core.client;version="[4.11.0,4.12.0)",
+ org.eclipse.egit.github.core.service;version="[4.11.0,4.12.0)",
+ org.eclipse.egit.github.core.util;version="[4.11.0,4.12.0)",
org.eclipse.egit.ui;version="[4.0.0,5.0.0)",
org.eclipse.egit.ui.internal;version="[4.0.0,5.0.0)",
org.eclipse.egit.ui.internal.branch;version="[4.0.0,5.0.0)",
@@ -48,7 +48,7 @@ Import-Package: org.eclipse.egit.core;version="[4.0.0,5.0.0)",
org.eclipse.jgit.transport;version="[4.0.0,5.0.0)",
org.eclipse.jgit.treewalk;version="[4.0.0,5.0.0)",
org.eclipse.jgit.treewalk.filter;version="[4.0.0,5.0.0)",
- org.eclipse.mylyn.internal.github.core;version="[4.10.0,4.11.0)",
- org.eclipse.mylyn.internal.github.core.gist;version="[4.10.0,4.11.0)",
- org.eclipse.mylyn.internal.github.core.issue;version="[4.10.0,4.11.0)",
- org.eclipse.mylyn.internal.github.core.pr;version="[4.10.0,4.11.0)"
+ org.eclipse.mylyn.internal.github.core;version="[4.11.0,4.12.0)",
+ org.eclipse.mylyn.internal.github.core.gist;version="[4.11.0,4.12.0)",
+ org.eclipse.mylyn.internal.github.core.issue;version="[4.11.0,4.12.0)",
+ org.eclipse.mylyn.internal.github.core.pr;version="[4.11.0,4.12.0)"
diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml
index c1df8569..6c7ad9a6 100644
--- a/org.eclipse.mylyn.github.ui/pom.xml
+++ b/org.eclipse.mylyn.github.ui/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top