aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2015-09-28 13:37:39 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2015-09-28 13:37:39 +0200
commit729f085ac21507e631361cf97457e0edd5a7370c (patch)
tree4da1eb93d66d30d63b7785c02fa02526cbd87974 /org.eclipse.jgit.ant/META-INF
parentfdfd6e2872705360f94653ec54a37170e2fc0e3d (diff)
downloadjgit-729f085ac21507e631361cf97457e0edd5a7370c.tar.gz
jgit-729f085ac21507e631361cf97457e0edd5a7370c.zip
Prepare 4.1.1-SNAPSHOT builds
Change-Id: I035f3a8d0f0de86e8b8f00e668be5ce008402e82 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 96b7e20ac8..d9fbd76142 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.1.0.201509280440-r
+Bundle-Version: 4.1.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[4.1.0,4.2.0)"
+ org.eclipse.jgit.storage.file;version="[4.1.1,4.2.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="4.1.0";
+Export-Package: org.eclipse.jgit.ant.tasks;version="4.1.1";
uses:="org.apache.tools.ant.types,org.apache.tools.ant"