Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2019-03-24 21:39:05 +0000
committerThomas Wolf2019-03-24 21:45:27 +0000
commit151c05786179f7bed55e59850468a4eabd96ed6d (patch)
treef00b783d16e3fc44a540d0e3f12c4899a0dd2755 /org.eclipse.egit.github.core.tests/META-INF
parente9a4057a0cb71f9e659d88f82e6b24e98f74218d (diff)
downloadegit-github-151c05786179f7bed55e59850468a4eabd96ed6d.tar.gz
egit-github-151c05786179f7bed55e59850468a4eabd96ed6d.tar.xz
egit-github-151c05786179f7bed55e59850468a4eabd96ed6d.zip
Set minimum versions to the ones from Neon.0
Change-Id: I5a7e75424bb1f1f55dcbd3a7b8988dad7fda2055 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.github.core.tests/META-INF')
-rw-r--r--org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
index 4bbe07d5..5738f728 100644
--- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
@@ -17,7 +17,7 @@ Import-Package: com.google.gson;version="[1.6.0,3.0.0]",
org.mockito.junit;version="2.13.0",
org.mockito.runners;version="[2.13.0,3.0.0)",
org.mockito.stubbing;version="[2.13.0,3.0.0)"
-Require-Bundle: org.junit;bundle-version="[4.8.1,5.0.0)",
+Require-Bundle: org.junit;bundle-version="[4.12.0,5.0.0)",
org.hamcrest;bundle-version="[1.1.0,2.0.0)",
org.objenesis;bundle-version="[2.6.0,3.0.0)"
Bundle-Vendor: %providerName

Back to the top