Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-12-24 00:05:54 +0000
committerMatthias Sohn2014-12-24 00:05:54 +0000
commitfe1f23c2717d71dad5fff8b187cac7e3363162ad (patch)
treee9bd3b17b2f4233c08b60382039a7744a2dcf5bd /org.eclipse.egit.github.core/META-INF
parentf5577834ac3b9ab990ff80a5684def8707e977d6 (diff)
downloadegit-github-fe1f23c2717d71dad5fff8b187cac7e3363162ad.tar.gz
egit-github-fe1f23c2717d71dad5fff8b187cac7e3363162ad.tar.xz
egit-github-fe1f23c2717d71dad5fff8b187cac7e3363162ad.zip
Prepare 3.6.1-SNAPSHOT builds
Change-Id: I2697541e3b83c12990e6ec91e6fa60496ffb9102 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core/META-INF')
-rw-r--r--org.eclipse.egit.github.core/META-INF/MANIFEST.MF12
-rw-r--r--org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF10
2 files changed, 11 insertions, 11 deletions
diff --git a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
index 9ecc39b3..3a7604de 100644
--- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
@@ -3,15 +3,15 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.egit.github.core
-Bundle-Version: 3.6.0.201412230720-r
+Bundle-Version: 3.6.1.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.gson;version="[1.6.0,2.2.0]",
com.google.gson.annotations;version="[1.6.0,2.2.0]",
com.google.gson.reflect;version="[1.6.0,2.2.0]",
com.google.gson.stream;version="[1.6.0,2.2.0]
-Export-Package: org.eclipse.egit.github.core;version="3.6.0",
- org.eclipse.egit.github.core.client;version="3.6.0",
- org.eclipse.egit.github.core.event;version="3.6.0",
- org.eclipse.egit.github.core.service;version="3.6.0",
- org.eclipse.egit.github.core.util;version="3.6.0"
+Export-Package: org.eclipse.egit.github.core;version="3.6.1",
+ org.eclipse.egit.github.core.client;version="3.6.1",
+ org.eclipse.egit.github.core.event;version="3.6.1",
+ org.eclipse.egit.github.core.service;version="3.6.1",
+ org.eclipse.egit.github.core.util;version="3.6.1"
diff --git a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF
index f2366851..6391731e 100644
--- a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF
+++ b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EGit GitHub API Core
Bundle-SymbolicName: org.eclipse.egit.github.core
-Bundle-Version: 3.6.0.201412230720-r
+Bundle-Version: 3.6.1.qualifier
Bundle-Vendor: Eclipse EGit
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.gson;version="[1.6.0,2.2.0]",
com.google.gson.annotations;version="[1.6.0,2.2.0]",
com.google.gson.reflect;version="[1.6.0,2.2.0]",
com.google.gson.stream;version="[1.6.0,2.2.0]
-Export-Package: org.eclipse.egit.github.core;version="3.6.0",
- org.eclipse.egit.github.core.client;version="3.6.0",
- org.eclipse.egit.github.core.service;version="3.6.0",
- org.eclipse.egit.github.core.util;version="3.6.0"
+Export-Package: org.eclipse.egit.github.core;version="3.6.1",
+ org.eclipse.egit.github.core.client;version="3.6.1",
+ org.eclipse.egit.github.core.service;version="3.6.1",
+ org.eclipse.egit.github.core.util;version="3.6.1"

Back to the top