summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-12-24 15:51:54 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2016-12-24 15:51:54 +0100
commit3857c3168f5a0db5aab21fd64b0e6813263ba3f6 (patch)
tree0f645a3675de3b7fa77725ac7098182f9215e62e /org.eclipse.jgit.ant/META-INF
parent73a432514936fcee1386b37a0d60dcd913706bd1 (diff)
downloadjgit-3857c3168f5a0db5aab21fd64b0e6813263ba3f6.tar.gz
jgit-3857c3168f5a0db5aab21fd64b0e6813263ba3f6.zip
Prepare 4.6.1-SNAPSHOT builds
Change-Id: I6b05a6f6c3f92365c272e1bdaf76093ca01f2d58 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant/META-INF')
-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 5276d39328..1525b729ec 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 4.6.0.201612231935-r
+Bundle-Version: 4.6.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[4.6.0,4.7.0)"
+ org.eclipse.jgit.storage.file;version="[4.6.1,4.7.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="4.6.0";
+Export-Package: org.eclipse.jgit.ant.tasks;version="4.6.1";
uses:="org.apache.tools.ant.types,org.apache.tools.ant"