Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-09-05 23:29:03 +0000
committerMatthias Sohn2018-09-05 23:33:19 +0000
commit5a4099cb5529e5e983be87c3b9d5b050d09de5f3 (patch)
tree84e883c2e5275df7e7f42df9409278ff84713cdc /org.eclipse.mylyn.github.core
parent2669be4548bb498d364ad73211f0e83beaa7518d (diff)
downloadegit-github-5a4099cb5529e5e983be87c3b9d5b050d09de5f3.tar.gz
egit-github-5a4099cb5529e5e983be87c3b9d5b050d09de5f3.tar.xz
egit-github-5a4099cb5529e5e983be87c3b9d5b050d09de5f3.zip
Prepare 5.2.0-SNAPSHOT builds
Change-Id: I5e0d278aeb48ccaf52894b70d7f6f2c8d99039df Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF24
-rw-r--r--org.eclipse.mylyn.github.core/pom.xml2
2 files changed, 13 insertions, 13 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 46ff28a1..bba5d3a9 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -4,20 +4,20 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.eclipse.mylyn.github.cores
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 5.1.0.qualifier
+Bundle-Version: 5.2.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: org.eclipse.mylyn.internal.github.core;version="5.1.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.gist;version="5.1.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.issue;version="5.1.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.pr;version="5.1.0";x-friends:="org.eclipse.mylyn.github.ui"
+Export-Package: org.eclipse.mylyn.internal.github.core;version="5.2.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.gist;version="5.2.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.issue;version="5.2.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.pr;version="5.2.0";x-friends:="org.eclipse.mylyn.github.ui"
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="[5.1.0,5.2.0)",
- org.eclipse.egit.github.core;version="[5.1.0,5.2.0)",
- org.eclipse.egit.github.core.client;version="[5.1.0,5.2.0)",
- org.eclipse.egit.github.core.service;version="[5.1.0,5.2.0)",
- org.eclipse.egit.github.core.util;version="[5.1.0,5.2.0)",
- org.eclipse.jgit.lib;version="[5.1.0,5.2.0)",
- org.eclipse.jgit.transport;version="[5.1.0,5.2.0)"
+Import-Package: org.eclipse.egit.core;version="[5.2.0,5.3.0)",
+ org.eclipse.egit.github.core;version="[5.2.0,5.3.0)",
+ org.eclipse.egit.github.core.client;version="[5.2.0,5.3.0)",
+ org.eclipse.egit.github.core.service;version="[5.2.0,5.3.0)",
+ org.eclipse.egit.github.core.util;version="[5.2.0,5.3.0)",
+ org.eclipse.jgit.lib;version="[5.2.0,5.3.0)",
+ org.eclipse.jgit.transport;version="[5.2.0,5.3.0)"
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index 7656eb06..5431c9be 100644
--- a/org.eclipse.mylyn.github.core/pom.xml
+++ b/org.eclipse.mylyn.github.core/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top