Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Pakuła2018-01-19 11:06:24 +0000
committerDawid Pakuła2018-01-19 11:06:24 +0000
commitfaeabfe12903ae9966354b96ff8acbf9aabae119 (patch)
tree00c3e0c418d4f0dd5c726944a1ceb06c715294a8 /tests/org.eclipse.dltk.sh.ui.tests
parentc0bb9064ab45f54c8e8c6453619a2c36edc2adca (diff)
downloadorg.eclipse.dltk.sh-faeabfe12903ae9966354b96ff8acbf9aabae119.tar.gz
org.eclipse.dltk.sh-faeabfe12903ae9966354b96ff8acbf9aabae119.tar.xz
org.eclipse.dltk.sh-faeabfe12903ae9966354b96ff8acbf9aabae119.zip
Change version to 5.9.0-SNAPSHOT
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
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 c7506f3..339cb4c 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.8.2.qualifier
+Bundle-Version: 5.9.0.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 43be86e..350a4d6 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.8.2-SNAPSHOT</version>
+ <version>5.9.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.sh.ui.tests</artifactId>
- <version>5.8.2-SNAPSHOT</version>
+ <version>5.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<name>ShellEd UI test plugin</name>

Back to the top