Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-06-07 10:41:53 +0000
committerNiraj Modi2019-06-07 10:41:53 +0000
commit195d83c525818166451d623ddf735d363c6622ee (patch)
treebbed36f15c1e249705d94a0d6992ce4a44be28e2
parent30ca47168ea36237188b8faa2d123d6b758fc037 (diff)
downloadeclipse.platform.ua-195d83c525818166451d623ddf735d363c6622ee.tar.gz
eclipse.platform.ua-195d83c525818166451d623ddf735d363c6622ee.tar.xz
eclipse.platform.ua-195d83c525818166451d623ddf735d363c6622ee.zip
Bug 547907 (Part2)- POM and product version change for 4.13 releaseI20190608-0140I20190607-1345I20190607-1000I20190607-0725
- Fixing JUnit version back to 4.12 from 4.13 Change-Id: I0a21edc9280fe7bb3ac551fc016e077d3c1e1009 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
-rw-r--r--org.eclipse.tips.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.tips.tests/META-INF/MANIFEST.MF b/org.eclipse.tips.tests/META-INF/MANIFEST.MF
index 90a02b270..742b2c149 100644
--- a/org.eclipse.tips.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.tests/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.tips.tests
Bundle-Version: 1.0.200.qualifier
Bundle-Vendor: Eclipse
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Require-Bundle: org.junit;bundle-version="4.13.0",
+Require-Bundle: org.junit;bundle-version="4.12.0",
org.eclipse.tips.examples;bundle-version="0.1.0",
org.eclipse.tips.ide;bundle-version="0.1.0",
org.eclipse.core.runtime;bundle-version="3.12.0",

Back to the top