Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.dltk.sh.ui.tests')
-rw-r--r--tests/org.eclipse.dltk.sh.ui.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.dltk.sh.ui.tests/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/org.eclipse.dltk.sh.ui.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.dltk.sh.ui.tests/META-INF/MANIFEST.MF
index 339cb4c..c7506f3 100644
--- a/tests/org.eclipse.dltk.sh.ui.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.dltk.sh.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for the ShellEd UI plugin
Bundle-SymbolicName: org.eclipse.dltk.sh.ui.tests
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.2.qualifier
Require-Bundle: org.junit;bundle-version="4.10.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/tests/org.eclipse.dltk.sh.ui.tests/pom.xml b/tests/org.eclipse.dltk.sh.ui.tests/pom.xml
index 350a4d6..43be86e 100644
--- a/tests/org.eclipse.dltk.sh.ui.tests/pom.xml
+++ b/tests/org.eclipse.dltk.sh.ui.tests/pom.xml
@@ -9,12 +9,12 @@
<parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>
- <version>5.9.0-SNAPSHOT</version>
+ <version>5.8.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.sh.ui.tests</artifactId>
- <version>5.9.0-SNAPSHOT</version>
+ <version>5.8.2-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<name>ShellEd UI test plugin</name>

Back to the top