Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-13 00:59:09 +0000
committerMatthias Sohn2019-06-13 00:59:09 +0000
commit88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e (patch)
treeb6f5b67147dd1947df99281bab31e5a598c6efd6 /org.eclipse.mylyn.github.ui
parent93a9d5b2ff85c79e6eb627eff826f8d3a00d5e93 (diff)
downloadegit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.tar.gz
egit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.tar.xz
egit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.zip
Prepare 5.4.1-SNAPSHOT buildsstable-5.4
Change-Id: I4a07821be768c221ad7a72f7c04b7e5cc059c0b6 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.MF58
-rw-r--r--org.eclipse.mylyn.github.ui/pom.xml2
2 files changed, 30 insertions, 30 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 1ab5c3f0..b440d81f 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: 5.4.0.201906121030-r
+Bundle-Version: 5.4.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -24,32 +24,32 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)",
org.eclipse.mylyn.context.core;bundle-version="[3.20.0,4.0.0)",
org.eclipse.mylyn.monitor.core;bundle-version="[3.20.0,4.0.0)",
org.eclipse.mylyn.resources.ui;bundle-version="[3.20.0,4.0.0)"
-Export-Package: org.eclipse.mylyn.internal.github.ui;version="5.4.0";x-internal:=true,
- org.eclipse.mylyn.internal.github.ui.gist;version="5.4.0";x-internal:=true,
- org.eclipse.mylyn.internal.github.ui.issue;version="5.4.0";x-internal:=true,
- org.eclipse.mylyn.internal.github.ui.pr;version="5.4.0";x-internal:=true
+Export-Package: org.eclipse.mylyn.internal.github.ui;version="5.4.1";x-internal:=true,
+ org.eclipse.mylyn.internal.github.ui.gist;version="5.4.1";x-internal:=true,
+ org.eclipse.mylyn.internal.github.ui.issue;version="5.4.1";x-internal:=true,
+ org.eclipse.mylyn.internal.github.ui.pr;version="5.4.1";x-internal:=true
Bundle-ActivationPolicy: lazy
-Import-Package: org.eclipse.egit.core;version="[5.4.0,5.5.0)",
- org.eclipse.egit.core.op;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core.client;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core.service;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core.util;version="[5.4.0,5.5.0)",
- org.eclipse.egit.ui;version="[5.4.0,5.5.0)",
- org.eclipse.egit.ui.internal;version="[5.4.0,5.5.0)",
- org.eclipse.egit.ui.internal.branch;version="[5.4.0,5.5.0)",
- org.eclipse.egit.ui.internal.commit;version="[5.4.0,5.5.0)",
- org.eclipse.egit.ui.internal.components;version="[5.4.0,5.5.0)",
- org.eclipse.egit.ui.internal.fetch;version="[5.4.0,5.5.0)",
- org.eclipse.egit.ui.internal.provisional.wizards;version="[5.4.0,5.5.0)",
- org.eclipse.egit.ui.internal.pull;version="[5.4.0,5.5.0)",
- org.eclipse.jgit.errors;version="[5.4.0,5.5.0)",
- org.eclipse.jgit.lib;version="[5.4.0,5.5.0)",
- org.eclipse.jgit.revwalk;version="[5.4.0,5.5.0)",
- org.eclipse.jgit.transport;version="[5.4.0,5.5.0)",
- org.eclipse.jgit.treewalk;version="[5.4.0,5.5.0)",
- org.eclipse.jgit.treewalk.filter;version="[5.4.0,5.5.0)",
- org.eclipse.mylyn.internal.github.core;version="[5.4.0,5.5.0)",
- org.eclipse.mylyn.internal.github.core.gist;version="[5.4.0,5.5.0)",
- org.eclipse.mylyn.internal.github.core.issue;version="[5.4.0,5.5.0)",
- org.eclipse.mylyn.internal.github.core.pr;version="[5.4.0,5.5.0)"
+Import-Package: org.eclipse.egit.core;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.core.op;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core.client;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core.service;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core.util;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.ui;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.ui.internal;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.ui.internal.branch;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.ui.internal.commit;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.ui.internal.components;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.ui.internal.fetch;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.ui.internal.provisional.wizards;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.ui.internal.pull;version="[5.4.1,5.5.0)",
+ org.eclipse.jgit.errors;version="[5.4.1,5.5.0)",
+ org.eclipse.jgit.lib;version="[5.4.1,5.5.0)",
+ org.eclipse.jgit.revwalk;version="[5.4.1,5.5.0)",
+ org.eclipse.jgit.transport;version="[5.4.1,5.5.0)",
+ org.eclipse.jgit.treewalk;version="[5.4.1,5.5.0)",
+ org.eclipse.jgit.treewalk.filter;version="[5.4.1,5.5.0)",
+ org.eclipse.mylyn.internal.github.core;version="[5.4.1,5.5.0)",
+ org.eclipse.mylyn.internal.github.core.gist;version="[5.4.1,5.5.0)",
+ org.eclipse.mylyn.internal.github.core.issue;version="[5.4.1,5.5.0)",
+ org.eclipse.mylyn.internal.github.core.pr;version="[5.4.1,5.5.0)"
diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml
index 670b85de..910464d4 100644
--- a/org.eclipse.mylyn.github.ui/pom.xml
+++ b/org.eclipse.mylyn.github.ui/pom.xml
@@ -16,7 +16,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>5.4.0.201906121030-r</version>
+ <version>5.4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top