Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-06-13 13:54:22 +0000
committerMatthias Sohn2013-06-13 14:13:32 +0000
commit6b9c0d1232a61b74445849b70a70f8da319b009e (patch)
tree55121ec289737ba664330f3566eb86e2eab17386 /org.eclipse.jgit.ant/META-INF/MANIFEST.MF
parent2cd3a2df560cba9bc781395fdc3f8ab86a8d3167 (diff)
downloadjgit-6b9c0d1232a61b74445849b70a70f8da319b009e.tar.gz
jgit-6b9c0d1232a61b74445849b70a70f8da319b009e.tar.xz
jgit-6b9c0d1232a61b74445849b70a70f8da319b009e.zip
Prepare 3.1.0-SNAPSHOT builds
Change-Id: I7490a7c9558423c03e3c167ad55b9a98be9d99d9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.ant/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
index 3343dacf3e..30d98d3920 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 3.0.0.qualifier
+Bundle-Version: 3.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[3.0.0,3.1.0)"
+ org.eclipse.jgit.storage.file;version="[3.1.0,3.2.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="3.0.0"
+Export-Package: org.eclipse.jgit.ant.tasks;version="3.1.0"

Back to the top