Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-03-07 00:21:31 +0000
committerThomas Wolf2019-03-07 23:38:15 +0000
commitac7688017ffeb5b0e2fe34a8ec9483b80a7bfeb9 (patch)
tree597d5003e99d80e168aff9447da87cb96847e718 /org.eclipse.mylyn.github.core
parentf3c6bc68aa4cb380f78ddee815049e48b18d22c2 (diff)
downloadegit-github-ac7688017ffeb5b0e2fe34a8ec9483b80a7bfeb9.tar.gz
egit-github-ac7688017ffeb5b0e2fe34a8ec9483b80a7bfeb9.tar.xz
egit-github-ac7688017ffeb5b0e2fe34a8ec9483b80a7bfeb9.zip
Prepare 5.4.0-SNAPSHOT builds
Change-Id: I649c6212baafef7d24f96ca0e764fe990999aabc 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 d4bdc1a8..88ee25c9 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.core
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 5.3.0.qualifier
+Bundle-Version: 5.4.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: org.eclipse.mylyn.internal.github.core;version="5.3.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.gist;version="5.3.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.issue;version="5.3.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.pr;version="5.3.0";x-friends:="org.eclipse.mylyn.github.ui"
+Export-Package: org.eclipse.mylyn.internal.github.core;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.gist;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.issue;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.pr;version="5.4.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.3.0,5.4.0)",
- org.eclipse.egit.github.core;version="[5.3.0,5.4.0)",
- org.eclipse.egit.github.core.client;version="[5.3.0,5.4.0)",
- org.eclipse.egit.github.core.service;version="[5.3.0,5.4.0)",
- org.eclipse.egit.github.core.util;version="[5.3.0,5.4.0)",
- org.eclipse.jgit.lib;version="[5.3.0,5.4.0)",
- org.eclipse.jgit.transport;version="[5.3.0,5.4.0)"
+Import-Package: org.eclipse.egit.core;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.jgit.lib;version="[5.4.0,5.5.0)",
+ org.eclipse.jgit.transport;version="[5.4.0,5.5.0)"
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index f9bf828f..132a05ae 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.3.0-SNAPSHOT</version>
+ <version>5.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top