Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-03-04 23:20:29 +0000
committerMatthias Sohn2014-03-05 00:18:29 +0000
commit9c834bc9c180ab07b5041a19714d40388b916167 (patch)
treeb2a04e38f83b6e03f1f3f4e83347ed97c6e0b261 /org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF
parent34643671fcc4066752adc9736cf7f9074d8de2e8 (diff)
downloadegit-github-9c834bc9c180ab07b5041a19714d40388b916167.tar.gz
egit-github-9c834bc9c180ab07b5041a19714d40388b916167.tar.xz
egit-github-9c834bc9c180ab07b5041a19714d40388b916167.zip
Prepare 3.3.1-SNAPSHOT buildsstable-3.3
Change-Id: I845bbf58aa2a3740e3f58e5e9279c50c416e4aa0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF')
-rw-r--r--org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
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 2d385b5a..4e60c6e1 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.3.0.201403021825-r
+Bundle-Version: 3.3.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.3.0",
- org.eclipse.egit.github.core.client;version="3.3.0",
- org.eclipse.egit.github.core.service;version="3.3.0",
- org.eclipse.egit.github.core.util;version="3.3.0"
+Export-Package: org.eclipse.egit.github.core;version="3.3.1",
+ org.eclipse.egit.github.core.client;version="3.3.1",
+ org.eclipse.egit.github.core.service;version="3.3.1",
+ org.eclipse.egit.github.core.util;version="3.3.1"

Back to the top