Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-03-08 09:08:09 +0000
committerNiraj Modi2019-03-08 09:08:09 +0000
commitec058886c57cf7dd441246360c9300ce4d02be94 (patch)
tree283b96fe1abf5803bb333a6606ef173d0fcdd6de
parent51c8de3ce993d0141cda240d963d3b9abd69249a (diff)
downloadeclipse.jdt-ec058886c57cf7dd441246360c9300ce4d02be94.tar.gz
eclipse.jdt-ec058886c57cf7dd441246360c9300ce4d02be94.tar.xz
eclipse.jdt-ec058886c57cf7dd441246360c9300ce4d02be94.zip
Change-Id: I1245be5a02b17ac434b676e3ac87a74800db1576 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
-rw-r--r--org.eclipse.jdt-feature/pom.xml2
-rw-r--r--org.eclipse.jdt/pom.xml2
-rw-r--r--pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jdt-feature/pom.xml b/org.eclipse.jdt-feature/pom.xml
index 89c7a31..2cec014 100644
--- a/org.eclipse.jdt-feature/pom.xml
+++ b/org.eclipse.jdt-feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.jdt</artifactId>
<groupId>eclipse.jdt</groupId>
- <version>4.11.0-SNAPSHOT</version>
+ <version>4.12.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt.feature</groupId>
<artifactId>org.eclipse.jdt</artifactId>
diff --git a/org.eclipse.jdt/pom.xml b/org.eclipse.jdt/pom.xml
index 9fb013a..632f89d 100644
--- a/org.eclipse.jdt/pom.xml
+++ b/org.eclipse.jdt/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.jdt</artifactId>
<groupId>eclipse.jdt</groupId>
- <version>4.11.0-SNAPSHOT</version>
+ <version>4.12.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt</artifactId>
diff --git a/pom.xml b/pom.xml
index bb77600..0bcff8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.11.0-SNAPSHOT</version>
+ <version>4.12.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.jdt</groupId>
<artifactId>eclipse.jdt</artifactId>
- <version>4.11.0-SNAPSHOT</version>
+ <version>4.12.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top