Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-06-07 08:00:32 +0000
committerNiraj Modi2019-06-07 08:00:32 +0000
commit39d4c7c5e9fa46c0af885e77080b99c7267dc02f (patch)
tree4ceb30cb9e1ff80df0b4db95906fbb22b5fc0b5f /pom.xml
parent59bd1e5f10df5fa7f887ba396a5470afdfb5f80b (diff)
downloadeclipse.jdt.core-39d4c7c5e9fa46c0af885e77080b99c7267dc02f.tar.gz
eclipse.jdt.core-39d4c7c5e9fa46c0af885e77080b99c7267dc02f.tar.xz
eclipse.jdt.core-39d4c7c5e9fa46c0af885e77080b99c7267dc02f.zip
Change-Id: Ic1a9583dfcbb6834ba1318ff3595f360d99d1bfa 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 af5296aae5..98be79ed93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.12.0-SNAPSHOT</version>
+ <version>4.13.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.jdt.core</groupId>
<artifactId>eclipse.jdt.core</artifactId>
- <version>4.12.0-SNAPSHOT</version>
+ <version>4.13.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top