Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-03-05 01:33:32 +0000
committerMatthias Sohn2014-03-05 01:33:47 +0000
commit2aea264123af4b6563a9107ea1afe638fea5e36e (patch)
treeb2a04e38f83b6e03f1f3f4e83347ed97c6e0b261 /org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF
parentf742617a64e85fad651efbd65c31b7e50c6a3a0a (diff)
parent9c834bc9c180ab07b5041a19714d40388b916167 (diff)
downloadegit-github-2aea264123af4b6563a9107ea1afe638fea5e36e.tar.gz
egit-github-2aea264123af4b6563a9107ea1afe638fea5e36e.tar.xz
egit-github-2aea264123af4b6563a9107ea1afe638fea5e36e.zip
Merge branch 'stable-3.3'
Change-Id: Idc33c0cbcd6bbdd552846c35268c98439c817d04 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 259626d7..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.qualifier
+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