Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2017-08-22 12:31:08 +0000
committerKaloyan Raev2017-08-22 12:31:08 +0000
commit72bf6e5eef8d779c3fba8ca07e8c65869e980813 (patch)
treeef535d1d27c747d9f398dce3a407e711e0ddafb8 /tests/org.eclipse.dltk.sh.ui.tests/pom.xml
parent31ca23c3929d0a2c53fc58a221a8fe28d5234010 (diff)
downloadorg.eclipse.dltk.sh-72bf6e5eef8d779c3fba8ca07e8c65869e980813.tar.gz
org.eclipse.dltk.sh-72bf6e5eef8d779c3fba8ca07e8c65869e980813.tar.xz
org.eclipse.dltk.sh-72bf6e5eef8d779c3fba8ca07e8c65869e980813.zip
Change version to 5.8.1-SNAPSHOTR5_8_1
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
Diffstat (limited to 'tests/org.eclipse.dltk.sh.ui.tests/pom.xml')
-rw-r--r--tests/org.eclipse.dltk.sh.ui.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.dltk.sh.ui.tests/pom.xml b/tests/org.eclipse.dltk.sh.ui.tests/pom.xml
index 350a4d6..20a7ce1 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.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.sh.ui.tests</artifactId>
- <version>5.9.0-SNAPSHOT</version>
+ <version>5.8.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<name>ShellEd UI test plugin</name>

Back to the top