Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-06-19 18:25:49 +0000
committerJayaprakash Arthanareeswaran2013-08-22 04:35:41 +0000
commitcbf049097bc75fb2081b601c7063673577bdc762 (patch)
tree9e93388da835f513353dd6c6532892b01d5787c8 /pom.xml
parent8a633d56819c44af45234d7a3760b2d36e5276ed (diff)
downloadeclipse.jdt.core-cbf049097bc75fb2081b601c7063673577bdc762.tar.gz
eclipse.jdt.core-cbf049097bc75fb2081b601c7063673577bdc762.tar.xz
eclipse.jdt.core-cbf049097bc75fb2081b601c7063673577bdc762.zip
Bug 411161 - Update parent POMs for Luna
Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 57bb9291b0..c78be5682f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,20 +9,19 @@
Contributors:
Igor Fedorenko - initial implementation
-->
-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<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