Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2014-03-12 02:59:53 +0000
committerJayaprakash Arthanareeswaran2014-03-12 03:02:04 +0000
commitd5fa9e6a89527e686d15633bb9b13ad30992b17b (patch)
tree3fc57c219258f78bd6f2357c0ad7e1ccd01f0b49 /pom.xml
parentc5d3e87bb720e91660c058962146e02390cfc415 (diff)
downloadeclipse.jdt.core-d5fa9e6a89527e686d15633bb9b13ad30992b17b.tar.gz
eclipse.jdt.core-d5fa9e6a89527e686d15633bb9b13ad30992b17b.tar.xz
eclipse.jdt.core-d5fa9e6a89527e686d15633bb9b13ad30992b17b.zip
Fix for bug 428468 - Updating the parent pom
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 3199234aff..3ea9e492ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.jdt.core</groupId>
<artifactId>eclipse.jdt.core</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top