Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 73e882a..ae245e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,12 +13,12 @@
<parent>
<groupId>org.eclipse.dltk</groupId>
<artifactId>dltk.build.all</artifactId>
- <version>5.8.0-SNAPSHOT</version>
+ <version>5.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.dltk.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>
- <version>5.8.0-SNAPSHOT</version>
+ <version>5.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ShellEd</name>
<properties>

Back to the top