Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-11-12 07:57:39 +0000
committerAlexander Kurtakov2018-11-12 10:42:40 +0000
commitde7997f8a12c4eb962c5a9c88a3ee6c31f5cf271 (patch)
treee73ed7abe0ca36d74cd81d6f24e11f4790a41324
parent4e92564f443c461b1a41c4941af30493baa9a67e (diff)
downloadeclipse.platform.ui-de7997f8a12c4eb962c5a9c88a3ee6c31f5cf271.tar.gz
eclipse.platform.ui-de7997f8a12c4eb962c5a9c88a3ee6c31f5cf271.tar.xz
eclipse.platform.ui-de7997f8a12c4eb962c5a9c88a3ee6c31f5cf271.zip
Version 4.10 update for tests/org.eclipse.ui.tests.pluginchecks
Change-Id: I674717b463b1f5fc19cd8431b7b550c5b98dc3e5 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--tests/org.eclipse.ui.tests.pluginchecks/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.ui.tests.pluginchecks/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.ui.tests.pluginchecks/META-INF/MANIFEST.MF b/tests/org.eclipse.ui.tests.pluginchecks/META-INF/MANIFEST.MF
index ee9be1376d9..da690e5fa9f 100644
--- a/tests/org.eclipse.ui.tests.pluginchecks/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.ui.tests.pluginchecks/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pluginchecks
Bundle-SymbolicName: org.eclipse.ui.tests.pluginchecks;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.100.qualifier
Automatic-Module-Name: org.eclipse.ui.tests.pluginchecks
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.12.0",
diff --git a/tests/org.eclipse.ui.tests.pluginchecks/pom.xml b/tests/org.eclipse.ui.tests.pluginchecks/pom.xml
index d41cd1e663c..5815e5b3331 100644
--- a/tests/org.eclipse.ui.tests.pluginchecks/pom.xml
+++ b/tests/org.eclipse.ui.tests.pluginchecks/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.tests.pluginchecks</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

Back to the top