Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-01-21 21:24:20 +0000
committerMatthias Sohn2016-01-21 21:24:20 +0000
commit4e82cc6d99db4d68468550d09bc7428f350434ac (patch)
tree59f368233efbbf9dff427fcd360f7f398f52b87d /org.eclipse.egit.github.core/META-INF
parent045a78cc165dfcee5e4450361a2282a1f69b193b (diff)
downloadegit-github-4e82cc6d99db4d68468550d09bc7428f350434ac.tar.gz
egit-github-4e82cc6d99db4d68468550d09bc7428f350434ac.tar.xz
egit-github-4e82cc6d99db4d68468550d09bc7428f350434ac.zip
Prepare 4.3.0-SNAPSHOT builds
Change-Id: I116fb6ef0b8ef1477b90bd5bfd8b88652785c527 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 1e3f5d44..0e4eae3d 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: 4.2.0.qualifier
+Bundle-Version: 4.3.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: com.google.gson;version="[1.6.0,3.0.0)",
com.google.gson.annotations;version="[1.6.0,3.0.0)",
com.google.gson.reflect;version="[1.6.0,3.0.0)",
com.google.gson.stream;version="[1.6.0,3.0.0)"
-Export-Package: org.eclipse.egit.github.core;version="4.2.0",
- org.eclipse.egit.github.core.client;version="4.2.0",
- org.eclipse.egit.github.core.event;version="4.2.0",
- org.eclipse.egit.github.core.service;version="4.2.0",
- org.eclipse.egit.github.core.util;version="4.2.0"
+Export-Package: org.eclipse.egit.github.core;version="4.3.0",
+ org.eclipse.egit.github.core.client;version="4.3.0",
+ org.eclipse.egit.github.core.event;version="4.3.0",
+ org.eclipse.egit.github.core.service;version="4.3.0",
+ org.eclipse.egit.github.core.util;version="4.3.0"
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 05c8dc9a..5f3130e5 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: 4.2.0.qualifier
+Bundle-Version: 4.3.0.qualifier
Bundle-Vendor: Eclipse EGit
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: com.google.gson;version="[1.6.0,3.0.0)",
com.google.gson.annotations;version="[1.6.0,3.0.0)",
com.google.gson.reflect;version="[1.6.0,3.0.0)",
com.google.gson.stream;version="[1.6.0,3.0.0)"
-Export-Package: org.eclipse.egit.github.core;version="4.2.0",
- org.eclipse.egit.github.core.client;version="4.2.0",
- org.eclipse.egit.github.core.service;version="4.2.0",
- org.eclipse.egit.github.core.util;version="4.2.0"
+Export-Package: org.eclipse.egit.github.core;version="4.3.0",
+ org.eclipse.egit.github.core.client;version="4.3.0",
+ org.eclipse.egit.github.core.service;version="4.3.0",
+ org.eclipse.egit.github.core.util;version="4.3.0"

Back to the top