diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-08 07:29:51 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-08 17:00:56 +0900 |
commit | fdacfaecc43e573feaf31dcb4ab26e3469868618 (patch) | |
tree | d03879b80bc7b07f81871e2b5e906c62febf65a5 /org.eclipse.jgit.ant.test | |
parent | 2c11f233846aa9637c2efcebf37d904c516d275d (diff) | |
download | jgit-fdacfaecc43e573feaf31dcb4ab26e3469868618.tar.gz 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.ant.test')
-rw-r--r-- | org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF index 7a45c970ed..ca869791df 100644 --- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -12,4 +12,4 @@ Import-Package: org.apache.tools.ant, org.eclipse.jgit.lib;version="[4.10.0,4.11.0)", org.eclipse.jgit.util;version="[4.10.0,4.11.0)", org.hamcrest.core;version="[1.1.0,2.0.0)", - org.junit;version="[4.0.0,5.0.0)" + org.junit;version="[4.12,5.0.0)" |