Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2017-12-07 22:29:51 +0000
committerDavid Pursehouse2017-12-08 08:00:56 +0000
commitfdacfaecc43e573feaf31dcb4ab26e3469868618 (patch)
treed03879b80bc7b07f81871e2b5e906c62febf65a5 /org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
parent2c11f233846aa9637c2efcebf37d904c516d275d (diff)
downloadjgit-fdacfaecc43e573feaf31dcb4ab26e3469868618.tar.gz
jgit-fdacfaecc43e573feaf31dcb4ab26e3469868618.tar.xz
jgit-fdacfaecc43e573feaf31dcb4ab26e3469868618.zip
Specify consistent version range for junit in OSGi manifests
There are several different version ranges specified in the various manifest files. Align them all to the same range: [4.12,5.0.0) Change-Id: I02205b8b8546c9f53ed431b5fd9abf6ddcda4423 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
index edbfb1cd7c..3cd6663797 100644
--- a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
@@ -25,7 +25,7 @@ Import-Package: org.eclipse.jgit.api;version="[4.10.0,4.11.0)",
org.eclipse.jgit.util;version="[4.10.0,4.11.0)",
org.eclipse.jgit.util.io;version="[4.10.0,4.11.0)",
org.hamcrest.core;bundle-version="[1.1.0,2.0.0)",
- org.junit;version="[4.11.0,5.0.0)",
- org.junit.rules;version="[4.11.0,5.0.0)",
+ org.junit;version="[4.12,5.0.0)",
+ org.junit.rules;version="[4.12,5.0.0)",
org.kohsuke.args4j;version="[2.33.0,3.0.0)"
Require-Bundle: org.tukaani.xz;bundle-version="[1.3.0,2.0.0)"

Back to the top