Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2017-06-07 12:29:15 +0000
committerKaloyan Raev2017-06-07 12:29:15 +0000
commit31ca23c3929d0a2c53fc58a221a8fe28d5234010 (patch)
tree7288cea7cde4c5264ffdb44a36d684653b6eddba /tests/org.eclipse.dltk.sh.ui.tests/pom.xml
parenta1b354832899c2def942e529c98e76641970348a (diff)
downloadorg.eclipse.dltk.sh-31ca23c3929d0a2c53fc58a221a8fe28d5234010.tar.gz
org.eclipse.dltk.sh-31ca23c3929d0a2c53fc58a221a8fe28d5234010.tar.xz
org.eclipse.dltk.sh-31ca23c3929d0a2c53fc58a221a8fe28d5234010.zip
Bump version to 5.9.0-SNAPSHOT
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 b5b7673..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.0-SNAPSHOT</version>
+ <version>5.9.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.sh.ui.tests</artifactId>
- <version>5.8.0-SNAPSHOT</version>
+ <version>5.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<name>ShellEd UI test plugin</name>

Back to the top