Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-03-12 22:26:43 +0000
committerMatthias Sohn2019-03-12 22:26:43 +0000
commit317d747c5c51a0690399ba452975cd0b2363658a (patch)
tree22f5305e61104865056573f50b3c8048a722f7de /org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
parenta2951a996f0c2b3966642687dc3aeccbfad114a3 (diff)
downloadjgit-317d747c5c51a0690399ba452975cd0b2363658a.tar.gz
jgit-317d747c5c51a0690399ba452975cd0b2363658a.tar.xz
jgit-317d747c5c51a0690399ba452975cd0b2363658a.zip
Prepare 4.7.9-SNAPSHOT builds
Change-Id: I1602a6b811fd9f95e284153b560d8d9f855fae9f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
index a33cd4922e..83c8a8dd8c 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -3,13 +3,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.ant.test
-Bundle-Version: 4.7.8.201903121755-r
+Bundle-Version: 4.7.9.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[4.7.8,4.8.0)",
- org.eclipse.jgit.junit;version="[4.7.8,4.8.0)",
- org.eclipse.jgit.lib;version="[4.7.8,4.8.0)",
- org.eclipse.jgit.util;version="[4.7.8,4.8.0)",
+ org.eclipse.jgit.ant.tasks;version="[4.7.9,4.8.0)",
+ org.eclipse.jgit.junit;version="[4.7.9,4.8.0)",
+ org.eclipse.jgit.lib;version="[4.7.9,4.8.0)",
+ org.eclipse.jgit.util;version="[4.7.9,4.8.0)",
org.hamcrest.core;version="[1.1.0,2.0.0)",
org.junit;version="[4.0.0,5.0.0)"

Back to the top