Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-30 14:23:06 +0000
committerAlexander Kurtakov2018-05-30 14:23:06 +0000
commitdd196b4d376562d7ba9203b0303ad7d7d5a550dd (patch)
tree2d61340badc078dfb66b543a5f7d23c5a673f298 /pom.xml
parentc3f7ae418c5243a820bc3c6cb0cf197e52479ba9 (diff)
downloadeclipse.platform.debug-dd196b4d376562d7ba9203b0303ad7d7d5a550dd.tar.gz
eclipse.platform.debug-dd196b4d376562d7ba9203b0303ad7d7d5a550dd.tar.xz
eclipse.platform.debug-dd196b4d376562d7ba9203b0303ad7d7d5a550dd.zip
Change-Id: Ic421012d21e951ef7763a6be83c2f2a42eed5c15 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
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 a9d6857d6..d87f52884 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.platform.debug</groupId>
<artifactId>eclipse.platform.debug</artifactId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top