Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2018-05-30 08:39:30 +0000
committerJay Arthanareeswaran2018-05-30 10:07:17 +0000
commitae581c9074d5d309879bf4b37086d29884dee97d (patch)
tree9b43c4d8728a1bf40b33bfba353ca9eb724094c4 /pom.xml
parent7a7103893293ccaa08503110334998347e22f2e4 (diff)
downloadeclipse.jdt.core-ae581c9074d5d309879bf4b37086d29884dee97d.tar.gz
eclipse.jdt.core-ae581c9074d5d309879bf4b37086d29884dee97d.tar.xz
eclipse.jdt.core-ae581c9074d5d309879bf4b37086d29884dee97d.zip
Change-Id: I4d154a55fd53f652563a3c2b824c591e6a5c7345 Signed-off-by: Jay Arthanareeswaran <jarthana@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 a223a4dadc..cfbffcf3e4 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.jdt.core</groupId>
<artifactId>eclipse.jdt.core</artifactId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top