Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2018-12-07 10:10:40 +0000
committerNiraj Modi2018-12-07 10:10:40 +0000
commitd5d108e91cbd04923eecc39664816d8f4af15306 (patch)
tree1457add95fc5a2f72ad24f74b6ffefc2e1f6b590
parentd661e2cfcda81641cbac61ca62ca8a4a08c887ce (diff)
downloadeclipse.jdt-d5d108e91cbd04923eecc39664816d8f4af15306.tar.gz
eclipse.jdt-d5d108e91cbd04923eecc39664816d8f4af15306.tar.xz
eclipse.jdt-d5d108e91cbd04923eecc39664816d8f4af15306.zip
Bug 541822 - POM and product version change for 4.11 release
Change-Id: I36104338575c9e79f7fa965fc5778a6bdd179cba 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 76152d6..0c86f82 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.10.0-SNAPSHOT</version>
+ <version>4.11.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 6582eec..3a92ee0 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.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt</artifactId>
diff --git a/pom.xml b/pom.xml
index 2e9d620..bb77600 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</groupId>
<artifactId>eclipse.jdt</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top