Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2018-12-07 10:11:15 +0000
committerNiraj Modi2018-12-07 10:11:15 +0000
commit9456faecd913b568ad32f986cea7c72512abc05c (patch)
treeb5156c5db075f1c0eab6da9949bc791b1c16d661 /pom.xml
parentbe463b257a9ef835177ce02bc0b5d07c11cdec60 (diff)
downloadeclipse.jdt.core-9456faecd913b568ad32f986cea7c72512abc05c.tar.gz
eclipse.jdt.core-9456faecd913b568ad32f986cea7c72512abc05c.tar.xz
eclipse.jdt.core-9456faecd913b568ad32f986cea7c72512abc05c.zip
Change-Id: I0bd3b70ca9cafbb4ecace3d915d20196083a8f6d Signed-off-by: Niraj Modi <niraj.modi@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 ed399ef3e3..2100986ccd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.jdt.core</groupId>
<artifactId>eclipse.jdt.core</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top