Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-04 06:20:01 +0000
committerSravan Kumar Lakkimsetti2018-09-04 06:20:01 +0000
commit92f38955843560593b728ee91018277eaa1b1592 (patch)
tree805dc3c75c68fea72a92a46021d7bef8e7185f40 /pom.xml
parentbc32c6e27775ccac32ad9db9540f470acb15896c (diff)
downloadeclipse.platform.debug-92f38955843560593b728ee91018277eaa1b1592.tar.gz
eclipse.platform.debug-92f38955843560593b728ee91018277eaa1b1592.tar.xz
eclipse.platform.debug-92f38955843560593b728ee91018277eaa1b1592.zip
Change-Id: I05159d79d261e80ffc94a2bf3abccc6ec3b46243 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.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 d87f52884..b1382c40f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.platform.debug</groupId>
<artifactId>eclipse.platform.debug</artifactId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top