Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-06-07 08:23:10 +0000
committerNiraj Modi2019-06-07 08:23:10 +0000
commit30ca47168ea36237188b8faa2d123d6b758fc037 (patch)
tree57dd0716fdb482d706234f1f18c72a8bf64a3874 /org.eclipse.tips.tests
parentf79d97db45c84c2fb37b4e23b3dd68d546507fd6 (diff)
downloadeclipse.platform.ua-30ca47168ea36237188b8faa2d123d6b758fc037.tar.gz
eclipse.platform.ua-30ca47168ea36237188b8faa2d123d6b758fc037.tar.xz
eclipse.platform.ua-30ca47168ea36237188b8faa2d123d6b758fc037.zip
Bug 547907 - POM and product version change for 4.13 release
Change-Id: I268f5703d07e9a5f28d044edaa773154a1be85fb Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
Diffstat (limited to 'org.eclipse.tips.tests')
-rw-r--r--org.eclipse.tips.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.tips.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.tips.tests/META-INF/MANIFEST.MF b/org.eclipse.tips.tests/META-INF/MANIFEST.MF
index 742b2c149..90a02b270 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.12.0",
+Require-Bundle: org.junit;bundle-version="4.13.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",
diff --git a/org.eclipse.tips.tests/pom.xml b/org.eclipse.tips.tests/pom.xml
index 030b5aa24..bba853917 100644
--- a/org.eclipse.tips.tests/pom.xml
+++ b/org.eclipse.tips.tests/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>eclipse.platform.ua</groupId>
<artifactId>eclipse.platform.ua</artifactId>
- <version>4.12.0-SNAPSHOT</version>
+ <version>4.13.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.ui</groupId>

Back to the top