Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2021-06-14 19:25:28 +0000
committerThomas Wolf2021-06-14 19:29:02 +0000
commit0d7c8be6fa91321fc5cefea2b6797c94bae60903 (patch)
treea5bbdcf710dc590ef0fd15f34164c3f9841dafc1 /org.eclipse.mylyn.github.ui
parentcfb3a4566529fc1c4e4e0bc5f90f5d6afc0b9a58 (diff)
downloadegit-github-0d7c8be6fa91321fc5cefea2b6797c94bae60903.tar.gz
egit-github-0d7c8be6fa91321fc5cefea2b6797c94bae60903.tar.xz
egit-github-0d7c8be6fa91321fc5cefea2b6797c94bae60903.zip
Prepare 5.13.0-SNAPSHOT builds
Change-Id: Ica2a19823cc89327415e34390b7f259660e47250 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.mylyn.github.ui')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF60
-rw-r--r--org.eclipse.mylyn.github.ui/pom.xml2
2 files changed, 31 insertions, 31 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 5e468b27..97850b18 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: %Bundle-Name
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.12.1.qualifier
+Bundle-Version: 5.13.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
@@ -24,33 +24,33 @@ 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.12.1";x-internal:=true,
- org.eclipse.mylyn.internal.github.ui.gist;version="5.12.1";x-internal:=true,
- org.eclipse.mylyn.internal.github.ui.issue;version="5.12.1";x-internal:=true,
- org.eclipse.mylyn.internal.github.ui.pr;version="5.12.1";x-internal:=true
+Export-Package: org.eclipse.mylyn.internal.github.ui;version="5.13.0";x-internal:=true,
+ org.eclipse.mylyn.internal.github.ui.gist;version="5.13.0";x-internal:=true,
+ org.eclipse.mylyn.internal.github.ui.issue;version="5.13.0";x-internal:=true,
+ org.eclipse.mylyn.internal.github.ui.pr;version="5.13.0";x-internal:=true
Bundle-ActivationPolicy: lazy
-Import-Package: org.eclipse.egit.core;version="[5.12.1,5.13.0)",
- org.eclipse.egit.core.op;version="[5.12.1,5.13.0)",
- org.eclipse.egit.core.settings;version="[5.12.1,5.13.0)",
- org.eclipse.egit.github.core;version="[5.12.1,5.13.0)",
- org.eclipse.egit.github.core.client;version="[5.12.1,5.13.0)",
- org.eclipse.egit.github.core.service;version="[5.12.1,5.13.0)",
- org.eclipse.egit.github.core.util;version="[5.12.1,5.13.0)",
- org.eclipse.egit.ui;version="[5.12.1,5.13.0)",
- org.eclipse.egit.ui.internal;version="[5.12.1,5.13.0)",
- org.eclipse.egit.ui.internal.branch;version="[5.12.1,5.13.0)",
- org.eclipse.egit.ui.internal.commit;version="[5.12.1,5.13.0)",
- org.eclipse.egit.ui.internal.components;version="[5.12.1,5.13.0)",
- org.eclipse.egit.ui.internal.fetch;version="[5.12.1,5.13.0)",
- org.eclipse.egit.ui.internal.provisional.wizards;version="[5.12.1,5.13.0)",
- org.eclipse.egit.ui.internal.pull;version="[5.12.1,5.13.0)",
- org.eclipse.jgit.errors;version="[5.12.1,5.13.0)",
- org.eclipse.jgit.lib;version="[5.12.1,5.13.0)",
- org.eclipse.jgit.revwalk;version="[5.12.1,5.13.0)",
- org.eclipse.jgit.transport;version="[5.12.1,5.13.0)",
- org.eclipse.jgit.treewalk;version="[5.12.1,5.13.0)",
- org.eclipse.jgit.treewalk.filter;version="[5.12.1,5.13.0)",
- org.eclipse.mylyn.internal.github.core;version="[5.12.1,5.13.0)",
- org.eclipse.mylyn.internal.github.core.gist;version="[5.12.1,5.13.0)",
- org.eclipse.mylyn.internal.github.core.issue;version="[5.12.1,5.13.0)",
- org.eclipse.mylyn.internal.github.core.pr;version="[5.12.1,5.13.0)"
+Import-Package: org.eclipse.egit.core;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.core.op;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.core.settings;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.github.core;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.github.core.client;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.github.core.service;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.github.core.util;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.ui;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.ui.internal;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.ui.internal.branch;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.ui.internal.commit;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.ui.internal.components;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.ui.internal.fetch;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.ui.internal.provisional.wizards;version="[5.13.0,5.14.0)",
+ org.eclipse.egit.ui.internal.pull;version="[5.13.0,5.14.0)",
+ org.eclipse.jgit.errors;version="[5.13.0,5.14.0)",
+ org.eclipse.jgit.lib;version="[5.13.0,5.14.0)",
+ org.eclipse.jgit.revwalk;version="[5.13.0,5.14.0)",
+ org.eclipse.jgit.transport;version="[5.13.0,5.14.0)",
+ org.eclipse.jgit.treewalk;version="[5.13.0,5.14.0)",
+ org.eclipse.jgit.treewalk.filter;version="[5.13.0,5.14.0)",
+ org.eclipse.mylyn.internal.github.core;version="[5.13.0,5.14.0)",
+ org.eclipse.mylyn.internal.github.core.gist;version="[5.13.0,5.14.0)",
+ org.eclipse.mylyn.internal.github.core.issue;version="[5.13.0,5.14.0)",
+ org.eclipse.mylyn.internal.github.core.pr;version="[5.13.0,5.14.0)"
diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml
index 7f30248a..e15a89f7 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.12.1-SNAPSHOT</version>
+ <version>5.13.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top